|
Post by tunescool on Jul 20, 2009 22:54:59 GMT -8
forums are back, on/offs are gone, but the sub board link just hangs there in the middle celebnook.proboards.com/index.cgicould you get rid of undefined in the last posts that dont have threads
|
|
|
Post by Wormopolis on Jul 20, 2009 23:07:26 GMT -8
I cant push the sub-board thing down any farther since its in the same cell as the new thread, unless That extra <br> gets put back in. you cant have something align to the top AND something else align to the bottom in a single cell. HTML wont allow it.
the undefined is only showing up in FF.. so give me a bit to parse that out.. IE doesnt show it.
|
|
|
Post by Wormopolis on Jul 20, 2009 23:09:23 GMT -8
find this line:
if (lastPostCell[l].firstChild.innerHTML) {
change to:
if (lastPostCell[l].firstChild.innerHTML && lastPostCell[l].firstChild.innerHTML.match(/<br>/i)) {
|
|
|
Post by tunescool on Jul 20, 2009 23:18:32 GMT -8
alrite, everythings great, thanks for all your time
|
|
|
Post by Wormopolis on Jul 20, 2009 23:37:25 GMT -8
If I can somehow convert that new thread / sub board into its own table I might be able to seperate them some more.. but its going to take a major rewrite of the combine code.
|
|
|
Post by tunescool on Jul 20, 2009 23:43:16 GMT -8
|
|
|
Post by Wormopolis on Jul 21, 2009 0:10:19 GMT -8
find this line:
if(iCell.item(c).className == "windowbg2" && iCell.item(c).width.match(/^2(0|4)%/)){
replace with:
if(iCell.item(c).className == "windowbg2" && iCell.item(c).width.match(/^30%/)){
|
|
|
Post by tunescool on Jul 21, 2009 0:48:21 GMT -8
thanks again
|
|
|
Post by tunescool on Jul 21, 2009 11:14:01 GMT -8
would you be pissed if i just wanted all sub boards aligned on the rite in order? people are gonna get frustrated with that thing hanging there. on the bottom with an admin optional hex(all the same color). no (sub board) text, spacing editable. i changed my nav links to bold since they werent showing too good with the black, and the sub board drop down turned to bold too. if it was changed it would still be the same? i wouldnt want them bold
|
|
|
Post by Wormopolis on Jul 21, 2009 12:50:13 GMT -8
sub board links were under the same "nav" classname becuae that was what the page drop was by default. We would have to just edit the page drop code to force a new classname on them.
Im not sure what you mean by the other stuff. You want all sub-boards to just be listed somewhere else? They would get frustrated with the word "sub-boards" hanging on the right side of the cell?
|
|
|
Post by tunescool on Jul 21, 2009 13:31:56 GMT -8
frustrated with the drop down just being there. take it out, something different. sub boards on the rite in order under new thread, from left to rite. with an admin optional hex(all the same color), spacing editable; commas, spaces, whatever. no (sub boards, the word), in front of them
|
|
|
Post by Wormopolis on Jul 21, 2009 14:16:21 GMT -8
you are looking for them to be in a vertical list? you realize this will potentially make your board more then the 3 lines you wanted...
|
|
|
Post by tunescool on Jul 21, 2009 14:52:11 GMT -8
no i said from left to rite
|
|
|
Post by Wormopolis on Jul 21, 2009 15:08:50 GMT -8
we can probably do that. grab a "sub-boards in board cell" code from PBS or SoCal and we can mod it.
|
|
|
Post by tunescool on Jul 21, 2009 15:51:29 GMT -8
|
|