MyBB Community Forums

Full Version: Ads code somehow makes the forum tool bar missing
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
After I use the following ebay partner network code in my header, when I try to make a post, the entire tool bar of "Insert Bold, Insert italic text, Insert Underlined text, Aligan left, etc." is missing.



Quote:<script type="text/javascript" src='http://adn.ebay.com/files/js/min/jquery-1.6.2-min.js'></script>
<script type="text/javascript" src='http://adn.ebay.com/files/js/min/jquery-ui-min.js'></script>
<script type="text/javascript" src='http://adn.ebay.com/files/js/min/ebay_activeContent-min.js'></script>
<script charset="utf-8" type="text/javascript">
document.write('\x3Cscript type="text/javascript" charset="utf-8" src="http://adn.ebay.com/cb?programId=1&campId=5337110484&toolId=10026&keyword=&width=910&height=90&font=1&textColor=000000&linkColor=0000AA&arrowColor=8BBC01&color1=709AEE&color2=FFFFFF&format=Html2&contentType=TEXT_AND_IMAGE&enableSearch=y&useeBayT=n&usePopularSearches=n&freeShipping=n&topRatedSeller=n&itemsWithPayPal=n&descriptionSearch=n&showKwCatLink=n&excludeCatId=&excludeKeyword=&catId=1281&disWithin=200&ctx=y&flashEnabled=' + isFlashEnabled + '&pageTitle=' + _epn__pageTitle + '&cachebuster=' + (Math.floor(Math.random() * 10000000 )) + '">\x3C/script>' );
</script>


How do I fix that?



Note: When I use the following codes, the problem is not there.
Quote:<script type="text/javascript" src='http://adn.ebay.com/files/js/min/ebay_activeContent-min.js'></script>
<script charset="utf-8" type="text/javascript">
document.write('\x3Cscript type="text/javascript" charset="utf-8" src="http://adn.ebay.com/cb?programId=1&campId=5337110062&toolId=10026&keyword=%28fish%2Ccat%2Cdog%2Cbird%2Cbetta%29&width=728&height=90&font=1&textColor=000000&linkColor=0000AA&arrowColor=8BBC01&color1=709AEE&color2=FFFFFF&format=Html&contentType=TEXT_AND_IMAGE&enableSearch=n&useeBayT=y&usePopularSearches=n&freeShipping=n&topRatedSeller=n&itemsWithPayPal=n&descriptionSearch=y&showKwCatLink=n&excludeCatId=&excludeKeyword=&catId=1281&disWithin=200&ctx=n&flashEnabled=' + isFlashEnabled + '&pageTitle=' + _epn__pageTitle + '&cachebuster=' + (Math.floor(Math.random() * 10000000 )) + '">\x3C/script>' );
</script>


The differences between the two is that in the first one the codes allow move to the next page of ads items. It is also 910x90 in size. The second codes only show 4 items without the ability to move to the next page, and it is 728x90.

Here is how it looks like with the first quote of codes.
[Image: 111messedup.jpg]

***
Here is how it looks like in the second quote of the codes,
[Image: 111notmessedup.jpg]

I much prefer to use the codes in the first quote because it actually show more items when people click on the arrow to move it to the next page, and people can search for more keywords. That's why I am here to ask any expert who can fix the missing tool bar for the first set of codes. Smile
please search for jquery noconflict code on this forum and use it after below code
<script type="text/javascript" src='http://adn.ebay.com/files/js/min/jquery-1.6.2-min.js'></script>
<script type="text/javascript" src='http://adn.ebay.com/files/js/min/jquery-ui-min.js'></script>