The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#4
|
||||
|
||||
![]()
This is my forumhome_subforums template:
<style> .subforums ol.subforumlist { float: left; width: 100%; margin: 0; padding: 0; } .subforumlist li.subforum { float: left; width: 33%; margin: 0; padding: 0; clear:none;} </style> <div class="subforums"> <br /> <h4 class="subforumlistlabel">{vb:rawphrase subforums}:</h4> <ol class="subforumlist commalist"> <vb:each from="subforums" value="row"> <li class="subforum"> <vb:if condition="$row['canpost']"> <vb:if condition!="CONDITION-TO-CHECK-NEW-POSTS?"> • <a href="{vb:link forum, {vb:raw row}}">{vb:raw row.title}</a></vb:if> <vb:else /> <b>→ <a href="{vb:link forum, {vb:raw row}}">{vb:raw row.title}</a></b> </vb:if> </li> </vb:each> </ol> </div> I need the condition... |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|