Go Back   Webmaster Forum > Development > Programming > JavaScript
REMOVE the ads below !
Reply
 
LinkBack Thread Tools
  # 1 (permalink)
Old
Junior Geek
Posts: 65
Join Date: Feb 2007
iTrader: (0)
[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>
enjoy
Reply With Quote
Reply


Thread Tools



PSD to HTML

vBulletin®, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd. | SEO by vBSEO | Skin developed by vBStyles.com