How do I remove the bottom menu ?

I would like to remove the bottom menu and not use it.

Is there a simple way to do this?

Quote · 14 Jan 2013

I don't know if there is a way to turn it off in the backend; maybe someone else can answer that.  You can go to the bottom menu in Builders and remove all the links.  You can also change the CSS to hide the bottom menu.

Geeks, making the world a better place
Quote · 15 Jan 2013

administration/templates.php?mode=settings
Enable member menu:

Quote · 15 Jan 2013

A screenshot showing exactly what you want to remove would be more helpful.

If you want to just remove the menu then edit templates/base/_sub_footer.html

remove the line.

<div class="bottomLinks bx-def-margin-sec-right">__bottom_links__</div>

If you want to remove the entire bottom block then remove this entire section.

    <div class="sys_copyright bx-def-margin-top" style="width: __main_div_width__">
        <div class="sys_cr_wrapper bx-def-margin-sec-leftright bx-def-border">
            <div class="sys_cr bx-def-margin-leftright">
                <bx_injection:injection_footer_before />
                <div class="bottomLinks bx-def-margin-sec-right">__bottom_links__</div>
                <div class="bottomCpr">__copyright__</div>
                <bx_injection:injection_footer_after />
                <div class="clear_both"></div>
            </div>
        </div>
    </div>


If you mean the bottom breadcrumb menu then remove this section.

    <div class="sys_breadcrumb bx-def-margin-top" style="width:__main_div_width__;">
       <div class="sys_bc_wrapper bx-def-margin-sec-leftright bx-def-border">
            <bx_injection:injection_breadcrumb_before />     
            __top_menu_breadcrumb__
            <bx_injection:injection_breadcrumb_after />
            <div class="clear_both">&nbsp;</div>
        </div>
    </div>


If you mean something else, then provide a screenshot showing exactly what you mean.


https://www.deanbassett.com
Quote · 15 Jan 2013

 

administration/templates.php?mode=settings
Enable member menu:

 
I certainly hope when he said menu that he was not referring to the member menu. If so then i just wasted my time again.

Time that could have been saved if a screen shot was provided.




https://www.deanbassett.com
Quote · 15 Jan 2013

Bottom menu is listed in Builders in the backend (admin area).  This is not the member menu.

Geeks, making the world a better place
Quote · 15 Jan 2013

 

administration/templates.php?mode=settings
Enable member menu:

 Member menu in 7.1 is in advance settings => general

Geeks, making the world a better place
Quote · 15 Jan 2013

 

Bottom menu is listed in Builders in the backend (admin area).  This is not the member menu.

Problem is people confuse things all the time.

I also assumed he meant the bottom menu which i also know is not the member menu. But you would be surprised how many times i have seen people say one thing but mean another.

That's why i prefer people paint me a picture with a screen shot. That way i don't have to try and read minds. I have never been good at that.




https://www.deanbassett.com
Quote · 15 Jan 2013

 

 

administration/templates.php?mode=settings
Enable member menu:

 Member menu in 7.1 is in advance settings => general

 Are you sure? :)

Quote · 15 Jan 2013

 

templates.php?mode=settings

 
No she is not. I just checked and she is wrong.

It is under templates then settings in 7.1

administration/templates.php?mode=settings is the correct location.

https://www.deanbassett.com
Quote · 15 Jan 2013

OK, give me a minute and I will do a screen shot.

Geeks, making the world a better place
Quote · 15 Jan 2013

Looks like it to me

enable_member_menu.jpg · 221.9K · 893 views
Geeks, making the world a better place
Quote · 15 Jan 2013

something went wrong with your upgrade on a clean install 7.1 it should not be there

mm.JPG · 51.5K · 950 views
Quote · 15 Jan 2013

 

OK, give me a minute and I will do a screen shot.

So will i.

If yours is different, then something is quite wrong with your install. They have moved it in 7.1 i assure you.




https://www.deanbassett.com
Quote · 15 Jan 2013

 

something went wrong with your upgrade on a clean install 7.1 it should not be there

 Agreed. That is not right.


https://www.deanbassett.com
Quote · 15 Jan 2013

Why would it be in a template?  The member menu is not dependent on a template is it?  So you are saying that to remove the member menu I don't need to switch it off, I just don't include it in a template?  If that is the case, it does not need to be in settings as you would just not include it when building the template.

Geeks, making the world a better place
Quote · 15 Jan 2013

On 7.0.9 it was under advanced settings, variables; I am looking at my 7.0.9 installation.

Geeks, making the world a better place
Quote · 15 Jan 2013

Sorry but Deano is right. I just did a fresh install of 7.1 and the option is in administration/templates.php?mode=settings

Nothing to see here
Quote · 15 Jan 2013

 

Why would it be in a template?  The member menu is not dependent on a template is it?  So you are saying that to remove the member menu I don't need to switch it off, I just don't include it in a template?  If that is the case, it does not need to be in settings as you would just not include it when building the template.


You could.

It's also possible for a template to have a member menu of a totally different design. Some of the facebook clone templates do that.

But for that matter, all menus can be changed via template control.

A lot of stuff can. That's what all the scripts are for in the template scripts folder. There is a lot more you can do with a template then just change colors.



https://www.deanbassett.com
Quote · 15 Jan 2013

OK, I have done it again; I have egg on my face Embarassed.  On my 7.1 Final it is where you say it is.  They relocated it from where my current production site svn 17255 and either B2 or Final.  I have modifications that I have to manually attend to; so I first updated to 7.1 final on a test site and have yet to do it on the production site since I have to manually edit the blog tables as well as adding all my modifications to the 7.1 Final install files.

Once again, Geek Girl screws up LOL.

Geeks, making the world a better place
Quote · 15 Jan 2013

 

OK, I have done it again; I have egg on my face Embarassed.  On my 7.1 Final it is where you say it is.  They relocated it from where my current production site svn 17255 and either B2 or Final.  I have modifications that I have to manually attend to; so I first updated to 7.1 final on a test site and have yet to do it on the production site since I have to manually edit the blog tables as well as adding all my modifications to the 7.1 Final install files.

Once again, Geek Girl screws up LOL.

 we are used to it :) haha j/k

Quote · 15 Jan 2013

So, pleased there are seriously advanced users of the product, I'd be lost just to do something so simple. Dolphin 7.3.x is a very powerful, feature rich product, makes me scratch my head sometimes.

 

Thanks, to all of you took me all like 5min. to find another solution to an issue.

Quote · 15 Sep 2016
 
 
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.