vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=252)
-   -   QUESTION : vbsettings ( options ) (https://vborg.vbsupport.ru/showthread.php?t=289098)

TheSupportForum 10-15-2012 05:52 PM

QUESTION : vbsettings ( options )
 
1) i have an option from vbsettings that i with the include in a php file
a) the php file located in a seperate folder and with to use a vb variable
b) a plugin currently loads the php file
b) do i need to include anything in the php file to get a vb variable to work

i want to do thing like this

$key = "options['option_key']";

am i doing this correctly ?


i also need help with the following
can i do this

this is the orginal code
PHP Code:

$myarray = array(); 

can i do this
PHP Code:

$myarray = array($vbulletin->options['myvar'];) 


kh99 10-15-2012 08:18 PM

Quote:

Originally Posted by simonhind (Post 2373211)
1) i have an option from vbsettings that i with the include in a php file
a) the php file located in a seperate folder and with to use a vb variable
b) a plugin currently loads the php file
b) do i need to include anything in the php file to get a vb variable to work

i want to do thing like this

$key = "options['option_key']";

am i doing this correctly ?

I'm not quite sure what you're trying to do, but I think maybe what you'd want is
Code:

$key = $vbulletin->options['option_key'];

Quote:

i also need help with the following
can i do this

this is the orginal code
PHP Code:

$myarray = array(); 

can i do this
PHP Code:

$myarray = array($vbulletin->options['myvar'];) 


I'm not sure what you're trying to do: what kind of option is $vbulletin->options['myvar']? Is it a text field?

TheSupportForum 10-15-2012 09:48 PM

edited :

post no longer needed as resolved


All times are GMT. The time now is 07:01 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.01226 seconds
  • Memory Usage 1,724KB
  • 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
  • (1)bbcode_code_printable
  • (4)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete