vBulletin Search Engine Optimization
This is a discussion on Ultimate Side Columns Issue within the Troubleshooting forums, part of the vBSEO SEO Plugin category; OK before the VBSEO install I had the following rotating banner code working perfectly. I know it is not the ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| ||||
| ||||
| Ultimate Side Columns Issue
OK before the VBSEO install I had the following rotating banner code working perfectly. I know it is not the best solution so critique my site in the other forum... however it was what I chose and was working. Now the Google Adsense code is working fine but my other code is not. Here is the code: HTML Code: <!-- Banner Rotator by Redline --> <SCRIPT LANGUAGE="Javascript"><!-- function banner() { }; banner = new banner(); number = 0; // bannerArray banner[number++] = "<a href='http://gnomescapes.com/' target='_blank'><img src='images/gnome_button.gif' border='1'></a>" banner[number++] = "<a href='http://yeoldechandler.com/' target='_blank'><img src='images/yo_button.gif' border='1'></a>" increment = Math.floor(Math.random() * number); document.write(banner[increment]); //--></SCRIPT> </td> <!-- End Banner Rotator by Redline --> Regards, Ross |
|
#2
| ||||
| ||||
|
Also let me update that I just realized that my banner rotation in my header template is not working as well. Any help on this will be greatly appreciated as my sponsors are sure to get pissed sooner than later. Here is my header template code... HTML Code: <!-- logo --> <a name="top"></a> <table border="0" width="100%" cellpadding="0" cellspacing="0" align="center"> <tr> <td width="10" style="background-image:url(images/c2/c2_01.jpg); background-repeat:repeat-y; background-position:right;"> </td> <td width="100%" style="background-image:url(images/c2/c2_03.jpg); background-repeat:repeat-x;"> <table border="0" cellpadding="0" cellspacing="0"> <tr> <td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td> <td width="100%" align="left" style="background-image:url(images/c2/c2_03.jpg);"><img src="images/c2/c2_03.jpg"></td> <td style="background-image:url(images/c2/c2_03.jpg);" width="100%" align="$stylevar[right]"><!-- Search Google --> <table border="0" width="100%" cellpadding="0" cellspacing="0" align="center"> <tr><td align="center" style="background-image:url(images/c2/c2_o3.jpg);"> </td></tr> <tr><td align="center" style="background-image:url(images/c2/c2_o3.jpg);"> <form method="get" action="http://www.google.com/custom" target="google_window"> <table> <tr><td nowrap="nowrap" valign="top" align="left" height="32"> <a href="http://www.google.com/"> <img src="http://www.google.com/logos/Logo_25gry.gif" border="0" alt="Google" align="middle"></img></a> <label for="sbi" style="display: none">Enter your search terms</label> <input type="text" name="q" size="28" maxlength="255" value="" id="sbi"></input> <label for="sbb" style="display: none">Submit search form</label> <input type="submit" name="sa" value="Search" id="sbb"></input> <input type="hidden" name="client" value="pub-4714429698566238"></input> <input type="hidden" name="forid" value="1"></input> <input type="hidden" name="ie" value="ISO-8859-1"></input> <input type="hidden" name="oe" value="ISO-8859-1"></input> <input type="hidden" name="cof" value="GALT:#071f45;GL:1;DIV:#071f45;VLC:663399;AH:center;BGC:84a45b;LBGC:071f45;ALC:CC0000;LC:CC0000;T:000000;GFNT:0000FF;GIMP:0000FF;FORID:1"></input> <input type="hidden" name="hl" value="en"></input> </td></tr></table> </form> </td></tr></table> <!-- Search Google --></td> </tr> </table> <!-- /logo --> <table border="0" width="100%" cellpadding="0" cellspacing="0" align="center"> <tr> <td width="100%" style="background-color:#FFFFFF;"> </td> </tr> <tr> <!-- Banner Rotator by Redline --> <td align="center" style="background-color:#FFFFFF;" width="100%"> <SCRIPT LANGUAGE="Javascript"><!-- function banner() { }; banner = new banner(); number = 0; // bannerArray banner[number++] = "<a href='http://maid-2-order.net' target='_blank'><img src='images/m2o_banner.gif' border='1'></a>" banner[number++] = "<a href='http://gnomescapes.com' target='_blank'><img src='images/owi_banner.gif' border='1'></a>" banner[number++] = "<a href='http://yeoldechandler.com/' target='_blank'><img src='images/yoc_banner.gif' border='1'></a>" banner[number++] = "<a href='http://prizefitness.com/' target='_blank'><img src='images/prize_banner.gif' border='1'></a>" increment = Math.floor(Math.random() * number); document.write(banner[increment]); //--></SCRIPT> </td> <!-- End Banner Rotator by Redline --> </tr> </table> <!-- content table --> $spacer_open $_phpinclude_output <!-- USC header edit start --> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> $usc_left <td valign="top"> <!-- USC header edit end --> <script type="text/javascript" src="js/ajax-dynamic-content.js"></script> <script type="text/javascript" src="js/ajax.js"></script> <script type="text/javascript" src="js/ajax-tooltip.js"></script> <link rel="stylesheet" href="css/ajax-tooltip.css" media="screen" type="text/css"> <script type="text/javascript"> document.body.onclick = ajax_hideTooltip; </script> |
|
#3
| ||||
| ||||
|
Hello, please try to modify your banners code from: <a href='http:// to: <a href'+'='http:// like: HTML Code: banner[number++] = "<a href'+'='http://gnomescapes.com/' target='_blank'><img src='images/gnome_button.gif' border='1'></a>" banner[number++] = "<a href'+'='http://yeoldechandler.com/' target='_blank'><img src='images/yo_button.gif' border='1'></a>" etc
__________________ Oleg Ignatiuk / Crawlability Inc. Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
|
#4
| ||||
| ||||
| Quote:
Greatness! |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| vBSEO 2.0 RC7 Released | Juan Muriente | vBSEO Announcements | 17 | 09-09-2005 12:00 AM |