
Announcement
Collapse
No announcement yet.
[vB3] Separate between sticky threads and normal threads
Collapse
X
-
Very nice Chen, just what the doctor ordered for seperating sticky threads..Leave a comment:
-
Originally posted by ChenThis is pretty simple, open your forumdisplaybit template and add the following at the very top:HTML Code:<if condition="!$addedRow and $stickyids and $thread['sticky'] == 0 and $addedRow = true"> <tr valign="top"> <td class="thead" colspan="10"><span class="smallfont"> </span></td> </tr> </if>
Leave a comment:
-
[vB3] Separate between sticky threads and normal threads
This is pretty simple, open your forumdisplaybit template and add the following at the very top:
HTML Code:<if condition="!$addedRow and $stickyids and $thread['sticky'] == 0 and $addedRow = true"> <tr valign="top"> <td class="thead" colspan="10"><img src="$stylevar[imagesfolder]/clear.gif" alt="" width="1" height="1" /></td> </tr> </if>
Last edited by Chen; Sun 15 Jun '03, 2:10pm.Tags: None
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Leave a comment: