The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
Add this to the phpinclude_start template on a new line:
PHP Code:
PHP Code:
Then in the template FORUMDISPLAY find: HTML Code:
<td class="thead" align="center" nowrap="nowrap"><a href="$sorturl&order=desc&sort=replycount">$vbphrase[replies]</a> $sortarrow[replycount]</td> HTML Code:
<if condition="is_custom_forum($thread[forumid])"> <td class="alt1" align="center">$thread[field6]</td> <else /> <td class="alt1" align="center"><a href="#" onclick="who($thread[threadid])">$thread[replycount]</a></td> </if> HTML Code:
<td class="alt1" align="center"><a href="#" onclick="who($thread[threadid])">$thread[replycount]</a></td> HTML Code:
<if condition="is_custom_forum($thread[forumid])"> <td class="alt1" align="center">$thread[field6]</td> <else /> <td class="alt1" align="center"><a href="#" onclick="who($thread[threadid])">$thread[replycount]</a></td> </if> |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|