PDA

View Full Version : Help please! - Bogey skin


kernel
01-16-2007, 10:51 PM
I need to remove the drop down menus from the bogey skin. Let me know what to erase from categories.php ... ? :confused:

kernel
01-17-2007, 06:00 PM
bump bump :(

jessenco
01-18-2007, 04:09 AM
bump bump :(

I not familiar with the SD Bogey Skin but in most SD skins you can completly remove the menu by removing this in your skins:

<?php include (...skins/blablabla/categories.php); ?>

If you want only hide/remove some items in your menu you can perform this in the admin panel; while creating new category you can choose to display it in the menu or not. If it is a category already created that you need to remove; you do this in usergroups category permission panel (Allow view in menu).

:)

SSSlippy
01-19-2007, 12:53 PM
Go into the menu.css file and remove all the code that is relative to the drop down menus.

jessenco
01-19-2007, 10:32 PM
Go into the menu.css file and remove all the code that is relative to the drop down menus.

I don't know what Bogey skin menu.css file contain exactly but this might just screw up his menu while removing nothing at all.

SSSlippy
01-20-2007, 05:33 PM
Actually it doesnt, ive done it before. The menu system uses an If then statement. If you have hover menus enabled it will use the first set of code otherwise it will use the 2nd. If you remove the if then statement and remove the first part of the hovermenu then it will only make a call to the non hover menu.

jessenco
01-20-2007, 06:36 PM
really great tips. you're the best. thanks!