This is really very simple.
All I want to merge the on/off together with the actual board and the folder icons merged with the actual topics
example:
http://wimg.co.uk/fShy6Y.bmp
I know u can use this code, but it just annoys me for some reason when u could just do it the the template coding.![]()
Topic Listing Template:
Set the title bar / header bar to use 4 columns:
{mm} Subject 58%
[empty] 7%
[empty] 7%
Last Post 28%
Code:
- <td class="window2" width="60%"{tip}>
- <font size="2">
- <span style="float: left; padding-right: 7px;">
- {mm} {topic_icon}
- </span>
- <span style="float: left;">
- {new} {prefix}
- <b>
- {topic_subject}
- </b>
- </span>
- <span style="float: right; font-size: 11px;">
- Started by {topic_starter}
- </span>
- <br />
- <span style="float: left; font-size: 10px;">{topic_time}</span>
- <span style="float: right;">{topic_pages}</span>
- </font>
- </td>
- <td class="window1" width="5%" align="center">
- <font size="2">
- {topic_replies}
- </font>
- <br />
- <font size="1">
- Replies
- </font>
- </td>
- <td class="window1" width="5%" align="center">
- <font size="2">
- {topic_views}
- </font>
- <br />
- <font size="1">
- Views
- </font>
- </td>
- <td class="window2" width="30%">
- <font size="2">
- {last_post_time} by {last_post_user}
- </font>
- </td>
For the Board Listing template, you could try this but the padding may need adjusting depending on how long the board descriptions are and the size of the icons you use![]()
Code:
- <tr id="board_{board_id}">
- <td class="window2 boardlisting" width="75%" valign="top">
- <span style="float: left; padding: 10px;" class="boardstatus">
- {new_posts}
- </span>
- <span style="position: relative; float: left;">
- <span style="float: left; position: relative; height: 14px; font-size: 12px;" class="boardtitle">
- {board_name}
- </span>
- <span style="float: right; position: relative;" class="boardtotals">
- <font size="1">
- {total_topics} Topics - {total_posts} Posts
- </font>
- </span>
- <br style="clear: both;" />
- <span style="float: left; position: relative; width: 75%;" class="boarddescription">
- {board_description}
- {if:sub_boards}
- <br /><font size="1">Sub-Boards: {sub_boards}</font>
- {/if:sub_boards}
- </span>
- <span style="float: right; position: relative;" class="boardmoderators">
- <font size="1">
- {if:moderators}
- Led By: {moderators}
- {/if:moderators}
- </font>
- </span>
- </span>
- </td>
- <td class="window2 lastpost" width="25%"{tip}>
- <font size="2">
- {ifnot:access}
- {if:member}
- You do not have permission to view this board
- {/if:member}
- {if:guest}
- Please <a href="/action/login/">Login</a> to view this board
- {/if:guest}
- {/ifnot:access}
- {if:access}
- {if:last_post}
- {last_post_time}
- by {last_post_user}<br />
- in {last_post_topic}
- {/if:last_post}
- {ifnot:last_post}
- No recent Posts
- {/ifnot:last_post}
- {/if:access}
- </font>
- </td>
- </tr>
thanks Ross!![]()
But I'm having a little trouble with the board listing code. It makes the on/off go above the board name.
I modified the padding like u said but it didn't do any good
http://wimg.co.uk/XWpvIs.bmp
bump
bump
What browser is that in? And is there any chance you can send me the forum URL? It is showing fine for me on my test board in IE & Fx.
Ross I would be thinking more or less it's his rez size not being big enough so it is adjusting the tables to fit everything on the screen, but i could be wrong.
What browser is that in? And is there any chance you can send me the forum URL? It is showing fine for me on my test board in IE & Fx.
I'm just using regular FF (FireFox)
and I'll pm u the url
The </span> which is supposed to come after {new_posts} had been placed before it. That just stopped the icon from being correctly positioned. I've fixed that on your forum now so it should be displaying OK![]()
sorry Ross, but it's still not working