Customizing Headers


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?

Subject: Re: Customizing Headers
Open

templates/default/overall_header.tpl

find and delete

Code: [Download] [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: [Download] [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: [Download] [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

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


;)

Profile PM  
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: [Download] [Hide] [Select]
img_site_logo = sitelogo_small.png*150*150



REPLACE

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




3) File Edit: /template/overall_header.html


FIND

Code: [Download] [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: [Download] [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


Page 1 of 1


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.0631s (PHP: 27% SQL: 73%)
SQL queries: 11 - Debug Off - GZIP Enabled