Black Pearl

All 3.0.x styles released in our Styles Database can be found here. All discussion or support regarding an individual style should take place in that style's own area in the Customisations Database.
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

NOTICE: This forum is only for the announcement of releases and/or updates for styles. Any style support should be obtained through the Customisations Database in the support area designated for each style.

A direct link to support for each Style is in the first post of the respective topic.
lostep
Registered User
Posts: 7
Joined: Wed Aug 27, 2008 11:12 pm

Re: Black Pearl

Post by lostep »

Please help me to add HOME button to the menu... I've looked thru all the walkthroughs here and it doesn't work... Something is weird about this theme and it just doesnt show the HOME button no matter what I do...

I can't make the name of the forum show up on the top IT bar, no matter what I do...

Help me out guys... Thank you
User avatar
TheIlluminative
Former Team Member
Posts: 2451
Joined: Thu Jun 26, 2003 11:34 pm
Location: Egypt
Name: Mahmoud

Re: Black Pearl

Post by TheIlluminative »

Do you refresh your style after editions ?
lostep
Registered User
Posts: 7
Joined: Wed Aug 27, 2008 11:12 pm

Re: Black Pearl

Post by lostep »

ofcourse!
lostep
Registered User
Posts: 7
Joined: Wed Aug 27, 2008 11:12 pm

Re: Black Pearl

Post by lostep »

the thing is.. .the guide says to edit overall_header.tpl ... located in templates>yourstyle ... I don't have such file...
User avatar
TheIlluminative
Former Team Member
Posts: 2451
Joined: Thu Jun 26, 2003 11:34 pm
Location: Egypt
Name: Mahmoud

Re: Black Pearl

Post by TheIlluminative »

You should have, all styles have, it's located in styles/black_pearl/template/ directory, overall_header.html
lostep
Registered User
Posts: 7
Joined: Wed Aug 27, 2008 11:12 pm

Re: Black Pearl

Post by lostep »

yes,
i do have overall_header.html and I have no idea what to edit there..

<tr><td height="25" align="center" valign="top" nowrap="nowrap"><span class="mainmenu">&nbsp;<a href="http://mydomain.com/index.html" class="mainmenu">Home</a></span></td></tr>

this line has to be entered somewhere... but where?
User avatar
TheIlluminative
Former Team Member
Posts: 2451
Joined: Thu Jun 26, 2003 11:34 pm
Location: Egypt
Name: Mahmoud

Re: Black Pearl

Post by TheIlluminative »

Well, here it is, open file: styles/black_pearl/menu_block.html, find:

Code: Select all

<!-- IF not S_USER_LOGGED_IN and S_REGISTER_ENABLED --><a href="{U_REGISTER}">{L_REGISTER}</a>&nbsp;&nbsp;<img src="{T_THEME_PATH}/images/menu_sep.png" alt="" />&nbsp;<!-- ENDIF -->
add before:

Code: Select all

<a href="{U_INDEX}">{L_INDEX}</a>&nbsp;&nbsp;<img src="{T_THEME_PATH}/images/menu_sep.png" alt="" />&nbsp;
the variable {L_INDEX} will show 'Board Index' if you want to be 'Home' replace {L_INDEX} with Home, to be:

Code: Select all

<a href="{U_INDEX}">Home</a>&nbsp;&nbsp;<img src="{T_THEME_PATH}/images/menu_sep.png" alt="" />&nbsp;
then refresh your template.
lostep
Registered User
Posts: 7
Joined: Wed Aug 27, 2008 11:12 pm

Re: Black Pearl

Post by lostep »

Thanks alot TheIlluminative!
Everything works perfectly!
Scorpiuscat
Registered User
Posts: 108
Joined: Thu Jul 19, 2007 5:16 pm

Re: Black Pearl

Post by Scorpiuscat »

Scorpiuscat wrote:I have a logo that is 500x100 and I tried editing the Imageset.cfg files to accomodate this logo image, but that dosent work.

Can you tell me what I need to edit for this logo to fit correctly?

Thank you

Still looking for help with this.

Thanks you
Please visit my Sci-Fi Website

Now Featuring over 1000 Free Flash Games!
User avatar
TheIlluminative
Former Team Member
Posts: 2451
Joined: Thu Jun 26, 2003 11:34 pm
Location: Egypt
Name: Mahmoud

Re: Black Pearl

Post by TheIlluminative »

You could do it from the ACP -> Styles -> Imageset -> Edit -> select 'logos' then put your pictures and the dimensions.
Scorpiuscat
Registered User
Posts: 108
Joined: Thu Jul 19, 2007 5:16 pm

Re: Black Pearl

Post by Scorpiuscat »

TheIlluminative wrote:You could do it from the ACP -> Styles -> Imageset -> Edit -> select 'logos' then put your pictures and the dimensions.
WOW!! I had no idea that you could do it from there.

Thank you
Please visit my Sci-Fi Website

Now Featuring over 1000 Free Flash Games!
m30ndo
Registered User
Posts: 10
Joined: Sun Sep 23, 2007 8:57 am

Re: Black Pearl

Post by m30ndo »

Hi... fabulous template.... but I can't for the life of me work out how to change the logo at the top from a Pheonix to my own personel logo....please, please help

Thank you...

My url...

www.rrdkitesurfing.co.uk/forum

Thanks :)
User avatar
TheIlluminative
Former Team Member
Posts: 2451
Joined: Thu Jun 26, 2003 11:34 pm
Location: Egypt
Name: Mahmoud

Re: Black Pearl

Post by TheIlluminative »

m30ondo, read my previous reply ;) .
m30ndo
Registered User
Posts: 10
Joined: Sun Sep 23, 2007 8:57 am

Re: Black Pearl

Post by m30ndo »

Illuminitive..

Thanks for your reply, please excuse me I'm very new to all this but what is ACP?

Thanks in advance
User avatar
TheIlluminative
Former Team Member
Posts: 2451
Joined: Thu Jun 26, 2003 11:34 pm
Location: Egypt
Name: Mahmoud

Re: Black Pearl

Post by TheIlluminative »

It's the Admin Control Panel.

Return to “[3.0.x] Styles Database Releases”