I currently have a forum at http://www.TheGrinningSkulls.com/forums that is using phpBB3 with the Black_Pearl (v1.6.9) style. If you follow the link you can see that the Logo at the top has the content area background behind it. I would like to push the content area down to be under the menu.
I would also like to remove the second shadow bar on the left and right sides. I want to make the forums look as much like the main site as possible ( the main site being the base url http://www.thegrinningskulls.com )
I've been looking for this for days. Please help!
Black Pearl 1.6.9 help - Black Pearl
Re: Black Pearl 1.6.9 help
Test mode...
Open overall_header.html file
FIND AND REMOVE:
FIND:
AFTER ADD:

Open overall_header.html file
FIND AND REMOVE:
Code: Select all
<div id="top_logo">
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td height="150" align="left" 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>
</div>
FIND:
Code: Select all
<!-- INCLUDE menu_block.html -->
AFTER ADD:
Code: Select all
<div id="top_logo">
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td height="150" align="left" 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>
</div>
All unsolicited PMs will be ignored.
Knowledge Base | Documentation | Board rules | phpBB Styles Rules & Policies | Styles Queue Stats
If you like my styles, translations, etc. and want to show some appreciation, then feel free to Donate.
phpBB Spain - Online Since 2003 
If you like my styles, translations, etc. and want to show some appreciation, then feel free to Donate.
-
- Style Customisations
- Posts: 11148
- Joined: Mon Dec 08, 2003 9:24 pm
- Location: Spain
- Name: Raul Arroyo
Re: Black Pearl 1.6.9 help
Thank you VERY MUCH!
May I also ask if you know how to remove the double shadows on the left and right side? I like the shadow but I don't want 2 of them on the sides. I've circled what I'm talking about here:
http://i282.photobucket.com/albums/kk24 ... 17fac1.png
May I also ask if you know how to remove the double shadows on the left and right side? I like the shadow but I don't want 2 of them on the sides. I've circled what I'm talking about here:
http://i282.photobucket.com/albums/kk24 ... 17fac1.png
-
- Registered User
- Posts: 3
- Joined: Mon Sep 16, 2013 1:08 am
Re: Black Pearl 1.6.9 help
Not sure, but try this ...
Open overall_header.html file.
FIND AND REMOVE:
Open overall_footer.html file.
FIND AND REMOVE:
Before making any changes, make backups of these files.
Open overall_header.html file.
FIND AND REMOVE:
Code: Select all
<td class="leftshadow" width="9" valign="top"><img src="{T_THEME_PATH}/images/spacer.gif" alt="" width="9" height="1" /></td>
Open overall_footer.html file.
FIND AND REMOVE:
Code: Select all
<td class="rightshadow" width="9" valign="top"><img src="{T_THEME_PATH}/images/spacer.gif" alt="" width="9" height="1" /></td>
Before making any changes, make backups of these files.
All unsolicited PMs will be ignored.
Knowledge Base | Documentation | Board rules | phpBB Styles Rules & Policies | Styles Queue Stats
If you like my styles, translations, etc. and want to show some appreciation, then feel free to Donate.
phpBB Spain - Online Since 2003 
If you like my styles, translations, etc. and want to show some appreciation, then feel free to Donate.
-
- Style Customisations
- Posts: 11148
- Joined: Mon Dec 08, 2003 9:24 pm
- Location: Spain
- Name: Raul Arroyo
Re: Black Pearl 1.6.9 help
Thanks again! One last question. Is it possible to add left and right shadow to the content area sides without using a table? I want the sides to be outlined with the same blue shadow that is on the menu.
-
- Registered User
- Posts: 3
- Joined: Mon Sep 16, 2013 1:08 am