If i just want a rotating header (completely random) do i need to use these at all.?
I'm guessing i do or it wouldn't know how to connect to the images. lol (header.php)
- <img src="DIRECTORY/header.php?fid=$forumid&pid=$bbuserinfo[field9]" />
- <table background="DIRECTORY/header.php?fid=$forumid&pid=$bbuserinfo[field9]"></table>
But i did add both to my header teamplate, but nothing works.?
My header template is weird, so im not sure if it is my template, or the 3.8.5 version.?
Code:
<!-- bullseye background -->
<div class="vbseo_bullseye" style="width: $stylevar[outertablewidth]">
<!-- header -->
<div class="vbseo_header_container">
<div class="vbseo_header">
<!-- logo -->
<a name="top"></a>
<a href="$vboptions[forumhome].php$session[sessionurl_q]"><img id="vbseo_logo_image" src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a>
<h1 id="vbseo_logo_h1"><a href="$vboptions[forumhome].php$session[sessionurl_q]"></a></h1>
<p id="vbseo_logo_tagline"><a href="$vboptions[forumhome].php$session[sessionurl_q]"></a></p>
<!-- /logo -->
<!-- navigation -->
<ul class="vbseo_main_menu">
<li><a href="cmps_index.php">Home</a></li>
<li><a href="all_albums.php$session[sessionurl_q]">Pics</a></li>
<li><a href="video.php">Videos</a></li>
<li><a href="arcade.php">Arcade</a></li>
<li><a href="gameroom.php?">Casino</a></li>
<li><a href="vbgooglemapme.php">Map</a></li>
<li><a href="project.php$session[sessionurl_q]">$vbphrase[projects]</a></li>
<li><a href="blog.php$session[sessionurl_q]">$vbphrase[blogs]</a></li>
</ul>
<!-- /navigation -->
<!--VBSEO_RR_1-->
$_phpinclude_output
$ad_location[ad_header_end]
Is there a more simplified code i could use to just randomize the header..?
Also does this work with 3.8.5.?
Thanks