|
Author | Topic: Combine Topic and Post Cells (Read 336 times) |
Reverse Blade Administrator
     Campina Line's Coder member is offline
![[avatar]](http://s1.images.proboards.com/avatars/greenhead.gif)
Hai
Joined: Apr 2007 Gender: Male  Posts: 371 Karma: 3 |  | Combine Topic and Post Cells « Thread Started on Jun 29, 2007, 11:40am » | |
Crossbrowser: yep Goes In: Main Footer Preview
Code:<script> <!--
//By Reverse Blade
var bowl=document.getElementsByTagName('td') for(t=0;t<bowl.length;t++){ if(bowl[t].className=='windowbg2' && bowl[t].align=='left' && bowl[t].width=='66%') { var cookie=bowl[t+1].innerHTML bowl[t+1].style.display="none" bowl[t].setAttribute('width','50%') } if(bowl[t].className == 'titlebg' && bowl[t].innerHTML.match(/>(Topics)<\//)) { bowl[t].style.display="none" } if(bowl[t].className == 'titlebg' && bowl[t].innerHTML.match(/>(Posts)<\//)) { bowl[t].innerHTML='Posts & Topics' bowl[t].setAttribute('width','12%') } if(bowl[t].className == 'windowbg' && bowl[t].width=='1%' && bowl[t].align=='center') { bowl[t].innerHTML+=' | '+ cookie +'' } } //--> </script> |
|
|
![[image]](http://img233.imageshack.us/img233/5316/rveerrmu6.png) |
|
Kim Administrator
     N00b member is offline
N00b
Joined: Apr 2007 Gender: Female  Posts: 684 Location: UK Karma: 5 |  | Re: Combine Topic and Post Cells « Reply #1 on Jul 17, 2007, 9:59pm » | |
Sweet, very nice.
| |
|
Reverse Blade Administrator
     Campina Line's Coder member is offline
![[avatar]](http://s1.images.proboards.com/avatars/greenhead.gif)
Hai
Joined: Apr 2007 Gender: Male  Posts: 371 Karma: 3 |  | Re: Combine Topic and Post Cells « Reply #2 on Jul 21, 2007, 12:17am » | |
Thanks
|
![[image]](http://img233.imageshack.us/img233/5316/rveerrmu6.png) |
|
Kim Administrator
     N00b member is offline
N00b
Joined: Apr 2007 Gender: Female  Posts: 684 Location: UK Karma: 5 |  | Re: Combine Topic and Post Cells « Reply #3 on Jul 21, 2007, 12:37am » | |
You're welcome.
| |
|
Sodium New Member
 member is offline
Joined: Aug 2007 Gender: Male  Posts: 6 Karma: 0 |  | Re: Combine Topic and Post Cells « Reply #4 on Aug 3, 2007, 10:59am » | |
That looks good, I might use it. Thanks.
| |
|
Reverse Blade Administrator
     Campina Line's Coder member is offline
![[avatar]](http://s1.images.proboards.com/avatars/greenhead.gif)
Hai
Joined: Apr 2007 Gender: Male  Posts: 371 Karma: 3 |  | Re: Combine Topic and Post Cells « Reply #5 on Aug 5, 2007, 12:57pm » | |
THanks 
|
![[image]](http://img233.imageshack.us/img233/5316/rveerrmu6.png) |
|
•Reign• New Member
 member is offline
Mo Fo
Joined: Oct 2007 Gender: Male  Posts: 11 Location: Texas Karma: 0 |  | Re: Combine Topic and Post Cells « Reply #6 on Oct 22, 2007, 9:36am » | |
That's nifty. ^_^
| |
|
Reverse Blade Administrator
     Campina Line's Coder member is offline
![[avatar]](http://s1.images.proboards.com/avatars/greenhead.gif)
Hai
Joined: Apr 2007 Gender: Male  Posts: 371 Karma: 3 |  | Re: Combine Topic and Post Cells « Reply #7 on Oct 29, 2007, 7:11pm » | |
Thanks
|
![[image]](http://img233.imageshack.us/img233/5316/rveerrmu6.png) |
|
|