Icy Phoenix
phpBB 3 MODS And Styles (Not Compatible With phpBB 3.1) - [STYLE] - Black Pearl And Rainbow Pearl
Sinit [ Sun 15 Feb, 2009 12:31 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
Hi ,
Great theme , excuse my noobness .... i have installed the Black Pearl theme to my newly created forum , it looks great , but i cannot post new topics or reply to threads ?? There is no buttons to do this ? ? Have i done something wrong ? ?
Site is here ...
http://www.sinit.com.au/
Cheers
Chaotic [ Sun 15 Feb, 2009 13:40 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
Sinit,
I just looked through this topic a page or two back and saw a possible solution. Try going back a page or two in this topic to see if any of those solutions will work for you.

Sinit [ Mon 16 Feb, 2009 08:33 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl

tried nearly every thing in this thread and still no luck ???
maybe i am still doing something wrong ??
i am running 3.0.4 ... is this the problem ??
Cheers

Chaotic [ Mon 16 Feb, 2009 16:30 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
Sinit [ Tue 17 Feb, 2009 07:45 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
Well after 4 hours of mucking around with it ... it is working ... i got all sorts of files every where now tho .,.
Cheers
Great theme , works for me ..
Mighty Gorgon [ Fri 20 Feb, 2009 11:38 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
VSaBaH [ Sat 21 Feb, 2009 12:48 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
Hi friends,
I use
1.2.9 version of this style... And I installed a lot of mods... When i update phpBB to new version i didn't do any style changes. My phpBB version is
3.0.4 but my style version is
1.2.9. How can i update it to
1.4.5? Where can i find this template code changes.
If i chance old files with new files, all mod changes will be lost. Right? That's why i must find code changes.
Sorry for the bad language.
Quote:
# General Information about this style
name = Black Pearl
copyright = Mighty Gorgon © 2008
version = 1.2.9
Mighty Gorgon [ Sun 22 Feb, 2009 21:38 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
Use WinMerge... I don't have code changes.
VSaBaH [ Sun 22 Feb, 2009 21:40 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
Use WinMerge... I don't have code changes.
What is WinMerge? What can i do with that?
Mighty Gorgon [ Sun 22 Feb, 2009 21:42 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
http://winmerge.org/
If you put your template in one folder and the new one in another, you can use WinMerge to compare only the changes... and you will update your site in few minutes.
Have a try... it is free!

keith10456 [ Tue 03 Mar, 2009 21:56 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
The Breadcrumbs do not appear on my phpBB v3 custom pages. They appear in my Forum and on the custom pages of my other styles but not
Black Pearl.
Do I have to add:
- <!-- INCLUDE breadcrumbs.html -->
to the top of all of my custom pages? This isn't necessary for the other 5 styles that I have (including subsilver2 & prosilver).
Lastly, kindly let me know what I have to edit in the stylesheet to increase the text size of the message the members receive when the Board is disabled.
Ex: "This board is currently disabled. "
Mighty Gorgon [ Mon 09 Mar, 2009 14:43 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
The Breadcrumbs do not appear on my phpBB v3 custom pages. They appear in my Forum and on the custom pages of my other styles but not
Black Pearl.
Do I have to add:
- <!-- INCLUDE breadcrumbs.html -->
to the top of all of my custom pages?
Yes, you have to.
Regarding the rest, could you please provide a link or a screenshot with the text you would like to edit?
Bobocop [ Wed 18 Mar, 2009 00:20 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
This has been asked before, but i don't think anyone has solved it.
the answers to the questions (that i have seen) is always that the person asking has done his edits wrong.
I have search (on and off) on different forums for people using this style to see if anyone has solved this and i still can't figure out how to fix it.
No matter how i edit the
viewtopic_body.html file, i can't get the ads or an image to show after first post.
So, just to make sure that i didn't mess up on any edits, i installed a new phpbb3 3.0.4 board, and i downloaded the latest Black_pearl for phpbb3,
and i made 1 edit, i put this code (it's a test image)
<!-- IF postrow.S_FIRST_ROW == 2 -->
<div class="post bg3">
<div class="inner"><span class="corners-top"><span></span></span>
<div align="center">
<img src="http://altecart.com/pics/bannertest.jpg" />
</div>
<span class="corners-bottom"><span></span></span></div>
</div>
<!-- ENDIF -->
above this (on line 278 of the
viewtopic_body.html file)
and the image will not show after first post, it still only shows before first post.
does anyone know why ?
i have tried moving that code around and still nothing.
HERE is a link to the post i'm talking about
you will see a pink banner above first post as a test.
Bobocop [ Thu 19 Mar, 2009 09:50 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
OK, the problem is with the code in
viewtopic_body.html file, In Black_Pearl
I don't know where, (i'm not a coder), but for one, i was trying to compare the 2 files,
phpbb3 - subsilver2/template/viewtopic_body.html and
Black-Pearl - - subsilver2/template/viewtopic_body.html
and i notice that, in the Black-Pearl file there's a
</table> missing above
<!-- END postrow -->
You can see in the example below
Black-Pearl Code:
- </tr>
- <tr><td class="spacer" colspan="2"><img src="{T_THEME_PATH}/images/spacer.gif" width="1" height="4" alt="" /></td></tr>
- <!-- END postrow -->
PHPBB3 subsilver2 Code:
- <td class="spacer" colspan="2" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>
- </tr>
- </table>
- <!-- END postrow -->
But just putting
</table> there will not work (there's something else wrong, but like i said i'm not a coder,
So i replaced the
Black-Pearl - template/viewtopic_body.html file with the
phpbb3 - subsilver2/template/viewtopic_body.html file, and as you can see
HERE it now shows after first post.
The problem is that it removed the border line deviding the poster name and avatar from the post, but for me, i think i can find that code and fix it.
This fix is easy for new installs (for non coders) But for those that have installed mods and edited that file according to the mods, will either have to try and see whats wrong with it, or wait to see if MG fixes it.
Anyway I just wanted to let people that are still having a problem with ads after first post. know about this.
Mighty Gorgon [ Thu 26 Mar, 2009 12:43 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
Thanks for reporting, when I have some free time I'll check.
Huor [ Thu 26 Mar, 2009 21:39 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
OK, the problem is with the code in
viewtopic_body.html file, In Black_Pearl
I don't know where, (I'm not a coder), but for one, i was trying to compare the 2 files,
phpbb3 - subsilver2/template/viewtopic_body.html and
Black-Pearl - - subsilver2/template/viewtopic_body.html
and i notice that, in the Black-Pearl file there's a
</table> missing above
<!-- END postrow -->
You can see in the example below
Black-Pearl Code:
- </tr>
- <tr><td class="spacer" colspan="2"><img src="{T_THEME_PATH}/images/spacer.gif" width="1" height="4" alt="" /></td></tr>
- <!-- END postrow -->
PHPBB3 subsilver2 Code:
- <td class="spacer" colspan="2" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>
- </tr>
- </table>
- <!-- END postrow -->
But just putting
</table> there will not work (there's something else wrong, but like i said I'm not a coder,
So i replaced the
Black-Pearl - template/viewtopic_body.html file with the
phpbb3 - subsilver2/template/viewtopic_body.html file, and as you can see
HERE it now shows after first post.
The problem is that it removed the border line dividing the poster name and avatar from the post, but for me, i think i can find that code and fix it.
This fix is easy for new installs (for non coders) But for those that have installed mods and edited that file according to the mods, will either have to try and see whats wrong with it, or wait to see if MG fixes it.
Anyway I just wanted to let people that are still having a problem with ads after first post. know about this.
Looked to the code of my forum and was wondering if this really should be a problem as my site is XHTML valid.
So here are the results:
- <!-- END postrow -->
-
- <!-- IF not S_IS_BOT -->
- <tr><td class="cat-bottom" colspan="2"><form name="viewtopic" method="post" action="{S_TOPIC_ACTION}"><span class="gensmall">{L_DISPLAY_POSTS}:</span> {S_SELECT_SORT_DAYS} <span class="gensmall">{L_SORT_BY}</span> {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR} <input class="btnlite" type="submit" value="{L_GO}" name="sort" /></form></td></tr>
- <!-- ENDIF -->
- </table>
-
the table close tag just comes some lines below the <!-- END postrow -->
If you insert another </table> then you might have some more problems!
Can you check it Bobocop?
And another prob that i found is your code:
- <!-- IF postrow.S_FIRST_ROW == 2 -->
- <div class="post bg3">
- <div class="inner"><span class="corners-top"><span></span></span>
-
- <div align="center">
-
- <img src="http://altecart.com/pics/bannertest.jpg" />
- </div>
-
- <span class="corners-bottom"><span></span></span></div>
- </div>
- <!-- ENDIF -->
-
<!-- IF postrow.S_FIRST_ROW == 2 --> can never be happen as S_FIRST_ROW is either TRUE or FALSE. So what you could try instead is: <!-- IF postrow.S_FIRST_ROW != TRUE --> but that would display the advertisement on every row except the first
Hence you could try this code:
<!-- IF postrow.S_ROW_COUNT == 2 -->
I didn't tried it - but for me it seems a possible solution!
Mighty Gorgon [ Wed 01 Apr, 2009 11:55 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
Good point Hour, thanks for reporting it.
johngiggs2k1 [ Sun 03 May, 2009 00:15 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
I'm fairly new to PHPBB and Black Pearl, but I am trying to incorporate a 468 x 60 ad somewhere in the top like a typical banner ad.
The screenshot below is the area I'd like the ad to appear in.
I'd also like to have one in the footer as well.
Where do I update the code to make this happen? I tried updating the overall file, however that did not work.
Thanks,
John
Peterg22000 [ Sun 10 May, 2009 21:18 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
Hello, I need help figuring out a few things on my site
www.ontariog8club.com
1) how do I remove the header text next to my header image without removing the text from the top of the open window ("Ontario G8 Club")
2) how do I change the colour of the deviding line between posts? I changed the setting for it to be red, but it only stays red till the page full loads, then it switchs back to the default orange colour
3) Anywhere I can get this image

without the arrow in it? I would like to modifly it to have a small Pontiac arrowhead in it (to go with the theam of my site)
that is all for now,
Thanks
Peter G
P.S. I'm still new at all this, so I may need somewhat more detailed instructions...
TheSteffen [ Mon 18 May, 2009 19:52 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
Maybe this one will help you

Dennis21 [ Fri 29 May, 2009 07:35 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
Thanks for taking the time to help, I really apprciate it.
Feichti [ Sat 06 Jun, 2009 23:11 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
@Mighty Gorgon
I Have installed your Black Pearl Style an its excelent. But i have got a Probleme with it. I am From Germany and so there a some Words longer than the English one. Is it Possible that you make a bigger Texticon in you psd. So that i can make my one new icon.
For Example i have addes the phpbb3 Gallery and the phpBB Portal with your style and there would a icon with the name " Bild hochladen" nice. But this is too long for you Icon.
Would be cool if you can make a longer default icon in your psd.
Also it would be good if you add the font in the folder where the psd is. Because so the users dosent must search the font.
Greeds Feichti
Limun [ Sat 06 Jun, 2009 23:39 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
I Have installed your Black Pearl Style an its excelent. But i have got a Probleme with it. I am From Germany and so there a some Words longer than the English one. Is it Possible that you make a bigger Texticon in you psd. So that i can make my one new icon.
maybe this can help
but for font i dont know whic one is used

Mighty Gorgon [ Fri 12 Jun, 2009 08:39 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
Unfortuantely the font is not free and I cannot include it.
You can check the name of the font in the PSD included in the original package.
TheSteffen [ Thu 25 Jun, 2009 18:25 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
Feichti,
you know, that you can download german lang buttons on this site?
http://www.icyphoenix.com/styles/co..._id=black_pearl
Scoll at the end of this site... you will find "Buttons German [de]"
Is this what you want?
unknown2 [ Tue 21 Jul, 2009 04:54 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
Is there a chat_body.html file for AJAX chat by Handyman?
I use the one from subSilver now, but then It doesn't show corners and other things look different.
At the moment there isn't, but you can easily apply rounded corners to that template by looking how rounded corners are implemented in other tpls.
I've used a really easy to use technique.
I am running a phpBB3 forum and love the Black Pearl skin. The only trouble I have is that I can not get it extended so that it will cover the whole screen.
Since I do not need space for Google Ads or so I really would like to have Black Perl running width=100%.
I had a look at the "_mg_config.html" file and changed the $MG_GLOBAL_WIDTH = to 100%, but that somehow does not do the trick as it worked with the "ca_config.html" files in the acidtech skins.
I have a few Black Pearl skins with colour variation, but have them not enabled because they always have a left and right space.
What file and what in it do I have to change to achieve "width 100%"?
Edit:
I just changed to Black Pearl style on this forum and guess what, it is full width, beautyfull!!!!!!!!
For me it is working fine with Firefox... did you empty the cache?
Anyway... try to have a look at this:
http://www.phpbb.com/community/viewtopic.php?p=3235260#p3235260
I have done what is said on
http://www.phpbb.com/community/viewtopic.php?p=3235260#p3235260 but i didnt have any result
I have refreshd the template and erased the cache..
How should i fit my site (
www.discutivel.comuf.com ) in a regular 1024x760 screen ??
Best regards
Mighty Gorgon [ Wed 22 Jul, 2009 12:54 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
I see your site fitting well 1024px... I guess you have solved your issue.
unknown2 [ Wed 22 Jul, 2009 13:13 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
Yes i did solve the problem yesterday, but i do still have a doubt:
What if i want to insert a space (like the one who is in the left side) in the right side? How do i make the table of the forum ajustable to all the 3 clomuns (left, forum, and right) for 1024x760 ??
Best regards
Mighty Gorgon [ Wed 22 Jul, 2009 13:31 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
Did you ever play Tetris?
I'm kidding of course... I cannot answer that question, because the answer depends on many factors and on the elements you are going to add.
I guess forum column should at least need 800px or something like that... if you are going to reduce more than that, you are likely to have display issues on 1024px resolutions.
unknown2 [ Wed 22 Jul, 2009 13:50 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
I want to have a column witht he size of the one already exist (smth like that) to insert google ads
=)
Mighty Gorgon [ Thu 23 Jul, 2009 20:44 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
You will need to create a table, that would be the easiest way.
Just insert an overall table which you open in overall_header and you close in overall_footer... so you can have three columns which the mid one is phpBB content.
unknown2 [ Thu 23 Jul, 2009 20:45 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
How can i do that?? im a noob on phpbb =S
warriorpa28 [ Wed 09 Sep, 2009 11:16 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
Hey MG and everyone, running the colorize version of Rainbow Pearl, really love the cool colours.
I am a complete newbie at this stuff, and this may have been answered before....... But here goes anyway!!
I want to replace the phoenix logo and the whole of the header with my own website logo. When I tried it all that happened was my logo replaced the phoenix but I couldn't get it to full width. I tried changing the width of the logo to 100%, still no good.
So how do I get rid of everything in the header and just have my logo there instead????
Joshua203 [ Thu 10 Sep, 2009 11:28 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
hi warriorpa28
if you want to modify the whole header you may want to take a look at styles/rainbow_pearl/template/overal_header.html
if you just want to mess with the size of the logo you can do this in the admin paneel >>styles>>imagesets>>rainbow pearl>>edit
or for a more permanent edit of that go to styles/rainbow_pearl/imageset/imageset.cfg and find the line looking like img_site_logo = sitelogo_small.png*190*280, the numbers in that line are the preset width and height of the logo
i hope this helped you out alittle

warriorpa28 [ Fri 11 Sep, 2009 01:37 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
Joshua203, Many thanks for your invaluable help!!!

MordyT [ Thu 24 Sep, 2009 20:56 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
hey all,
i started (as a favor) a forum for a game. i am preety good at searching and finding all the things i need.
the forum is located at dausa.info for those that want to see it.
i have used colorizeit to mod blackpearl yellow into blue. i have also done some simple other mods like change the logo, add flashchat, modify the menu_block etc...
however, when i changed the colors from yellow to blue(ish), the qoute title bar (when you click qoute and it says "origanally qouted by") got changed to a much lighter blue making the text hard to read. i was wondering if i could change the color code on that specificly?
anyways, thanks for the awesome theme.
Joshua203 [ Fri 25 Sep, 2009 08:57 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
@warriorpa: i had to look up the exact meaning of "invaluable" to be sure if this was positive or negative

..you re welcome
@mordyt: have a look at stylesheet.css and find:
.quotetitle {
color: red;
background: #4A0000
i m not so sure if asking these questions in a release thread is the best place btw
MordyT [ Fri 25 Sep, 2009 18:56 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
@warriorpa: i had to look up the exact meaning of "invaluable" to be sure if this was positive or negative

..you re welcome
@mordyt: have a look at stylesheet.css and find:
.quotetitle {
color: red;
background: #4A0000
i m not so sure if asking these questions in a release thread is the best place btw
Thanks - i think that was what i needed. sorry about the wrong thread - i thought it would be correct here.
Thanks again
Joshua203 [ Fri 25 Sep, 2009 22:40 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
don t worry about the place you posted in .. i was just thinking out loud ..it's not up to me anyway
glad i could help out a little
MordyT [ Sat 26 Sep, 2009 21:10 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
well, since it hasn't been moved by an admin, i am going to assume that this is a ok place to ask questions...
as such, here is my next question...
has anyone used spellingcow on blackpearl (mine has benn moded with colorizit)
when i added the one line of code, it made all the text huge!
can seem to register with spellingcow forum as i keep getting debug errors...
Mighty Gorgon [ Fri 02 Oct, 2009 12:32 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
I'm an admin...
Please post your questions in another topic in this section.
Thanks.
Mighty Gorgon [ Sat 21 Nov, 2009 18:57 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
Styles updated to phpBB 3.0.6
Joshua203 [ Sun 29 Nov, 2009 17:02 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
Thanks for the update MG, now all i have to do is kick myself to create time to merge it all in (again)

Mighty Gorgon [ Sun 29 Nov, 2009 23:11 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
Which style are you using?
Only few files have been modified...
Joshua203 [ Sun 29 Nov, 2009 23:29 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
i'm fooling around with black pearl

the real thing i actually don't look forward in doing is updating phpbb itself ...hehehe
i can t help it ..eventhough winmerge works wonderful updating is always a little pain to me

Mighty Gorgon [ Mon 30 Nov, 2009 00:04 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
It took me two days to update all styles to phpBB 3... so I perfectly understand you.

le_szek [ Sat 06 Feb, 2010 01:33 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
Hello
Greetings from Poland, thanks for awesome style
Is it possible in Black Pearl to add column "Last activity" to member list? So I can just click on column top instead of choosing out of the list 'Sort By' "Last activity'? I tried to edit memberlist_body.html but I failed
TIA
Joshua203 [ Fri 16 Jul, 2010 22:01 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
links not working (anymore?)

Mighty Gorgon [ Tue 27 Jul, 2010 14:13 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
Damn... I forgot to redirect also old colors combinations...
Can you help in recreating some new colors variations?