Announcement

Collapse
No announcement yet.

[vB3] Separate between sticky threads and normal threads

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • Joe Page
    replied
    Cool, seperating threads Invision Board style

    Leave a comment:


  • Oblivion Knight
    replied
    Very nice Chen, just what the doctor ordered for seperating sticky threads..

    Leave a comment:


  • Boofo
    replied
    Originally posted by Chen
    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"><span class="smallfont">&nbsp;</span></td>
    </tr>
    </if>
    This will create a separating row between sticky threads and normal threads, so they are more noticeable. View screenshot for example.
    Nice, Chen. Looks great!

    Leave a comment:


  • Chen
    started a topic [vB3] Separate between sticky threads and normal threads

    [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>
    This will create a separating row between sticky threads and normal threads, so they are more noticeable. View screenshot for example.
    Attached Files
    Last edited by Chen; Sun 15 Jun '03, 2:10pm.
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Working...
X
😀
🥰
🤢
😎
😡
👍
👎