The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
|||
|
|||
![]()
Untested but there is $stylevar['textdirection'] on vB3 that you could set to rtl instead of ltr if in a specific forum. You might be able to accomplish this with a plugin at global_start using $forumid so it'd be something like this:
Code:
// change X to the forum ID number if ($forumid == X) { $stylevar['textdirection'] == 'rtl'; $show['rtl'] = 1; } |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|