The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
Cache PHP widget separately for each language
I use different content output for each language in the my CMS PHP Direct Execution Widgets.
Code:
if ($vbulletin->userinfo['languageid']) == 1) { $output = "ENGLISH TEXT"; } else { $output = "ANOTHER LANGUAGE TEXT"; } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|