The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#9
|
||||
|
||||
![]()
Yeah, this is an 'additional option' for my "All Topic" mod which I already released for vb4, it was all php code changes so it was no big deal.
This was just supposed to be a way to modify a thread title to show if a thread being listed originates in another forum, as that is what my 'all topic' mod does- displays threads from multiple forums in a single forum. The entire code for this in 3.8 was: Code:
<if condition="$vbulletin->userinfo['field5'] != 'No'"> <if condition="($foruminfo[forumid] == 1) AND ($thread[forumid] != 1)">[X]</if></if> If the all-topic system is enabled (field5) then... if the forum your viewing is the master forum (1) AND the thread's forum or origin IS NOT (1) then put "[X]" in the thread title. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|