Remove "Search" & "Join/Login" links in header????

Does anyone know what files to edit to remove the "Search", "Join and Login" links located in the new D7.1 UNI Template? 

I have searched everywhere, but cannot find the code. 

Thanks :)

Quote · 20 Nov 2012

There is a new menu builder; "service menu" in the admin section.  Go there to remove the login and join links.

To remove the avatar/pop-up menu; I wrote a post on this that I can go find.

The search can either be edited out of php; or if you like, just edit the css; in general.css and make the main block for the search box display:none

Geeks, making the world a better place
Quote · 20 Nov 2012

This in general.css is where you can just hide the block.

/*+++ System Search Section +++*/

#sys_search_wrapper {
    position:relative;
}
div#sys_search {
    position: absolute;
    top: 7px;
    right: 0px;
    background-color:#fff;  
}
div#sys_search input {
    width: 140px;
    outline:none;
    border:none;
    padding:3px;
    background:transparent;       
}
div#sys_search input.input_main {
    color: #d4d4d4;
}
div#sys_search input.input_focus {
    color: #333333;
}

Geeks, making the world a better place
Quote · 20 Nov 2012

If you decide to remove the avatar as well:

http://www.boonex.com/forums/?action=goto&my_threads=1#topic/Remove-avatar-from-header-in-7-1.htm

Geeks, making the world a better place
Quote · 20 Nov 2012

 

This in general.css is where you can just hide the block.

/*+++ System Search Section +++*/

#sys_search_wrapper {
    position:relative;
}
div#sys_search {
    position: absolute;
    top: 7px;
    right: 0px;
    background-color:#fff;  
}
div#sys_search input {
    width: 140px;
    outline:none;
    border:none;
    padding:3px;
    background:transparent;       
}
div#sys_search input.input_main {
    color: #d4d4d4;
}
div#sys_search input.input_focus {
    color: #333333;
}

 To #sys_search_wrapper {
    position:relative;
}

add display:none;

Geeks, making the world a better place
Quote · 20 Nov 2012

geek_girl:  YOU ROCK...Thank you so much!

Quote · 20 Nov 2012

To remove search bar and service menu from top find "Dolphin root/templates/base/_sub_header.html" file and copy it to your template folder, in case you do not already have it there. There are two injections near line 9 and 11:

<bx_injection:injection_logo_before /> - search field 
<bx_injection:injection_logo_after /> - service menu


Remove them and clean all cache from Dolphin admin panel -> tools -> cache. Search and service menu should disappear from your template. 

Free and premium Dolphin templates. Custom design services.
Quote · 20 Nov 2012

Note: if you remove the service menu then you may want to add back to the main menu "account" and "profile" because they are no longer included by default as part of the main menu.  I actually like the service menu as I think it will be a simpler way for users to go to their profile and account pages but the Avatar with its associated pop-up menu does not need to be there since it is in the submenu.

Geeks, making the world a better place
Quote · 20 Nov 2012

thank you so much for this geekgirl

Quote · 12 Dec 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.