The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Board Rules
Basically, i have written rules.php which uses templates to open the rules in different languages using a drop down menu in the main template.
The problem im having is i have no idea how to get the dropdown menu to send the relevant language back to rules.php and have it show the correct template. I tried using a post method with a hidden input with value "action" then on the rules.php script have it open the language file depending on wotever "action" was selected. Code:
if ($action=="english") { eval("dooutput(\"".gettemplate('rules_english')."\");"); } Any help/Hints would be appreciated Flame |
#2
|
||||
|
||||
PHP Code:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|