The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
from right to left
Hi
I want align one forum at right side, and everything in style should do the same, because is one arabic forum. I already put text from right to left but need to put all style, header, etc. How can i do this ? regards |
#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; } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|