Forum banners

Demataria

New member
Since our old set of forum banners vanished, we've been stuck with a single one. I've created a set of banners to be used in the forum header. If you think they're appropriate, then please use them.

Here's a link to them:

http://z6.****************/Europeia/index....showtopic=15821
 
There's a code about that enables rotating banners, so that each time the page is loaded, a random one from the list is chosen...we could install that and use -all- of Dem's created banners... :)
 
There's a code about that enables rotating banners, so that each time the page is loaded, a random one from the list is chosen...we could install that and use -all- of Dem's created banners... :)
That's what I was hoping for. I preferred it when we had that set up.
 
These look great, Dem! Thanks for the effort. I'll leave this up to HEM, though, since he'll be the one coding them in.
 
Exactly. I don't know how to deal with the coding for these things, not to mention that the header is a screen full of scary.
 
I have that code! Gimme a few minutes and I can get it for y'all.

Code:
<script type="text/javascript">
//New Banner every page
//By slayer766 of thecodingzone.com

NewBan = new Array();

NewBan[0] = "<img src='IMAGE LINK'>";
NewBan[1] = "<img src='IMAGE LINK'>";
NewBan[2] = "<img src='IMAGE LINK'>";
NewBan[3] = "<img src='IMAGE LINK'>";
NewBan[4] = "<img src='IMAGE LINK'>";
NewBan[5] = "<img src='IMAGE LINK'>";
NewBan[6] = "<img src='IMAGE LINK'>";
</script>

Put it above <% BOARD HEADER %> in the Header & Body:, which is under the Board Wrappers thingy on the side panel. :)

On the forum I just grabbed this from it was above the Board Header thing as I said above and under this:
Code:
<body text="#000000" link="#000000" vlink="#000000" alink="#000000" leftmargin="3" topmargin="3" marginwidth="3" marginheight="0">
<table width="798" border="1" align="center" cellpadding="20" cellspacing="0" bgcolor="#fff" height="377" bordercolor="#000000" bordercolordark="#000000" bordercolorlight="#000000">
<tr> 
<td width="100%" height="100%" bgcolor="EEF3F5" bordercolor="#000000" bordercolorlight="#000000" bordercolordark="#000000">

Dunno exactly, without being able to do it meself. Copy the whole skin code into a word document so that if it decides to screw itself we ain't screwed. *shrugs* I know that's the code for it though.
 
Doesn't want to cooperate. I'll let HEM fight this later.
 
For the record, I tried a few things and got no results...
 
Try putting this code in the usual place where one'd put the banner code.

Code:
<script type="text/javascript">
//New Banner every page
//By slayer766 of thecodingzone.com

NewBan = new Array();

NewBan[0] = "<img src='IMAGE LINK'>";
NewBan[1] = "<img src='IMAGE LINK'>";
NewBan[2] = "<img src='IMAGE LINK'>";
NewBan[3] = "<img src='IMAGE LINK'>";
NewBan[4] = "<img src='IMAGE LINK'>";
NewBan[5] = "<img src='IMAGE LINK'>";
NewBan[6] = "<img src='IMAGE LINK'>";
</script>
 
That code works with IB..

I can screenshot if you'd like.
I did as directed, and it didn't want to work. Again, I'm leaving this to the resident expert, HEM.
 
Try putting this code in the usual place where one'd put the banner code.

Code:
<script type="text/javascript">
//New Banner every page
//By slayer766 of thecodingzone.com

NewBan = new Array();

NewBan[0] = "<img src='IMAGE LINK'>";
NewBan[1] = "<img src='IMAGE LINK'>";
NewBan[2] = "<img src='IMAGE LINK'>";
NewBan[3] = "<img src='IMAGE LINK'>";
NewBan[4] = "<img src='IMAGE LINK'>";
NewBan[5] = "<img src='IMAGE LINK'>";
NewBan[6] = "<img src='IMAGE LINK'>";
</script>
I already tried that, but I have a few more ideas...and last time Tweedy gave it to us...
 
Back
Top