About Logo On Black Pearl »  Show posts from    to     

Icy Phoenix


Old Styles Topics - About Logo On Black Pearl



Rambo man-Snake [ Thu 10 Jan, 2008 17:11 ]
Post subject: About Logo On Black Pearl
been trying to figure out how to change the size..(width and height)...only see the height in overall_header.html
which is at 150.. i want to change the logo with my own..height 139 and width 526...

can some one help?


novice programmer [ Thu 10 Jan, 2008 22:27 ]
Post subject: Re: About Logo On Black Pearl
Just add that HTML tag to img src ones.

It is basic HTML code with the template vars.


Rambo man-Snake [ Fri 11 Jan, 2008 12:20 ]
Post subject: Re: About Logo On Black Pearl
thx ...ok got it .. "in styles/black_pearl/imageset/imageset.cfg and then purge cache for this template." i just changed it there..

one last question.. to the right is shows the name of the site..i would like it gone..but i still want the site name to show on the top of the browser...tried to get rid of the site name and it takes out both.. how can i keep the site name in broswer and not show up on the right of the page?


Ratt [ Mon 14 Jan, 2008 19:09 ]
Post subject: Re: About Logo On Black Pearl
Rambo man-Snake wrote: [View Post]
thx ...ok got it .. "in styles/black_pearl/imageset/imageset.cfg and then purge cache for this template." i just changed it there..

one last question.. to the right is shows the name of the site..i would like it gone..but i still want the site name to show on the top of the browser...tried to get rid of the site name and it takes out both.. how can i keep the site name in broswer and not show up on the right of the page?


Open overall_header.html
Find:
Code: [Hide]
  1. <div id="top_logo">  
  2. <table width="100%" cellspacing="0" cellpadding="0" border="0">  
  3. <tr>  
  4. <td height="150" align="left" valign="middle"><a href="{U_INDEX}">{SITE_LOGO_IMG}</a></td>  
  5. <td align="center" valign="middle"><h1>{SITENAME}</h1><span class="gen">{SITE_DESCRIPTION}</span></td>  
  6. <td align="right" valign="top">&nbsp;</td>  
  7. </tr>  
  8. </table>  
  9. </div> 


Replace with
Code: [Hide]
  1. <div id="top_logo">  
  2. <table width="100%" cellspacing="0" cellpadding="0" border="0">  
  3. <tr>  
  4. <td height="150" align="center" valign="middle"><a href="{U_INDEX}">{SITE_LOGO_IMG}</a></td>  
  5. <td align="right" valign="top">&nbsp;</td>  
  6. </tr>  
  7. </table>  
  8. </div> 


novice programmer [ Tue 15 Jan, 2008 22:10 ]
Post subject: Re: About Logo On Black Pearl
Ratt wrote: [View Post]
Spoiler: [ Show ]


You´re right.


Russ Landis [ Thu 17 Jan, 2008 21:36 ]
Post subject: Re: About Logo On Black Pearl
Taking this one step further.... I am trying to figure out how to change the URL link for the header image...

Rather than taking the user back to the phpbb main page I want to change it to take the user to the home page for my main website...

Never mind this post.... I found the solution by editing the href in the overall_header.html file.


Russ Landis [ Thu 17 Jan, 2008 23:39 ]
Post subject: Re: About Logo On Black Pearl
Well I have read this topic at least a half dozen times and as near as I can tell I have done everything mentioned to allow me to adjust the size of the sitelogo.... but the end result is still and image that is 150 x 150....

And then I started second guessing it and tried reversing the 150 and 404 listed below with no difference....

What am I doing wrong?

My imageset.cfg changes are listed below

# Images
img_site_logo = newsitelogo.png*150*404
img_upload_bar = upload_bar.gif*16*280
img_poll_left = poll_left.gif*12*5
img_poll_center = poll_center.gif*12*
img_poll_right = poll_right.gif*12*5
img_icon_friend =
img_icon_foe =


Ratt [ Fri 18 Jan, 2008 00:00 ]
Post subject: Re: About Logo On Black Pearl
Russ Landis wrote: [View Post]
Well I have read this topic at least a half dozen times and as near as I can tell I have done everything mentioned to allow me to adjust the size of the sitelogo.... but the end result is still and image that is 150 x 150....

And then I started second guessing it and tried reversing the 150 and 404 listed below with no difference....

What am I doing wrong?

My imageset.cfg changes are listed below

# Images
img_site_logo = newsitelogo.png*150*404
img_upload_bar = upload_bar.gif*16*280
img_poll_left = poll_left.gif*12*5
img_poll_center = poll_center.gif*12*
img_poll_right = poll_right.gif*12*5
img_icon_friend =
img_icon_foe =



Edit your image size in the ACP under the styles/image set module tab. I kept the logo name the same as the one in the image set folder and overwrote it with my logo. You can edit all of your image sizes there. Leave blank to auto-detect the image size or specify the height and width yourself. Do not refresh the image set or all images will reset to default even though advice says to do so.




Powered by Icy Phoenix