The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#9
|
|||
|
|||
![]()
While it may work, again you've over complicated what you want to do by adding 51 unneeded additional database queries each time forumdisplay is accessed.
Using the forumdisplay_complete hook... Code:
if ($foruminfo['parentid'] >= 18 AND $foruminfo['parentid'] <= 68) { $vbphrase['post_new_thread'] = 'Create a Listing'; } The only thing that might complicate things is if your sub-forums have sub-forums. Then that's a different story. |
Благодарность от: | ||
Lynne |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|