How to Remove "Search Box" & "Join or Login" D7.2?

Hi Everyone,

 

I just switched to D7.2...LOVE IT....but I cannot remove the "Search Box" or "Join or Login" boxes from the Top Header Menu area.  I have tried all the different suggestions in the Forums for older versions, but nothing works.  So, I would appreciate any assistance?

 

Thanks in advance!

Quote · 5 Sep 2015

you can remove the join or login from the administration->builders->service menu

about search: find the css file general.css and add attr to div#sys_search input.input_main {visibility:hidden}

Always remember that the future comes one day at a time.
Quote · 5 Sep 2015

 

you can remove the join or login from the administration->builders->service menu

about search: find the css file general.css and add attr to div#sys_search input.input_main {visibility:hidden}

 Thanks, but neither option worked :(

Quote · 5 Sep 2015

I posted a solution before, but it was for 7.1. Here's the right one.

 

Did you clear your cache after? It may be easier to edit the template files and remove them. Edit /templates/tmpl_evo/_sub_header.html and look for:

 

<td class="sys_search_wrapper">__main_search__</td>

 

And

 

<td class="sys_menu_wrapper">__service_menu__</td>

 

And remove them and clear Dolphin's cache. But the service_menu snippet will also remove the Account and Profile links. It seems the Evo template doesn't use the service menu builder, so this is a bug that needs to be looked into. I'll find a work-around for this if you don't want to remove the whole set of links.

 

It might also be better to make these changes in a custom template, so they won't be overwritten by upgrades.

 

Edit: To only hide the Login and Join links, edit /templates/tmpl_evo/extra_service_menu_wrapper.html and look for:

 

		<bx_if:show_for_visitor>
			<div class="sys-sm-item sys-smi-join bx-def-margin-sec-left-auto" onclick="javascript:showPopupJoinForm()">
				<div class="sys-sm-profile">
					<span class="sys-smp-thumbnail">
						<i class="sys-icon user"></i>
					</span>
					<span class="sys-smp-title bx-def-margin-sec-left bx-def-margin-right">
						<bx_text:_sys_sm_join_or_login />
					</span>
				</div>
	        </div>
		</bx_if:show_for_visitor>

 

And delete the whole section, then clear cache. Again, make these changes in a custom template.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 7 Sep 2015

Thanks Nathan!  I used your suggestions to remove the "Search" box from the top menu area.

 

 

Here are my steps for others on "How to Remove the Search Box from the top menu for 7x and beyond:"

  1. Download /templates/tmpl_evo/_sub_header.html
  2. Find <td class="sys_search_wrapper">__main_search__</td>
  3. Remove it.
  4. Upload
  5. Clear Cache.

 

Quote · 9 May 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.