The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#7
|
|||
|
|||
![]()
Just in case anyone still wants this, the exact code for VB4 is, for search results:
extract from the start of template search_threadbit: Code:
<vb:if condition="$show['below_unread'] > 0"> <li class="threadbit"> <div class="icon0 rating0 nonsticky"> <div id="below_unread"> <vb:if condition="$show['below_unread'] == 1"> {vb:rawphrase all_threads_below_here_unread} <vb:else /> {vb:rawphrase all_threads_below_here} </vb:if> </div> </div> </li> </vb:if> <!-- end of standard code, start of mod --> <vb:if condition="$GLOBALS['sthreadcount'] == 25"> <vb:if condition="$GLOBALS['sthreadcount'] = 1"></vb:if> <li class="threadbit"> <!-- MY AD --> </li> <vb:else /> <vb:if condition="$GLOBALS['sthreadcount']++"></vb:if> </vb:if> <!-- end of mod now back to the normal file --> <li class="imodselector threadbit {vb:if !$thread['del_username'], $thread['statusstring']} <vb:if <!-- and so on..... --> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|