Icy Phoenix
phpBB 3 MODS And Styles (Not Compatible With phpBB 3.1) - HELP With Black Pearl Theme Code
Apple [ Wed 28 Jan, 2009 20:07 ]
Post subject: HELP With Black Pearl Theme Code
hey guys,
i'm working on a theme for our site and i have ran accross a problem. i have gone through some html codes and tried changing the theme.
here is the code-
<div id="top_logo">
<table width="100%" height="172" cellspacing="0" cellpadding="0" border="0">
<tr>
<center><a href="{U_INDEX}"</a><img src="{T_THEME_PATH}/images/sitelogo_small.png" alt="" width="912" height="172" /></center>
</table>
</div>
the image i am using is 912x172
i did follow the instructions on this thread-
http://www.icyphoenix.com/viewtopic.php?f=32&t=4640
now on the thread the code looks like this-
<div id="top_logo">
<table width="100%" height="132" cellspacing="0" cellpadding="0" border="0">
<tr>
<center><a href="{U_INDEX}"</a><img src="{T_THEME_PATH}/images/sitelogo_small.png" alt="" width="841" height="132" /></center>
</table>
</div>
but it still dosent work that way either. i did change the logo size under imageset and the theme code too.
#top_logo{
border-width: 0px;
margin: 0px;
padding: 0px;
background: url('./images/top_header.png') repeat-x;
height: 172px;
this is how it looks. i'm i missing something? i am using phpbb3.
thank you guys,
apple
Limun [ Wed 28 Jan, 2009 20:37 ]
Post subject: Re: HELP With Black Pearl Theme Code
what is the name of your picture ? (your new picture shoud be "
sitelogo_small.png" in stylesblack_pearlimageset)
can you post the link to your forum ...
affter made changes try to empty cache also
and try this
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td height="172" align="center" valign="middle"><a href="{U_INDEX}">{SITE_LOGO_IMG}</a></td>
<td align="center" valign="middle"><h1>{SITENAME}</h1><span class="gen">{SITE_DESCRIPTION}</span></td>
<td align="right" valign="top"> </td>
</tr>
</table>
replace this with code above
<center><a href="{U_INDEX}"</a><img src="{T_THEME_PATH}/images/sitelogo_small.png" alt="" width="912" height="172" /></center>
EDITED look again this post
Apple [ Wed 28 Jan, 2009 20:49 ]
Post subject: Re: HELP With Black Pearl Theme Code
awesome it worked limun, thank you!
i just need to adjust the heigth now seems 172 is just touching the redborder line. is there a way i can adjust this with out deleting the folder and adjusting the size and reload it using the FTP again?
Limun [ Wed 28 Jan, 2009 21:14 ]
Post subject: Re: HELP With Black Pearl Theme Code
awesome it worked limun, thank you!
i just need to adjust the heigth now seems 172 is just touching the redborder line. is there a way i can adjust this with out deleting the folder and adjusting the size and reload it using the FTP again?
can i see it ?
maybe problem is in this :
<td height="172" align="center" valign="top"><a href="{U_INDEX}">{SITE_LOGO_IMG}</a></td>
Limun [ Wed 28 Jan, 2009 21:36 ]
Post subject: Re: HELP With Black Pearl Theme Code
ok ...did you puted "top" like in my post above ?
also do this
in stylesheet.css
#top_logo{
border-width: 0px;
margin: 0px;
padding: 0px;
background: #111111;
height: 172px;
Apple [ Wed 28 Jan, 2009 21:45 ]
Post subject: Re: HELP With Black Pearl Theme Code
ok i tried that but it still is looking the same. also before you edited hat top part i used the code like this and it worked, was this the wrong code?
<div id="top_logo">
<table width="100%" height="172" cellspacing="0" cellpadding="0" border="0">
<tr>
<td height="172" align="center" valign="top"><a href="{U_INDEX}">{SITE_LOGO_IMG}</a></td>
</table>
</div>
also i see the edges are not touching the border, do you happen to know the dimension's so i can fit the logo perfect all the way to the edge?
thank you again bud.
Limun [ Wed 28 Jan, 2009 21:52 ]
Post subject: Re: HELP With Black Pearl Theme Code
ok i tried that but it still is looking the same. also before you edited hat top part i used the code like this and it worked, was this the wrong code?
<div id="top_logo">
<table width="100%" height="172" cellspacing="0" cellpadding="0" border="0">
<tr>
<td height="172" align="center" valign="top"><a href="{U_INDEX}">{SITE_LOGO_IMG}</a></td>
</table>
</div>
also i see the edges are not touching the border, do you happen to know the dimension's so i can fit the logo perfect all the way to the edge?
thank you again bud.
first please put back copyright on footer
<span class="copyright">Design by <a href="http://www.icyphoenix.com" target="_blank">Mighty Gorgon</a> & the batman fans</span>
second i dont see anymore your black pearl , i see prosilver
Apple [ Wed 28 Jan, 2009 21:57 ]
Post subject: Re: HELP With Black Pearl Theme Code
ok, i was working on it. it's back up.
Limun [ Wed 28 Jan, 2009 22:00 ]
Post subject: Re: HELP With Black Pearl Theme Code
ok, i was working on it. it's back up.
ok now we can continue :)
are you sure that your banner is 172px ? :shock:
if you wish put in rar or zip your : banner , overall_header.html and stylesheet css and upload here or just send me ftp in PM
ok so if you like this
download attachment
rename your banner to batman.png put it in black_pearlimageset
upload from attachment
_mg_config.html to your black_pearl
template
upload from attachment
overall_header.html to your black_pearl
template
upload from attachment
stylesheet.css to your black_pearl
theme
dont forghet to emtpy cache ....
it shoud work like in my picture :wink:
Apple [ Wed 28 Jan, 2009 23:33 ]
Post subject: Re: HELP With Black Pearl Theme Code
ok i copied eveything you did but it came out looking like this.
Limun [ Wed 28 Jan, 2009 23:39 ]
Post subject: Re: HELP With Black Pearl Theme Code
ok i copied eveything you did but it came out looking like this.
please put black_pearl as default on your site so i can see it ...
btw , did you cleaned cache ??
Apple [ Wed 28 Jan, 2009 23:50 ]
Post subject: Re: HELP With Black Pearl Theme Code
yes i cleaned them all and now the image does not pop up. in my imageset under main logo the pic still pops up with the size of 912x172.
thank you once again.
Limun [ Wed 28 Jan, 2009 23:53 ]
Post subject: Re: HELP With Black Pearl Theme Code
yes i cleaned them all and now the image does not pop up. in my imageset under main logo the pic still pops up with the size of 912x172.
thank you once again.
check if you baner "batman.png" is in styles/BLACK_BAT/theme/images/batman.png
Apple [ Thu 29 Jan, 2009 00:24 ]
Post subject: Re: HELP With Black Pearl Theme Code
ok, seems to touch just a bit.
Limun [ Thu 29 Jan, 2009 00:26 ]
Post subject: Re: HELP With Black Pearl Theme Code
ok, seems to touch just a bit.
now i see it work ...
but no more support from me until u put copyright back on footer , sorry
Apple [ Thu 29 Jan, 2009 00:59 ]
Post subject: Re: HELP With Black Pearl Theme Code
why did it come off? i never removed it? let me see.
I know why the new upload had the old way it was given to me. corrected it on both now.
Limun [ Thu 29 Jan, 2009 01:12 ]
Post subject: Re: HELP With Black Pearl Theme Code
why did it come off? i never removed it? let me see.
I know why the new upload had the old way it was given to me. corrected it on both now.
ok :wink:
so ...is it ok now your banner ... to me seems ok
Apple [ Thu 29 Jan, 2009 01:19 ]
Post subject: Re: HELP With Black Pearl Theme Code
well it's just over the redline but only by abit. know how i can adjust that?
thank you once again for helping me your whole day. lol
Limun [ Thu 29 Jan, 2009 01:23 ]
Post subject: Re: HELP With Black Pearl Theme Code
well it's just over the redline but only by abit. know how i can adjust that?
thank you once again for helping me your whole day. lol
i looked with opera , IE and firefox and i dont see that is over red line
can you made a screen shoot please?
Apple [ Thu 29 Jan, 2009 01:30 ]
Post subject: Re: HELP With Black Pearl Theme Code
ok here it is
Limun [ Thu 29 Jan, 2009 01:35 ]
Post subject: Re: HELP With Black Pearl Theme Code
clear coockies in your firefox or try IE
here

Apple [ Thu 29 Jan, 2009 01:52 ]
Post subject: Re: HELP With Black Pearl Theme Code
you my friend are awesome. thank you so much!!!!! :) :mryellow:
-apple