Customizing Headers »  Show posts from    to     

Icy Phoenix


phpBB 3 MODS And Styles (Not Compatible With phpBB 3.1) - Customizing Headers



Amanda [ Thu 22 Nov, 2012 07:39 ]
Post subject: Customizing Headers
Hi,

I don't know if this is the right area to post this, but I'm looking for help with customising the header from Mighty Gorgon's Black Pearl template - I'm trying to make a forum banner without the Icy Phoenix logo/forum link, or the domain name and the forum dscription - I've tried eding the overall_header.html file, along with the stylesheet.css file, but nothing I do seems to be able to clear the logo, domain name and forum description from the header.

Is anyone able to suggest what I might be doing wrong?


spydie [ Thu 22 Nov, 2012 11:03 ]
Post subject: Re: Customizing Headers
Open

templates/default/overall_header.tpl

find and delete

Code: [Hide] [Select]
<tr>
<td width="100%" colspan="3" valign="top">
<div id="top_logo">
<table class="" width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td align="left" height="100%" valign="middle">
<!-- IF GL_BLOCK -->
<!-- BEGIN ghleft_blocks_row -->{ghleft_blocks_row.OUTPUT}<!-- END ghleft_blocks_row -->
<!-- ELSE -->
<div id="logo-img"><a href="{FULL_SITE_PATH}{U_PORTAL}" title="{L_HOME}"><img src="{FULL_SITE_PATH}{SITELOGO}" alt="{L_HOME}" title="{L_HOME}" /></a></div>
<!-- ENDIF -->
</td>
<td align="center" valign="middle"><!-- IF S_HEADER_BANNER --><center><br />{HEADER_BANNER_CODE}</center><!-- ELSE -->&nbsp;<!-- ENDIF --></td>
<td align="right" valign="middle">
<!-- <div class="sitedes"><h1>{SITENAME}</h1><h2>{SITE_DESCRIPTION}</h2></div> -->
<!-- IF GR_BLOCK -->
<!-- BEGIN ghright_blocks_row -->{ghright_blocks_row.OUTPUT}<!-- END ghright_blocks_row -->
<!-- ELSE -->
<!-- IF S_LOGGED_IN -->&nbsp;<!-- ELSE -->&nbsp;<!-- ENDIF -->
<!-- ENDIF -->
</td>
</tr>
</table>
</div>
</td>
</tr>



or you just delete

Code: [Hide] [Select]
<div id="logo-img"><a href="{FULL_SITE_PATH}{U_PORTAL}" title="{L_HOME}"><img src="{FULL_SITE_PATH}{SITELOGO}" alt="{L_HOME}" title="{L_HOME}" /></a></div>

and
Code: [Hide] [Select]
<!-- <div class="sitedes"><h1>{SITENAME}</h1><h2>{SITE_DESCRIPTION}</h2></div> -->

and afterwards go to ACP - Templates and Styles - Cache management . Clear all template cache and compose all again.

then check your forum if the header changed


mort [ Fri 23 Nov, 2012 05:37 ]
Post subject: Re: Customizing Headers
spydie wrote: [View Post]
Open templates/default/overall_header.tpl


Mmmm, I think he/she means Black Pearl phpBB3 version?

Quote:
I've tried editing the overall_header.html file




St0ney [ Sat 24 Nov, 2012 21:11 ]
Post subject: Re: Customizing Headers
I was looking for the Same info, and read many of the post here.

I tried many of the ways described, and this is what worked for me.

( I wanted to place the Banner on what was already there, for I wanted it to look like it's part of the Style)
Not Just a Banner "floating" above the Style/Forum.


To get this Look:

sitelogo_small



Here's What I did:

1) Create your Banner - make it 940px × 140px
Name it: sitelogo_small.png - Then upload it to /imageset Overwriting the one there (The Eagle).


2) File Edit /imageset/imageset.cfg


FIND

Code: [Hide] [Select]
img_site_logo = sitelogo_small.png*150*150



REPLACE

Code: [Hide] [Select]
img_site_logo = sitelogo_small.png*140*940




3) File Edit: /template/overall_header.html


FIND

Code: [Hide] [Select]
<td align="center" valign="middle"><h1>{SITENAME}</h1><span class="gen">{SITE_DESCRIPTION}</span></td>
<td align="right" valign="top">&nbsp;</td>





REPLACE

Code: [Hide] [Select]
<!----------- <td align="center" valign="middle"><h1>{SITENAME}</h1><span class="gen">{SITE_DESCRIPTION}</span></td>
<td align="right" valign="top">&nbsp;</td> ---------->



4) Go into your ACP ( Administration Control Panel) Click on Styes tab, and Refresh Templates and Imagesets.


Regards
St0ney




Powered by Icy Phoenix