![]() |
[Solved] variables in settings of product not work
1 Attachment(s)
Hello ,
in my product ,i have a textarea setting and print it in a template i try to put a vb variables in this option like this PHP Code:
https://vborg.vbsupport.ru/attachmen...1&d=1370264714 |
If you want to allow variables in your setting text, you need to use a plugin to eval() the text before using it in a template. For example:
Code:
eval('$my_setting = "' . $vbulletin->options[my_option] . '";'); Using eval will allow you to use variables in your text. If you also want to use template tags (for example, <if condition=...), then you would need to use the template compiler. |
Thank you very much kh99 ,
i do this but not worked too i used PHP Code:
PHP Code:
|
Which hook did you use for your plugin, and which template are you putting the variable in?
|
Quote:
code : PHP Code:
Thank you again |
Hmm...OK, try this:
Code:
require_once(DIR . '/includes/functions_misc.php'); I think the variables $vboptions and $bbuserinfo may be shortcuts that only work templates, so the function replace_template_variables() will replace them with the longer version. (I haven't tried the above code, hopefully there aren't any errors). |
thnx , kh99
i'm Sorry ... this code not worked too |
Oh, I didn't notice before, in your code you've done the eval() after the template eval() and it would have to be before. So try this code:
PHP Code:
And use $pointspages in your template (you have $point_pages above - of course you can use either one but make sure it is the same everywhere). |
yes i know names of variables it not a problem , i take care and sure a bout it
look , i try everything when i used ur code , and i put $vboptions[bbtitle] in setting show me this error PHP Code:
PHP Code:
Thank you for your interest and suggestion! |
As I mentioned before, your eval for $pointspages must be before the eval for your template. In fact, the function print_output() ends the script and never returns, so anything you put after that will not be executed (which is probably why the error goes away).
I'm trying to do this without trying it myself, so I'm not sure what the issue is. Maybe try this code: PHP Code:
What is the text in your pointpages option? Is the text you posted above what you're using now? I'm asking because if it contains any quote characters that could cause problems. |
yes now is okay ...
but if put html in this setting option must be like this PHP Code:
i think There is another way by put variable setting in another template and print it in first template i think this worked too .. kh99 , God bless you :up: Your Help make us not despair of finding a solution ! |
OK, try this:
PHP Code:
|
Quote:
Erorr function PHP Code:
i put simple html code in setting option like this .. PHP Code:
|
Are you saying you've got it working now?
If not, I don't see why you'd get that error. You'd have to post your exact code. |
Quote:
now no erorr but also data not show code PHP Code:
|
shouldn't addcslashes be addslashes
|
Quote:
PHP Code:
show to me erorr PHP Code:
sorry i update it by one Parameter do not show me erorr but data also don't show PHP Code:
|
Quote:
|
OK, try this:
PHP Code:
|
Quote:
the code very excellent and works wonderfully Thank you , kh99 |
Quote:
|
Quote:
Thank you ! |
All times are GMT. The time now is 11:52 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|