View Full Version : Remove "select a section" menu
Silver Moon
08-Aug-2003, 11:08 PM
Firstly, my apologies if this question has been asked before.
I've searched the knowledge base and forums, but couldn't find anything.
How do I remove the "select a section" drop-down menu from all pages?
TIA
I-CC
09-Aug-2003, 07:45 AM
The drop down of sections is created using java script.
You will need to go into thr Act_Primary template and locate:
<script language=Javascript1.2>
document.write(ACT_DropListBox(sections))
</script>
And comment it out or remove it.
Silver Moon
09-Aug-2003, 07:13 PM
Thank you
I changed it as follows:
<tr>
<!-- <form name="Act_SectionDroplist"> -->
<td>
<!-- <script language=Javascript1.1>document.write(ACT_DropListBox(sections))</script> -->
</td>
<!-- </form> -->
</tr>
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.