The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I previously installed the "include New Thread - Search - RSS links on Forum index" mod that was posted at http://www.theforumfix.com/forum-tec...ntuserscom.htm but this site doesn't exist anymore and the page redirects to someone's blog.
So far I haven't found this mod on any other forum. Here's the code that gets added to 'forumhome_forumbit_level1_post and forumhome_forumbit_levels_post templates': Code:
... <if condition="$show['subforums']"><div class="smallfont" style="margin-top:$stylevar[cellpadding]px"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if> <!-- New Thread - Search - RSS -- http://www.theforumfix.com/forum-tech/new-additions-to-sprintuserscom.htm --> <if condition="$forum[link] == ''"> <span class="tinyfont"> [<a rel="nofollow" href="/forums/newthread.php?do=newthread&f=$forum[forumid]">New Thread</a>] [<a rel="nofollow" href="/forums/search.php?forumid=$forum[forumid]">Search</a>]<br /> </span> </if> <!-- End New Thread - Search - RSS -- http://www.theforumfix.com/forum-tech/new-additions-to-sprintuserscom.htm --> </td> </tr> </table> ... |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|