inherit
161357
0
Mar 28, 2011 12:19:17 GMT -8
thedoktor
8
December 2010
thedoktor
|
Post by thedoktor on Dec 26, 2010 9:54:35 GMT -8
My board: tmproductions.proboards.com/index.cgi?I recently got some scripts to allow each board to have its own banner and I was wondering if it's possible to have multiple banners per board this way each time the page is loaded it would be a random/different banner of the same subject. Specifically different Doctors from Doctor Who ;D
|
|
inherit
143665
wildgoosespeeder wildgoosespeeder wildgoosespeeder
0
Jun 14, 2018 5:59:55 GMT -8
wildgoosespeeder
ProBoards V5 be trippin'. I'm disoriented. :P
4,393
August 2009
wildgoosespeeder
|
Post by wildgoosespeeder on Dec 28, 2010 13:52:49 GMT -8
I see you posted similar to this on WormoCodes... Anyways, yes it is possible. You talking about changing this image right? Just place this in each board's header. Insert images between quotes. Remove any unused ("",) (without parentheses). Note the lime green. <script language="javascript"> var images = [ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" // No comma last line ]; document.images[0].src = images[Math.floor(Math.random() * images.length)]; </script>
|
|
inherit
161357
0
Mar 28, 2011 12:19:17 GMT -8
thedoktor
8
December 2010
thedoktor
|
Post by thedoktor on Dec 28, 2010 20:08:54 GMT -8
Thanks for the reply I forgot all about this topic
|
|