This topic is locked

Disable Quick Jump Menu

7/18/2008 3:27:21 AM
PHPRunner General questions
kujox author

How can I disable the quick jump menu and stop it appearing on the list page?

J
Jane 7/18/2008

Hi,
just remove Quick Jump menu on the Visual Editor tab.

kujox author 7/18/2008

Hi,

just remove Quick Jump menu on the Visual Editor tab.


Is there a simpler way than this, I would have to do it for every list page, and again if I reset the page, can it be done in the _list.php template? I've had a look but can't find it.

H
horsey_kim 7/18/2008

I am assuming your using the default template. If you are, then look for it in the lheader.htm file (not header.htm file) - not in the _list.htm template if your doing the default template.
Just look for the code with this start:

if CreateMenu || IsAdminTable(@TABLE)##



Put a <!-- in front of it to comment it out
Then scroll down until you find these lines:

endif##

</option>

endfor##

endif##

</select>

</td>
That should be the end of the code
Put a --> at the end of the code and that should end the comment out.
I hope that helps - it worked for me,
Kim