MyBB Community Forums

Full Version: Tags not working..
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
well, I'm trying to intergrate my forum... just visually, I'm editing the header, and I have an easy way to do it my friend told me, the include virtual tag... but it doesn't work I have the code in correctly, I checked against a-dozen guides but it wont work, I'm beggining to think it's a mybb error -.-

[Image: includevirtualli2.th.png]
First off, that syntax you used is only for SSI (Server Side Includes). PHP does not (normally) serve its output as SSI.

Secondly, the templates don't know any PHP except for variable substitutions. You may have to slurp up the contents of that file into a variable, and put a reference to that variable in your template.
Don't worry I have it working now