kepli
New Member
Official Twilight Hater
Posts: 160
inherit
147984
0
Aug 8, 2011 12:40:53 GMT -8
kepli
Official Twilight Hater
160
October 2009
kepli
|
Post by kepli on Dec 29, 2009 14:06:04 GMT -8
www.coolus.proboards.comI looked through the database and I couldn't find a code for this. I'm sorry if I mess this up somehow. I'm looking for a code that could change boards into pictures. So when you clicked the picture it would go to the threads and everything in that board. I would want to be able to choose he image and what board it is..... so yeah to clarify: i want the actual board [all of it] to be a image. I don't want a image on a board.
|
|
kepli
New Member
Official Twilight Hater
Posts: 160
inherit
147984
0
Aug 8, 2011 12:40:53 GMT -8
kepli
Official Twilight Hater
160
October 2009
kepli
|
Post by kepli on Dec 30, 2009 13:49:30 GMT -8
its been almost 24 hours and no answer...
|
|
inherit
27465
0
Jun 21, 2023 15:12:16 GMT -8
VanillaOrchids
10,120
July 2004
vanillaorchids
|
Post by VanillaOrchids on Dec 30, 2009 13:55:45 GMT -8
If I'm understanding you correctly, you just need to use image tags in place of your board titles.
[IMG]LINK TO IMAGE[/IMG]
|
|
kepli
New Member
Official Twilight Hater
Posts: 160
inherit
147984
0
Aug 8, 2011 12:40:53 GMT -8
kepli
Official Twilight Hater
160
October 2009
kepli
|
Post by kepli on Dec 31, 2009 12:21:57 GMT -8
Not what i'm looking for 1. If you do that the title of the board becomes and messses up the welcome banner 2. i want the actual board [all of it] to be a image. I don't want a image on a board.
|
|
inherit
27465
0
Jun 21, 2023 15:12:16 GMT -8
VanillaOrchids
10,120
July 2004
vanillaorchids
|
Post by VanillaOrchids on Jan 1, 2010 13:32:31 GMT -8
Not what i'm looking for 1. If you do that the title of the board becomes and messses up the welcome banner 2. i want the actual board [all of it] to be a image. I don't want a image on a board. Oh, I believe I understand now. Unfortunately, I'm unsure how to do that so hopefully someone else will know.
|
|
kepli
New Member
Official Twilight Hater
Posts: 160
inherit
147984
0
Aug 8, 2011 12:40:53 GMT -8
kepli
Official Twilight Hater
160
October 2009
kepli
|
Post by kepli on Feb 25, 2010 17:43:45 GMT -8
bump
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Feb 25, 2010 19:25:34 GMT -8
<script type="text/javascript"> <!-- // Quick board name as image // by Wormopolis var boardArray=new Array();
if (true) {
boardArray['general']="http://www.sonofthesouth.net/union-generals/custer/pictures/general-custer-300.jpg"; boardArray['betaskinview']="http://www.web-books.com/eLibrary/Medicine/Physiology/Skin/skin02.jpg"; // the name in the brackets is the board ID
for (tds=document.getElementsByTagName('td'), t=0; t<tds.length; t++) { if (tds[t].width=='66%' && tds[t].className.match(/windowbg/) && tds[t].vAlign=='top') { blink=tds[t].getElementsByTagName('a')[0]; bname=(blink.href.match(/board=(.*?)(&|$)/) ? RegExp.$1 : null); if (boardArray[bname]) { nwImg=document.createElement('img'); nwImg.src=boardArray[bname]; nwImg.border=0; blink.replaceChild(nwImg,blink.firstChild); } } } } // --> </script>
|
|
kepli
New Member
Official Twilight Hater
Posts: 160
inherit
147984
0
Aug 8, 2011 12:40:53 GMT -8
kepli
Official Twilight Hater
160
October 2009
kepli
|
Post by kepli on Feb 26, 2010 15:12:00 GMT -8
Thanks!!!!!!!!!! but where do i put it and where do i put the image things?
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Feb 26, 2010 18:34:25 GMT -8
|
|
kepli
New Member
Official Twilight Hater
Posts: 160
inherit
147984
0
Aug 8, 2011 12:40:53 GMT -8
kepli
Official Twilight Hater
160
October 2009
kepli
|
Post by kepli on Feb 27, 2010 6:56:32 GMT -8
But see thats turning the board title into a picture. I want the entire board a picture. Like this: click me
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Feb 27, 2010 9:40:37 GMT -8
<script type="text/javascript"> <!-- // Quick board name as image // by Wormopolis var boardArray=new Array();
if (true) {
boardArray['general']="http://www.sonofthesouth.net/union-generals/custer/pictures/general-custer-300.jpg"; boardArray['betaskinview']="http://www.web-books.com/eLibrary/Medicine/Physiology/Skin/skin02.jpg"; // the name in the brackets is the board ID
for (tds=document.getElementsByTagName('td'), t=0; t<tds.length; t++) { if (tds[t].width=='66%' && tds[t].className.match(/windowbg/) && tds[t].vAlign=='top') { blink=tds[t].getElementsByTagName('a')[0]; bname=(blink.href.match(/board=(.*?)(&|$)/) ? RegExp.$1 : null); if (boardArray[bname]) { nwImg=document.createElement('img'); nwImg.src=boardArray[bname]; nwImg.border=0; blink.replaceChild(nwImg,blink.firstChild); tds[t].colSpan=5; tds[t].previousSibling.style.display = tds[t].nextSibling.style.display = tds[t].nextSibling.nextSibling.style.display = tds[t].nextSibling.nextSibling.nextSibling.style.display = "none"; } } } } // --> </script>
|
|
kepli
New Member
Official Twilight Hater
Posts: 160
inherit
147984
0
Aug 8, 2011 12:40:53 GMT -8
kepli
Official Twilight Hater
160
October 2009
kepli
|
Post by kepli on Feb 27, 2010 15:40:16 GMT -8
Sorry but again: where does it go[main header,footer....? what do i fill out[in what brackets]?
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Feb 27, 2010 22:03:42 GMT -8
same as what I said before.
|
|
kepli
New Member
Official Twilight Hater
Posts: 160
inherit
147984
0
Aug 8, 2011 12:40:53 GMT -8
kepli
Official Twilight Hater
160
October 2009
kepli
|
Post by kepli on Feb 28, 2010 6:21:46 GMT -8
I'm really sorry. I'm being really annoying but what you did made the board empty with a picture in it but i want to the entire boards [including the board background to be a picture. so it won't even look like a board any more
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Feb 28, 2010 10:12:17 GMT -8
<script type="text/javascript"> <!-- // Quick board name as image // by Wormopolis var boardArray=new Array();
if (true) {
cellHeight=30; //height of row
boardArray['general']="http://www.sonofthesouth.net/union-generals/custer/pictures/general-custer-300.jpg"; boardArray['betaskinview']="http://www.web-books.com/eLibrary/Medicine/Physiology/Skin/skin02.jpg"; // the name in the brackets is the board ID
for (tds=document.getElementsByTagName('td'), t=0; t<tds.length; t++) { if (tds[t].width=='66%' && tds[t].className.match(/windowbg/) && tds[t].vAlign=='top') { blink=tds[t].getElementsByTagName('a')[0]; bname=(blink.href.match(/board=(.*?)(&|$)/) ? RegExp.$1 : null); if (boardArray[bname]) { blink.replaceChild(document.createElement('font'),blink.firstChild); tds[t].colSpan=5; tds[t].style.height=cellHeight; tds[t].width='100%'; tds[t].style.backgroundImage='url('+boardArray[bname]+')'; tds[t].previousSibling.style.display = tds[t].nextSibling.style.display = tds[t].nextSibling.nextSibling.style.display = tds[t].nextSibling.nextSibling.nextSibling.style.display = "none"; } } } } // --> </script>
|
|