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?
Customizing Headers
Subject: Re: Customizing Headers
Open
templates/default/overall_header.tpl
find and delete
or you just delete
and
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
templates/default/overall_header.tpl
find and delete
<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 --> <!-- 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 --> <!-- ELSE --> <!-- ENDIF -->
<!-- ENDIF -->
</td>
</tr>
</table>
</div>
</td>
</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 --> <!-- 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 --> <!-- ELSE --> <!-- ENDIF -->
<!-- ENDIF -->
</td>
</tr>
</table>
</div>
</td>
</tr>
or you just delete
<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
<!-- <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
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:

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
REPLACE
3) File Edit: /template/overall_header.html
FIND
REPLACE
4) Go into your ACP ( Administration Control Panel) Click on Styes tab, and Refresh Templates and Imagesets.
Regards
St0ney
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:

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
REPLACE
3) File Edit: /template/overall_header.html
FIND
<td align="center" valign="middle"><h1>{SITENAME}</h1><span class="gen">{SITE_DESCRIPTION}</span></td>
<td align="right" valign="top"> </td>
<td align="right" valign="top"> </td>
REPLACE
<!----------- <td align="center" valign="middle"><h1>{SITENAME}</h1><span class="gen">{SITE_DESCRIPTION}</span></td>
<td align="right" valign="top"> </td> ---------->
<td align="right" valign="top"> </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 topicsYou 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.1997s (PHP: 78% SQL: 22%)
SQL queries: 11 - Debug Off - GZIP Enabled