| Business Forum | Buy, Sell & Trade | Search Engine Forum | Domains & Webhosting |
| |||||||
| REMOVE the ads below ! |
![]() |
| | LinkBack | Thread Tools |
| ||
| [ZB] remove subforums -
12-03-2007
written for zetaboards another simple code (written on request) This code removes the subforums in the description, Original Request: Board Message should be put anywhere below the main forum content Code: <script>
/*Remove Subforums by Godkillah
phantom-designs.net */
a=document.getElementsByTagName("td")
for(i=0;i<a.length;i++)
if(a[i].className=='c_subforum')
a[i].style.display='none'
</script> | ||
|
![]() |
| Thread Tools | |