vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Problem when "update" options (https://vborg.vbsupport.ru/showthread.php?t=222157)

cionfs 09-01-2009 11:48 AM

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?

Marco van Herwaarden 09-01-2009 11:51 AM

What vB version are you using?

cionfs 09-01-2009 12:00 PM

Version 3.8.4

Marco van Herwaarden 09-01-2009 12:36 PM

Are you creating this option using the normal Admin interface or are you editing and uploading a XML-file?

cionfs 09-01-2009 12:42 PM

Only with the XML file. :)

Marco van Herwaarden 09-02-2009 10:40 AM

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?

cionfs 09-03-2009 09:48 AM

Changing an XML file with an XML editor is more convenient for me.
I will try at this point directly from the admin panel. :)

Marco van Herwaarden 09-03-2009 11:10 AM

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.

cionfs 09-03-2009 12:35 PM

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>

This is correct

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>

and It works fine! :)

Thank you for your support. :)

Lynne 09-03-2009 02:55 PM

Glad you got it working, cionfs, and thanks for posting what worked since it may help someone else in the future.


All times are GMT. The time now is 01:28 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01000 seconds
  • Memory Usage 1,726KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete