Quote:
Originally Posted by Dismounted
The column in one (or a few) of the forumhome_forumbit_* templates. I don't have a copyo f vBulletin in front of me right now.
|
I find this in forumhome_forumbit_level2_post:
Code:
</if>
</td>
<td class="alt2" nowrap="nowrap">$forum[lastpostinfo]</td>
<td class="alt1">$forum[threadcount]</td>
<td class="alt2">$forum[replycount]</td>
<if condition="$vboptions['showmoderatorcolumn']">
<td class="alt1"><div class="smallfont">$forum[moderators] </div></td>
</if>
I try something like that but it doesnt work:
Code:
<if condition="!in_array($forum['28'], nowrap="nowrap">$forum[lastpostinfo] array(28))"></if>
I cant put that code.