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