Removing phpBB Logo & Adding Banner ---> phpBB 3.0.6

Saruman

Madly Diligent
Joined
Jun 22, 2009
Messages
7,172
Reaction score
16
FP$
801
So I have a banner I need to add, and at the same time, want to remove the default logo, where in the...

Prosilver > Template > overall_header.html

Is the logo code, and couldn't I just replace that image url with my banner?

:shrug:
 
This is the code your looking for...
Code:
<div id="site-description">
				<a href="{U_INDEX}" title="{L_INDEX}" id="logo">{SITE_LOGO_IMG}</a>
				<h1>{SITENAME}</h1>
				<p>{SITE_DESCRIPTION}</p>
				<p class="skiplink"><a href="#start_here">{L_SKIP}</a></p>
			</div>

and this is what you remove to remove the logo

Code:
<a href="{U_INDEX}" title="{L_INDEX}" id="logo">{SITE_LOGO_IMG}</a>

Hope that helps!
 
I just finished doing the "add a custom header image" and nothing.

? :shrug:

can you see the banner, I can't?

Do I need to remove the name/description text probably?
 
I did, i refreshed both prosilver and glass cyan.

er.. :shrug:

Can I pm you my coulors.css and common.css etc... when I get back from work and have you take a look at them?
 
Or do this...

Admin control panel -> general tab -> server configuration -> load settings
Set the option...

Recompile stale style components

to yes

then go back to your forum and refresh the page 🙂

Cheers!
 
For the "theme" instructions, I don't need to modify the prosilver's theme only which ever one I"m using, correct?

The only prosilver modification I need to make s to the template, right?


So in that link with instructions, instead of...

styles/prosilver/theme/common.css
styles/prosilver/theme/colours.css


I need to instead do this?

styles/GlassCyan/theme/common.css
styles/GlassCyan/theme/colours.css

right?

------------------------------------------------

http://scififiles.com/forums/index.php

Take a look please...what am I doing wrong, I don't want 1 and a half banners 😛
Just one, lol, how do I center the one, or stretch it, etc...

------------------------------------------------

I got it on no-repeat, now to just center it.
 
I have give you all instruction I can with all the correct tutorials, please seek support for them from the phpbb forums.

and heres my tutorial for centering the prosilver style or any style based on prosilver.. http://planetstyles.com/wp/?p=42
 
I'm learning as I go too, by trial and error, plus other newbie phpbb users can read this topic for future reference.

😎
 
Saruman said:
I'm learning as I go too, by trial and error, plus other newbie phpbb users can read this topic for future reference.

😎

I'm not learning as I go, I can already do all of this stuff, I'm just helping you 😉
 
Put your image in the Style/images or imageset folder
then got to Styles => Imageset "Main Logo" change it to yourimagename.png in the dropdown. 🙂
 
Back
Top Bottom