|
Post by Wormopolis on Oct 9, 2010 18:14:11 GMT -8
where you have this
t.className="windowbg"; t.colSpan=3; t.className="windowbg2";
replace with
t.className="windowbg boardcells"; t.colSpan=3;
|
|
|
Post by tunescool on Oct 9, 2010 21:22:22 GMT -8
thanks
|
|
|
Post by tunescool on Oct 28, 2010 11:45:32 GMT -8
i made a new site the other day and found some colors i like looking at skins but i cant get the post to look good with the colors i want. can you add all the remaining windowbgs to this code please, board title cells, thread title cells and the windowbgs for the posts. but keep them seperate from the board and thread cells already in there so i can do the two different colored backgrounds. forget that smangii thing
<style type="text/css"> .ICtitlereclass {height: 14px; background-image: url(http://i709.photobucket.com/albums/ww95/tunescool/nook/gryl017.gif);} .ICreclass {background-image: url(http://i709.photobucket.com/albums/ww95/tunescool/nook/gryl017.gif);} .boardcells {background-image: url(http://i709.photobucket.com/albums/ww95/tunescool/nook/grey12.jpg);} .threadcells {background-image: url(http://i709.photobucket.com/albums/ww95/tunescool/nook/grey12.jpg);} </style>
<script type="text/javascript"> <!-- // Infocenter Font Title Reclass Board Thread Cells //if (document.postForm) { for (tds=document.getElementsByTagName('td'), i=0; i<tds.length; i++) { if (tds[i].className=='catbg' && tds[i].innerHTML.match(/(forum statistics|today's birthdays|users online|active users|events this month)/i)) { tds[i].parentNode.parentNode.parentNode.cellSpacing=0; if (!tds[i].innerHTML.match(/forum statistics/i)) { tds[i].className+=' ICtitlereclass'; hold=tds[i].getElementsByTagName('font')[0]; hold.size=''; hold.className+=" ICtitlefontreclass"; } tds[i].parentNode.nextSibling.firstChild.className+=" ICreclass"; tds[i].parentNode.nextSibling.firstChild.nextSibling.className+=" ICreclass"; } if (tds[i].className.match(/windowbg/) && tds[i].width.match(/^(1|23|24)%|^1px/)) { tds[i].className+=' boardcells'; } if (tds[i].className.match(/windowbg/) && tds[i].width.match(/^(4|14|15|20)%/)) { tds[i].className+=' threadcells'; } }
// --> </script>
|
|
|
Post by tunescool on Nov 3, 2010 3:20:33 GMT -8
wormer can you do this
|
|
|
Post by Wormopolis on Nov 3, 2010 22:10:19 GMT -8
not anytime soon. this looks like something that will take considerable time.
|
|
|
Post by tunescool on Mar 2, 2011 6:57:06 GMT -8
ive been creating sub boards in my archive forum and i went to make another one and well, look on my main page and you can see what happened with the emily osment forum. every other sub board ive made there hasnt been a problem. the board ids arent the same and the names of the boards are the same but all the other archive sub boards are the same as the ones the main page. i have no idea what could be wrong. see if you can figure it out, thanks
|
|
|
Post by Wormopolis on Mar 2, 2011 8:29:05 GMT -8
you are gonna need to turn back on sub-boards for that cell..
|
|
|
Post by tunescool on Mar 2, 2011 10:07:45 GMT -8
it is on
|
|
|
Post by Wormopolis on Mar 2, 2011 13:18:10 GMT -8
no I meant to NOT exclude it from the sub-boards list. when I go to the site I dont see any sub-boards even listed for that board.
|
|
|
Post by tunescool on Mar 2, 2011 17:43:48 GMT -8
are you talking about this code, because its not in there
<script type="text/javascript"> <!-- // Sub Boards On Main Page - Under Board/To Rite Of Description/Exclude
var fjumpList=document.getElementById('forumjump').options;
boardsToIgnore="archives|board2"; boardsToAffect="mkapics|convo|ads"; boardsImg="http://i709.photobucket.com/albums/ww95/tunescool/nook/grey12.jpg";
|
|
|
Post by Wormopolis on Mar 2, 2011 17:53:36 GMT -8
I see what it was. that category was hidden when I kept looking. I just now found the expanding category.
we can make those cells stick to a width, but you have a lot of content in that right cell. its going to wrap to 3 lines. you cant have it stay on 2 lines like you normally do.
|
|
|
Post by tunescool on Mar 2, 2011 18:27:50 GMT -8
so what do i have to do, i need those forums with the archives
|
|
|
Post by Wormopolis on Mar 2, 2011 21:09:52 GMT -8
in this code // Sub Boards On Main Page - Under Board/To Rite Of Description/Exclude
find this line tds.firstChild.rows[0].cells[1].appendChild(dest);
and after it put tds.firstChild.rows[0].cells[1].width='70%'
play around with the number until you find one that works for all the boards
|
|
|
Post by tunescool on Mar 3, 2011 0:03:48 GMT -8
its still is all like this, none of those boards in osment and tisdale are sub boards of those forums, theyre sub boards of All Celeb Archives just showing up in those 2 forums
|
|
|
Post by Wormopolis on Mar 3, 2011 0:34:15 GMT -8
OH! well that does create a different situation then. I thought those were supposed to be there.
I have to dig deeper.
|
|