Quote:
Originally Posted by Digital Jedi
Did you add the template to each of your styles? If one style doesn't have it, and you're viewing the forum in that style, you'll just get a blank page.
|
No did not add it to each of the styles, however only one style is checked, but I will do this as well.
Quote:
Originally Posted by Lynne
To add to Mark's comment, you cannot use echo in your php and have it show up in the correct spot in your template. You need to assign any output to a variable that you then register for use in your template.
|
Yeah I just threw that echo in there to test it to make sure it was actually going to show something. I just forgot to take it out before i pasted the code.
Thanks for your replies, I will add the template to each of the styles to see what that does.
EDIT: Adding the template to all the styles fixed it...Thanks a lot!