Mark Carras |
06-02-2007 11:01 PM |
using better includes?
So my vbulletin message center in the admin panel is telling me that...
Quote:
There are currently 19 customized template(s) that need to be updated or reverted. Some sections of vBulletin may not function if you do not do this!
|
I know what is causing this. It is because I currently use an include within an iframe to place the header on each forum the way I want it. I know that is a horrid way to archive this, but it was the only way I could get it to work in a way that integrates with the rest of the website.
So now it looks like I need to try once again to figure out how to do this other style of includes. Anybody with tons of patience brave enough to help me?
Here is a sample of the code I use for one of the band forums I host.
Code:
<a name="top"></a>
<a name="top"></a>
<IFRAME NORESIZE="NORESIZE" FRAMEBORDER="0" WIDTH="100%" HEIGHT="260" MARGINWIDTH="0" MARGINHEIGHT="0" SCROLLING="NO" BGCOLOR="#000000" SRC="http://www.rockmymonkey.com/x/InThisMomentForumInclude.php"></iframe>
<!-- content table -->
$spacer_open
$_phpinclude_output
|