Should be a simple fix but...

I am looking to simply swap the positions of the subMenuInfoKeeper Table  to display underneath the sub menus.  I have tried :

Modifications to:

navigation_sub_menu_header.html   (simply moving the table that this info is kept in has no effect unless it is removed.

bxbasemenu.php ( including the table within the submenu generation  positions it properly, but the info is not displayed (see attached image) )

sub_header.html   Attempted to add the table here in a number of locations, this so far has been a dead end.

 

any help on the cleanest way to adjust this would be appreciated

brokensubmenu.png · 31.7K · 91 views
Work. Work.
Quote · 25 Aug 2011

Won't be a simple fix.

There will need to be several changes.

Changing navigation_sub_menu_header.html is not enough. The divs for each of the areas are not closed in that template, so moving the table there will not work.

Moving the code into bxbasemenu.php renders the resuls you see because the template keys are not getting populated by the template parser.

So changing it will require the the functions for generating the subMenuInfoKeeper and the submenus and the closing divs for that section will have to reordered. However from my tests, that also breaks things becuse the divs and their classes are not in the proper spots so it does not render properly.

I have looked into this for quite a while and i see that several functions will need to rewritten to move that section and will require quite a bit of time to figure it all out.


https://www.deanbassett.com
Quote · 25 Aug 2011

 
"I have looked into this for quite a while and i see that several functions will need to rewritten to move that section and will require quite a bit of time to figure it all out."

 

Would this be something that I would have to get some pro dolphin help with, I mean removal of that segment is not exactly the best method to rearrange it, because I want that info displayed, but would rather not have the break between main and sub menus, and  still have the account info (or page title, or "actions buttons" etc). I realize your not here to simply "solve everyones problems", especially when there are so many more vital issues all over this forum to focus on, however I would love some direction if possible! 

Thanks




 

Work. Work.
Quote · 26 Aug 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.