The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Exactly like here MOD forum and Forums I want
How can I achieve this here you have mods and forums
are they two different forums or same forum made it this way? |
#2
|
|||
|
|||
Set the display order to "0" for that forum, then use a direct link to the forumdisplay.php?f=X page. X being the ForumID of the Forum you've just hidden.
|
#3
|
|||
|
|||
thank you obserty
I want to use it for multi language Is there any way I can change the headers I mean the "usercp" "help" bla bla menu up there for new forums I heard some thing about IF cause of some thing |
#4
|
||||
|
||||
You will need to add translations via the Phrase Manager. Your users will then be able to select which language they would like to use.
|
#5
|
|||
|
|||
thanks what I mean I want to change the User CP Help Chat Members List New Posts Quick Links Log Out menue to some thing else when some body clicks on new forum
|
#6
|
||||
|
||||
You will need to add a conditional to the navbar, such as:
Code:
<if condition="$foruminfo['forumid'] == X">DO THIS<else />DEFAULT</if> |
#7
|
|||
|
|||
thanks a lot I will give it a try and let you know
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|