Icy Phoenix

     
 

Customizing Headers

Customizing Headers

Article
Reply with quote    Download Post  
Post 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?



 
Amanda - View user's profile Send private message  
Amanda [ Thu 22 Nov, 2012 07:39 ]
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us


Customizing Headers

Comments
Reply with quote    Download Post  
Post 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



 
spydie - View user's profile Send private message  
spydie [ Thu 22 Nov, 2012 11:03 ]
Reply with quote    Download Post  
Post 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






 
mort - View user's profile Send private message  
mort [ Fri 23 Nov, 2012 05:37 ]
Reply with quote    Download Post  
Post 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



 
St0ney - View user's profile Send private message  
St0ney [ Sat 24 Nov, 2012 21:11 ]
Display posts from previous:    

HideWas this topic useful?

Post new topic  Reply to topic  Page 1 of 1
 
 




 


 

  cron