http://www.profilespace.co.uk/
If you look there search on the top menu won't go away! lol
What code should I remove to get rid of it please?
Thanks :)
http://www.profilespace.co.uk/
If you look there search on the top menu won't go away! lol What code should I remove to get rid of it please? Thanks :) |
BxBaseMenu.php |
I tried that before I posted, sorry I should have said. I removed: /*
but I just got function missing error :( |
Cerca il file \templates\base\scripts\BxBaseMenu.php Aprilo All'interno cerca il seguente pezzo di codice: ---------------------------------------------------- /* * Generate search element */ function genSearchElement() { ----------------------------------------------------
subito dopo aggiungi: return;
La modifica dovrebbe venire così: --------------------------------------------------------------------------------- */ * Generate search element */ function genSearchElement() { return; /* aggiunto da me per non far apparire il search*/ --------------------------------------------------------------------------------------- Ovviamente lascia tutto il resto invariato Ciao Ciao
|
Cerca il file \templates\base\scripts\BxBaseMenu.php Aprilo All'interno cerca il seguente pezzo di codice: ---------------------------------------------------- /* * Generate search element */ function genSearchElement() { ----------------------------------------------------
subito dopo aggiungi: return;
La modifica dovrebbe venire così: --------------------------------------------------------------------------------- */ * Generate search element */ function genSearchElement() { return; /* aggiunto da me per non far apparire il search*/ --------------------------------------------------------------------------------------- Ovviamente lascia tutto il resto invariato Ciao Ciao
Ha funzionato, grazie! |
Hello, You can also delete the contents of navigation_ menu_item in the template file a passion for BoonEx Dolphin www.dolphindesigntheme.com |