Hey -- does anyone know what file these are stored in?
Many thanks!
Hey -- does anyone know what file these are stored in? Many thanks! |
Navigate to administration, builders, navigation menu; remove all submenu items. That's honestly the only way to do it, that I know of, at least. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
Hey, thanks for your answer -- I could do that, but it would take these items away from the actual page, for example the News Page. Featured Popular Categories News Archive Home > News |
The menu is generated by script pulling the menu builder items from the database. The script that builds the menu is located at templates\base\scripts\BxBaseMenu.php https://www.deanbassett.com |
I thought this would be a simple embedded javascript case, but seems if i remove lines from that file, it would affect the Builder. Ah well. Many thanks. |
I thought this would be a simple embedded javascript case, but seems if i remove lines from that file, it would affect the Builder. Ah well. Many thanks. Nothing in Dolphin is as simple as it should be (no one counter this with you know what). BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
No it won't effect the builder. The builder stores items in the database. The script that generates the menu uses those items stored in the database. https://www.deanbassett.com |
I can give it a shot. |
I did it. It seems to work. If you want to try this for yourself, you try at your own risk. I'm a kamikaze when it comes to removing code, if it doesn't work, i put it back. Make a backup of your file. ------ from line 780 of BxBaseMenu.php -- find and remove the following:
<li> <a href="{$sILink}" {$sIOnclick} class="button more_ntop_element{$sIActiveClass}">{$sText}</a> </li> ------ |