Black Pearl

Black Pearl 1.6.9 help - Black Pearl

Black Pearl 1.6.9 help

by EN4CER1 » Mon Sep 16, 2013 1:14 am

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!
EN4CER1
Registered User
Posts: 3
Joined: Mon Sep 16, 2013 1:08 am

Re: Black Pearl 1.6.9 help

by Raul [ThE KuKa] » Mon Sep 16, 2013 7:45 am

Test mode... ;)

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">&nbsp;</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">&nbsp;</td>
</tr>
</table>
</div>
All unsolicited PMs will be ignored.
:warning: Knowledge Base | Documentation | Board rules | phpBB Styles Rules & Policies | Styles Queue Stats :warning:


If you like my styles, translations, etc. and want to show some appreciation, then feel free to Donate.
:flag_es: phpBB Spain - Online Since 2003 :heart:


User avatar
Raul [ThE KuKa]
Style Customisations
Style Customisations
Posts: 11148
Joined: Mon Dec 08, 2003 9:24 pm
Location: Spain
Name: Raul Arroyo

Re: Black Pearl 1.6.9 help

by EN4CER1 » Mon Sep 16, 2013 4:52 pm

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
EN4CER1
Registered User
Posts: 3
Joined: Mon Sep 16, 2013 1:08 am

Re: Black Pearl 1.6.9 help

by Raul [ThE KuKa] » Tue Sep 17, 2013 8:59 am

Not sure, but try this ...

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.
:warning: Knowledge Base | Documentation | Board rules | phpBB Styles Rules & Policies | Styles Queue Stats :warning:


If you like my styles, translations, etc. and want to show some appreciation, then feel free to Donate.
:flag_es: phpBB Spain - Online Since 2003 :heart:


User avatar
Raul [ThE KuKa]
Style Customisations
Style Customisations
Posts: 11148
Joined: Mon Dec 08, 2003 9:24 pm
Location: Spain
Name: Raul Arroyo

Re: Black Pearl 1.6.9 help

by EN4CER1 » Tue Sep 17, 2013 4:19 pm

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.
EN4CER1
Registered User
Posts: 3
Joined: Mon Sep 16, 2013 1:08 am