The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#21
|
||||
|
||||
The first code doesn't work. The second code works.
Question... if I use MyTranslator_position_set for settinggroup and mytranslator_position for a simple setting, this could be creating problems? |
#22
|
|||
|
|||
What vB version are you using?
|
#23
|
||||
|
||||
Version 3.8.4
|
#24
|
|||
|
|||
Are you creating this option using the normal Admin interface or are you editing and uploading a XML-file?
|
#25
|
||||
|
||||
Only with the XML file.
|
#26
|
|||
|
|||
Then you should stop editing XML-files. This is not a supported option and can lead to issues like this. Why not just use the normal AdminCP interface?
|
#27
|
||||
|
||||
Changing an XML file with an XML editor is more convenient for me.
I will try at this point directly from the admin panel. |
#28
|
|||
|
|||
You find it more convenient to scratch your head asking yourself why someone doesn't work, where you could also use the tools provided and it will work on the first try.
|
#29
|
||||
|
||||
I solved the problem.
This code was wrong: Code:
<setting varname="mytranslator_position2" displayorder="5"> <optioncode>select:piped left|Left right|Right center|Center </optioncode> <defaultvalue>center</defaultvalue> </setting> Code:
<setting varname="mytranslator_position" displayorder="5"> <datatype>free</datatype> <optioncode><![CDATA[radio:piped left|Left right|Right center|Center ]]> </optioncode> <defaultvalue>left</defaultvalue> </setting> Thank you for your support. |
#30
|
||||
|
||||
Glad you got it working, cionfs, and thanks for posting what worked since it may help someone else in the future.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|