Anybody have any info on this?
Ok, I DID find something from messing around with another forums files......
In style manager > header, find...
Code:
<td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
after, add.....
Code:
<!--
NEW HEADER & NAVBAR
Now that the nav buttons are in the
navbar template, you can stick whatever
you like into this space.
This makes it much easier for novice
admins to customize their header
template without affecting important
navigation elements.
-->
<td align=right>
<script language='JavaScript' type='text/javascript' src='http://URL_OF_SITE.com/phpAdsNew-2.0/adx.js'></script>
<script language='JavaScript' type='text/javascript'>
<!--
if (!document.phpAds_used) document.phpAds_used = ',';
phpAds_random = new String (Math.random()); phpAds_random = phpAds_random.substring(2,11);
document.write ("<" + "script language='JavaScript' type='text/javascript' src='");
document.write ("http://URL_OF_SITE.com/phpAdsNew-2.0/adjs.php?n=" + phpAds_random);
document.write ("&what=zone:5");
document.write ("&exclude=" + document.phpAds_used);
if (document.referrer)
document.write ("&referer=" + escape(document.referrer));
document.write ("'><" + "/script>");
//-->
</script><noscript><a href='http://URL_OF_SITE.com/phpAdsNew-2.0/adclick.php?n=aa0b68f3' target='_blank'><img src='http://URL_OF_SITE/phpAdsNew-2.0/adview.php?what=zone:5&n=aa0b68f3' border='0' alt=''></a></noscript>
this worked on my forum (vB 3.5.0) but I need the full script or modifications/files for this. Can anyone help me out on this please?