Sub-Menu not displaying in some modules

The Sub-Menu is not displaying in some modules on my site - please see the 3 attached images

The Boonex Blogs module shows the submenu with the title and actions buttons, although some other mods do not show them despite changing the 0 to 1 in sys_objects_actions .

I downloaded and installed a fresh copy of Dolphin 7.1 B2 - along with a fresh copy of a third party module, which doesn't show the submenu either.

This must be a bug, as the files and database are freshly installed.

Any help would be greatly appreciated!

Rich

SF URL.JPG · 12.8K · 307 views
SF Blogs Sub-Menu.JPG · 35.2K · 315 views
This is my signature, there are many like it but this one is mine...
Quote · 8 Jan 2013

Ok, so here's a work-around, but it still doesn't resolve the issue so if anyone can provide a proper fix for this, please do let us know!

Change page_500.html for whichever modules that are not displaying the sub-menu properly - I have copied the Boonex blogs to use as a template for other pages, such as Boonex groups and Boonex events:

 

<div class="sys_sub_menu" style="width:1140px;">

    <div class="sys_sm_cnt bx-def-margin-sec-leftright">

                    <div class="subMenu bx-def-border" id="subMenu_193" style="display:block;">

<div class="subMenuCnt bx-def-padding-leftright bx-def-padding-sec-topbottom">

<div class="sys_page_icon">

<i class="img_submenu sys-icon book"></i></div>

<div class="sys_page_header bx-def-padding-sec-left">

<a href="modules/boonex/blogs/blogs.php?action=home">Blogs</a>            </div>

                            <div class="sys_page_submenu bx-def-padding-left">

                <div class="sys_page_submenu"><div class="act">Blogs Home</div><div class="bullet">·</div><div class="pas"><a class="sublinks" href="http://yoursite/modules/boonex/blogs/blogs.php?action=all">All Blogs</a></div><div class="bullet">·</div><div class="pas"><a class="sublinks" href="http://yoursite/modules/boonex/blogs/blogs.php?action=all_posts">All Posts</a></div><div class="bullet">·</div><div class="pas"><a class="sublinks" href="http://yoursite/modules/boonex/blogs/blogs.php?action=top_posts">Top Posts</a></div><div class="bullet">·</div><div class="pas"><a class="sublinks" href="http://yoursite/modules/boonex/blogs/blogs.php?action=popular_posts">Popular Posts</a></div><div class="bullet">·</div><div class="pas"><a class="sublinks" href="http://yoursite/modules/boonex/blogs/blogs.php?action=tags">Tags</a></div><div class="bullet">·</div><div class="pas"><a class="sublinks" href="http://yoursite/modules/boonex/blogs/blogs.php?action=show_calendar">Calendar</a></div><div class="bullet">·</div><div class="pas"><a class="sublinks" href="http://yoursite/searchKeyword.php?type=blog">Search</a></div><div class="clear_both">&nbsp;</div></div>            </div>

                        <div class="sys_page_actions">

            <div class="actionsContainer actionsContainerSubmenu">

       <button class="bx-btn bx-btn-img" onclick="window.open ('http://yoursite/modules/boonex/blogs/blogs.php?action=my_page&amp;mode=add','_self');">

    <i class="sys-icon plus"></i>Add Post</button>

            <button class="bx-btn bx-btn-img" onclick="window.open ('http://yoursite/modules/boonex/blogs/blogs.php?action=show_member_blog&amp;ownerID=1','_self');">

    <i class="sys-icon book"></i>My blog</button>

    </div>                    </div>

<div class="clear_both"></div>

       </div>

</div>

       

    </div>

</div>

 

 

This is my signature, there are many like it but this one is mine...
Quote · 8 Jan 2013

I should clarify that the code as above should be placed above __page_main_code__

 

<bx_include_auto:_sub_header.html />

<div class="sys_sub_menu" style="width:1140px;">

    <div class="sys_sm_cnt bx-def-margin-sec-leftright">

                    <div class="subMenu bx-def-border" id="subMenu_193" style="display:block;">

<div class="subMenuCnt bx-def-padding-leftright bx-def-padding-sec-topbottom">

<div class="sys_page_icon">

<i class="img_submenu sys-icon book"></i></div>

<div class="sys_page_header bx-def-padding-sec-left">

<a href="modules/boonex/blogs/blogs.php?action=home">Blogs</a>            </div>

                            <div class="sys_page_submenu bx-def-padding-left">

                <div class="sys_page_submenu"><div class="act">Blogs Home</div><div class="bullet">·</div><div class="pas"><a class="sublinks" href="http://yoursite/modules/boonex/blogs/blogs.php?action=all">All Blogs</a></div><div class="bullet">·</div><div class="pas"><a class="sublinks" href="http://yoursite/modules/boonex/blogs/blogs.php?action=all_posts">All Posts</a></div><div class="bullet">·</div><div class="pas"><a class="sublinks" href="http://yoursite/modules/boonex/blogs/blogs.php?action=top_posts">Top Posts</a></div><div class="bullet">·</div><div class="pas"><a class="sublinks" href="http://yoursite/modules/boonex/blogs/blogs.php?action=popular_posts">Popular Posts</a></div><div class="bullet">·</div><div class="pas"><a class="sublinks" href="http://yoursite/modules/boonex/blogs/blogs.php?action=tags">Tags</a></div><div class="bullet">·</div><div class="pas"><a class="sublinks" href="http://yoursite/modules/boonex/blogs/blogs.php?action=show_calendar">Calendar</a></div><div class="bullet">·</div><div class="pas"><a class="sublinks" href="http://yoursite/searchKeyword.php?type=blog">Search</a></div><div class="clear_both">&nbsp;</div></div>            </div>

                        <div class="sys_page_actions">

            <div class="actionsContainer actionsContainerSubmenu">

       <button class="bx-btn bx-btn-img" onclick="window.open ('http://yoursite/modules/boonex/blogs/blogs.php?action=my_page&amp;mode=add','_self');">

    <i class="sys-icon plus"></i>Add Post</button>

            <button class="bx-btn bx-btn-img" onclick="window.open ('http://yoursite/modules/boonex/blogs/blogs.php?action=show_member_blog&amp;ownerID=1','_self');">

    <i class="sys-icon book"></i>My blog</button>

    </div>                    </div>

<div class="clear_both"></div>

       </div>

</div>

       

    </div>

</div>

__page_main_code__

<bx_include_auto:_sub_footer.html />

This is my signature, there are many like it but this one is mine...
Quote · 8 Jan 2013

I've just installed the final 7.1 on my server, with exactly as original. I still don't have the sub-menu showing in Boonex Groups or Events.

I also notice that Permalinks need to be disabled, so I'm thinking my server is configured correctly, despite having no warnings or notices.

Can anyone take a look for me?

Thanks

This is my signature, there are many like it but this one is mine...
Quote · 10 Jan 2013

 BTW I'm running on IIS server...

I've just installed the final 7.1 on my server, with exactly as original. I still don't have the sub-menu showing in Boonex Groups or Events.

I also notice that Permalinks need to be disabled, so I'm thinking my server is configured correctly, despite having no warnings or notices.

Can anyone take a look for me?

Thanks

 

This is my signature, there are many like it but this one is mine...
Quote · 10 Jan 2013

I have exactly the same problem but with my account page. The sub menu does not appear when I click on 'account'

Quote · 13 Jan 2013

This must be caused by incorrect server setup or permissions, as I have installed a fresh/ original copy of 7.1 final version.

Any ideas?

This is my signature, there are many like it but this one is mine...
Quote · 14 Jan 2013
 
 
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.