Quote:
Originally Posted by Grover
Hi,
I was wondering if it could be possible to have the option to make it look like this:
http://www.borstenforum.nl/content/i...viewforum&f=12
They have separate 'categories' for Announcements ('mededeling'), Sticky posts and Threads ('onderwerpen') inside the forums. Maybe that could be even more attractive for visitors?
I like your modification very much: this sort of thing should be standard in VB3. It's a tiny little thing, but with a BIG result. Thanks,
Grover.
|
I have made it to add a line below announcements as well as stickies by using the following (kindly using the code in this thread to do this but just experimented till I found the right place)
In
FORUMDISPLAY above
<!-- end show announcement row --> add the following
Code:
<tr valign="top">
<td class="thead" colspan="10"><img src="$stylevar[imagesfolder]/clear.gif" alt="" width="1" height="1" /></td>
</tr>
This will then (with the template mod in the first post here) look like this
http://www.peterska2.co.uk/forums/forumdisplay.php?f=13
Happy to help
peterska2