![]() |
How can I use a variable inside a php file in a custom template?
Hello everyone, I have successfully used a function from a file into a custom template before using this plugin: (thanks to kh99 :) )
PHP Code:
I have my page cotw_sotw.php which uses the template COTW_SOTW . Inside this template I have {vb:raw cotw_sidemenu} which is another custom template (COTW_SIDEMENU). There is a variable in cotw_sotw.php file that I need to use(register) inside the sidemenu template (COTW_SIDEMENU). How would I go about doing so?? If even possible. :) Any information anyone might have will be appreciated. Thanks for your time everyone. Best Regards. |
There's two ways you could do it (that I can think of): put a vB_Template::preRegister() call in cotw_sotw.php where you have the variable set, or make the variable global and add another call to vB_Template::preRegister() (where you have the existing one).
|
Well here we go... :)
First thing I tried was calling to pre-register the variables within the page file (sotw_cotw.php). Here is the php file snippe : PHP Code:
Any ideas ?? |
I think what you have should work, but the PreRegister calls aren't quite right, you need a => between the name and the variable:
PHP Code:
And just for the record, to make the variables global you'd just have to put Code:
global $cotw_sotw_sidemenu_vote, $cotw_sotw_sidemenu_nom; in your function code. |
Quote:
PHP Code:
|
Sorry, I can't see what might be wrong. You should only have to register the variables in the template once, it doesn't matter if that template is included in another template. You do, of course, have to register them before the template is rendered, but I can't tell if you're doing that from the code you posted.
|
OK I just ran a VERY easy test. I made this file ... (Does not get ANY simpler)
PHP Code:
PHP Code:
I bet it's something real simple but I just can't figure it out. |
What hook locations are you using?
|
Quote:
--------------- Added [DATE]1313174864[/DATE] at [TIME]1313174864[/TIME] --------------- And this is the plguin I am using to render the sidemenu . PHP Code:
|
Quote:
Try This: PHP Code:
Plugin Hook: parse_templates Code:
ob_start(); |
Quote:
|
Quote:
These are the plugins I am using. hook parse_templates PHP Code:
hook global_start PHP Code:
|
Quote:
Parse template hook for this code PHP Code:
|
Quote:
P.S.: If anyone is willing to help further I would gladly provide log in to my test site if anyone is up for it. To be honest I have reached my skill level on this one. |
Quote:
Plugin Hook: parse_templates Code:
ob_start(); To be fair, why you are including external file from outside. just write php code in plugins or make functions. |
Quote:
HURRRAAYYYYYY!!!! FOR SHERRRIFFFFFF Needless to say I will NOT shoot the sherif :p Thanks a bunch for your help. Also thanks to our advisor kh99, without your guys help I would have probably exploded my server or something. Thanks again guys. I'm so stoked this works now. About your question I guess I have not been too familiar yet with vb plugin system as you can tell; as a noob still I feel more comfortable using files. I feel I have more control and organization with files than plugins. Performance wise does it have any impact choosing one over the other?? |
Quote:
|
Quote:
PHP Code:
|
All times are GMT. The time now is 02:24 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:
|