Please login or register. Welcome to the Studio, guest!


Quick Links:


newBookmarkLockedFalling

Chris

Chris Avatar

******
Head Coder

19,519


June 2005
Was a request.

In Forum Wrapper, find this (near line 51 by default):
<div id="navigation-tree">
$[navigation.tree]
</div>


And replace it with:
<div id="navigation-tree">
$[navigation.tree]
</div>
           <script type="text/Javascript">
               $("#navigation-tree ul#nav-tree li:last-child").remove();
           </script>



Last Edit: Mar 15, 2013 4:47:28 GMT by Chris

Chris

Chris Avatar

******
Head Coder

19,519


June 2005
Updated to fix a bug.

Aaron

Aaron Avatar
WWWWWWWWWWWW

****
Senior Member

434


November 2005
What was the bug!

tunescool

tunescool Avatar

****
Senior Member

267


August 2006
it took the last category out of the nav tree
Forum By Tunes/A General Forum - Movie Preview Site - Self Improvement Blog
Pregnancy Blog - SEO Nook - Social Media/Backlinks/Content/SEO Packages

newBookmarkLockedFalling