Support Forum

Advanced Search
Forum Scope


Match



Forum Options



Minimum search word length is 3 characters - maximum search word length is 84 characters
themes-topic
Passing php variables from page.php to spTopicView.php
Avatar
Chris_Andrews
Member
sp_UserOfflineSmall Offline
Apr 9, 2017 - 10:03 pm

Ok, now we are getting into the interesting stuff....  🙂 

I have several php variables that are available on my page.php... but if I try to use them in spTopicView.php, they are not there. I don't think they are being passed to the forum template pages. 

So, for example, I can:

echo $sample1;

echo $sample2;

on my wordpress page.php and get those results.

If I put the same code into spTopicView, the variables aren't there. 

Any thoughts on the best way to pass the variables to the forum template pages? 

Thanks,

Chris

***
News For Shoppers is seeking consumer reporters,
consumer advocates, and entertainment writers:
visit: NewsForShoppers.com/write/

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Apr 10, 2017 - 12:16 am

what do you mean by available?  keep in mind that php is a programming language so variables have scope... and are only available within the scope of their definition (ie within routine)...

perhaps you could try, before using the variable defining it as global...  so something like:

global $sample1, $sample2;

and then in the sp template where you want to ask, do the same... then you should be able to reference...

of course, global variables are a bit hackish, but tend to work...

Avatar
Chris_Andrews
Member
sp_UserOfflineSmall Offline
Apr 10, 2017 - 12:24 pm

You nailed it, global, I should have thought of that. I was making it more complicated than it needed to be 🙂 

Thank you!

***
News For Shoppers is seeking consumer reporters,
consumer advocates, and entertainment writers:
visit: NewsForShoppers.com/write/

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Apr 10, 2017 - 9:01 pm

glad to help!

Forum Timezone: Europe/Stockholm
Most Users Ever Online: 1170
Currently Online:
Guest(s) 1
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Mr Papa: 19448
Ike: 2086
Brandon: 864
kvr28: 804
jim: 650
FidoSysop: 577
Conrad_Farlow: 531
fiddlerman: 358
Stefano Prete: 325
Member Stats:
Guest Posters: 620
Members: 17365
Moderators: 0
Admins: 4
Forum Stats:
Groups: 7
Forums: 17
Topics: 10128
Posts: 79626