Previous Thread
Next Thread
Print Thread
Hop To
#88508 01/09/2005 8:30 PM
Joined: Feb 2004
Posts: 24
stranger
stranger
Joined: Feb 2004
Posts: 24
my board is located here

http://www.new-used-ford-cars-trucks-for.../ultimatebb.cgi

i would like to add a banner add, either to the right of the logo on the left, or above the bb name beefcakescars

how do i do this?

#88509 01/14/2005 10:19 AM
Joined: Jan 2004
Posts: 43
N
newbie
newbie
N Offline
Joined: Jan 2004
Posts: 43
In the control panel go into STYLE and edit the style. Look for HEADER (I think). Theres many options in there. I use those options with like 50 lines of code for banner ads and links.

#88510 01/17/2005 4:07 PM
Joined: Feb 2004
Posts: 24
stranger
stranger
Joined: Feb 2004
Posts: 24
well, i tried to make a nice long post and this page won't allow me to show you the javascript,

soooo

any way, i added the java to header insert, and it did nothing

the java that generates the banner is working fine under "header html"

so, i have no idea where to put the java for the rotation, ect... of the banner

i haven't attmepted putting it under html tag or body tag, as there is only 1 line there and you cannot paste

any additional help?

if you go, you can see the banner now, and it is a linking banner, but again, i know not where to add the other java

#88511 01/17/2005 4:18 PM
Joined: Apr 2004
Posts: 141
O
member
member
O Offline
Joined: Apr 2004
Posts: 141
in the body tag, try adding
Code
onload="banner();"

#88512 01/17/2005 6:52 PM
Joined: Feb 2004
Posts: 24
stranger
stranger
Joined: Feb 2004
Posts: 24
okay, when i did that, the first banner pops up for a second, then the imgs disappear with an x, but if you continue to click on the x the rotation and click is working

so

in the header insert i have

Code
<SCRIPT LANGUAGE="JavaScript">
< !-- Beginning of JavaScript -

if (document.images) {
ads = new Array(6);
ads[0] = "banners/banner01.jpg";
ads[1] = "banners/banner02.jpg";
ads[2] = "banners/banner03.jpg";
ads[3] = "banners/banner04.jpg";
ads[4] = "banners/banner05.jpg";
ads[5] = "banners/banner06.jpg";
}

newplace = new Array(6);
newplace[0] = "http://www.mdmotorsports.com"
newplace[1] = "http://www.nloc.net"
newplace[2] = "http://www.beef-cake.net"
newplace[3] = "http://www.stangbangerz.com"
newplace[4] = "http://www.mgwltd.com"
newplace[5] = "http://www.nhtoc.com"

var timer = null
var	 counter = 0

function banner() {
	    timer=setTimeout("banner()", 5000);
		counter++;
		if (counter >= 6)
		counter = 0;
		document.bannerad.src = ads[counter];
}
function gothere() { 
counter2 = counter; 
window.open(newplace[counter2], "sponsor");
}

// - End of JavaScript - -->
</SCRIPT>
in the body tag insert i have what was just suggested

Code
onload="banner();"
and in header html i have

Code
<center><a href="javascript:gothere()">[]http://www.new-used-ford-cars-trucks-for-sale-bankruptcy-special-financing.com/banners/banner01.jpg" BORDER="0" NAME="bannerad[/]</a></center>

#88513 01/17/2005 9:18 PM
Joined: Apr 2004
Posts: 141
O
member
member
O Offline
Joined: Apr 2004
Posts: 141
change
Code
ads[0] = "banners/banner01.jpg";
ads[1] = "banners/banner02.jpg";
ads[2] = "banners/banner03.jpg";
ads[3] = "banners/banner04.jpg";
ads[4] = "banners/banner05.jpg";
ads[5] = "banners/banner06.jpg";
to

Code
ads[0] = "/banners/banner01.jpg";
ads[1] = "/banners/banner02.jpg";
ads[2] = "/banners/banner03.jpg";
ads[3] = "/banners/banner04.jpg";
ads[4] = "/banners/banner05.jpg";
ads[5] = "/banners/banner06.jpg";

#88514 01/17/2005 9:24 PM
Joined: Feb 2004
Posts: 24
stranger
stranger
Joined: Feb 2004
Posts: 24
smack your mama! <img src="https://www.ubbcentral.com/boards/images/graemlins/smile.gif" alt="" />

thanks


Link Copied to Clipboard
ShoutChat
Comment Guidelines: Do post respectful and insightful comments. Don't flame, hate, spam.
Recent Topics
Bots
by Outdoorking - 04/13/2024 5:08 PM
Can you add html to language files?
by Baldeagle - 04/07/2024 2:41 PM
Do I need to rebuild my database?
by Baldeagle - 04/07/2024 2:58 AM
This is not a bug, but a suggestion
by Baldeagle - 04/05/2024 11:25 PM
spam issues
by ECNet - 03/19/2024 11:45 PM
Who's Online Now
2 members (Nightcrawler, Ruben), 446 guests, and 194 robots.
Key: Admin, Global Mod, Mod
Random Gallery Image
Latest Gallery Images
Los Angeles
Los Angeles
by isaac, August 6
3D Creations
3D Creations
by JAISP, December 30
Artistic structures
Artistic structures
by isaac, August 29
Stones
Stones
by isaac, August 19
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20230217)