Remove phpBB logo and search in header

For support and discussion related to templates, themes, and imagesets in phpBB 3.1.
Ideas Centre
Locked
Martine M
Registered User
Posts: 53
Joined: Wed Apr 30, 2014 10:22 pm

Remove phpBB logo and search in header

Post by Martine M »

How do I remove the phpBB logo and search in header.
I tried this but after editing the logo and search are still there.

I have uploaded original overall_header back so no harm done.
Last edited by Martine M on Fri Dec 12, 2014 11:05 am, edited 1 time in total.
User avatar
Lumpy Burgertushie
Registered User
Posts: 69224
Joined: Mon May 02, 2005 3:11 am
Contact:

Re: Remove phpBB logo and search in header

Post by Lumpy Burgertushie »

that link goes to some discussion about automod for 3.0

anyway, open your prosilver/template/overall_header.html file in a text editor.

find and remove:

Code: Select all

<a id="logo" class="logo" href="<!-- IF U_SITE_HOME -->{U_SITE_HOME}<!-- ELSE -->{U_INDEX}<!-- ENDIF -->" title="<!-- IF U_SITE_HOME -->{L_SITE_HOME}<!-- ELSE -->{L_INDEX}<!-- ENDIF -->">{SITE_LOGO_IMG}</a>
and this:

Code: Select all

			<!-- IF S_DISPLAY_SEARCH and not S_IN_SEARCH -->
			<div id="search-box" class="search-box search-header">
				<form action="{U_SEARCH}" method="get" id="search">
				<fieldset>
					<input name="keywords" id="keywords" type="search" maxlength="128" title="{L_SEARCH_KEYWORDS}" class="inputbox search tiny" size="20" value="{SEARCH_WORDS}" placeholder="{L_SEARCH_MINI}" />
					<button class="button icon-button search-icon" type="submit" title="{L_SEARCH}">{L_SEARCH}</button>
					<a href="{U_SEARCH}" class="button icon-button search-adv-icon" title="{L_SEARCH_ADV}">{L_SEARCH_ADV}</a>
					{S_SEARCH_HIDDEN_FIELDS}
				</fieldset>
				</form>
			</div>
			<!-- ENDIF -->

			</div>
now, this is probably not going to give you what you really want but that is what you asked for.

robert
Premium phpBB 3.3 Styles by PlanetStyles.net

I am pleased to announce that I have completed the first item on my bucket list. I have the bucket.
Martine M
Registered User
Posts: 53
Joined: Wed Apr 30, 2014 10:22 pm

Re: Remove phpBB logo and search in header

Post by Martine M »

sorry I adjusted the link above.
And yes I tried that before and tried it again just now, but search box and logo are still showing in the header.

How do I get whatt I really want then? ;)
User avatar
Mick
Support Team Member
Support Team Member
Posts: 26551
Joined: Fri Aug 29, 2008 9:49 am

Re: Remove phpBB logo and search in header

Post by Mick »

Martine M wrote:How do I get whatt I really want then? ;)
Posting in the right forum helps, see am I in the right place?, I moved this for you.
  • "The more connected we get the more alone we become" - Kyle Broflovski©
  • "The good news is hell is just the product of a morbid human imagination.
    The bad news is, whatever humans can imagine, they can usually create.
    " - Harmony Cobel
Martine M
Registered User
Posts: 53
Joined: Wed Apr 30, 2014 10:22 pm

Re: Remove phpBB logo and search in header

Post by Martine M »

Ok sorry, I thought as it was the standard theme it should be posted here.
Do I just repost it or is someone going to move it?
User avatar
Mick
Support Team Member
Support Team Member
Posts: 26551
Joined: Fri Aug 29, 2008 9:49 am

Re: Remove phpBB logo and search in header

Post by Mick »

Mick wrote:I moved this for you.
  • "The more connected we get the more alone we become" - Kyle Broflovski©
  • "The good news is hell is just the product of a morbid human imagination.
    The bad news is, whatever humans can imagine, they can usually create.
    " - Harmony Cobel
Martine M
Registered User
Posts: 53
Joined: Wed Apr 30, 2014 10:22 pm

Re: Remove phpBB logo and search in header

Post by Martine M »

Thank you Mick
User avatar
Hanakin
Front-End Dev Team Lead
Front-End Dev Team Lead
Posts: 1065
Joined: Wed Dec 30, 2009 8:14 am
Name: Michael Miday
Contact:

Re: Remove phpBB logo and search in header

Post by Hanakin »

Clear your cache in ur browser and the admin panel
Martine M
Registered User
Posts: 53
Joined: Wed Apr 30, 2014 10:22 pm

Re: Remove phpBB logo and search in header

Post by Martine M »

ah thank you, I cleared cache of the browser but not from the forum admin stupid me. :mrgreen:
It is gone now.
Locked

Return to “[3.1.x] Styles Support & Discussion”