[STYLE] - Black Pearl And Rainbow Pearl »  Show posts from    to     

Icy Phoenix


phpBB 3 MODS And Styles (Not Compatible With phpBB 3.1) - [STYLE] - Black Pearl And Rainbow Pearl



Karu [ Thu 27 Dec, 2007 18:35 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
Hi!

I love this beautiful skin (compliments Luca ;)) but I have a problem. There are not the buttons like New Post, Answer ecc.

http://www.karu.it/phpbb3/index.php

Why? What can I do to solve the problem?

I've done an "Area Test" open to anonymous so you can see...
http://www.karu.it/phpbb3/viewforum.php?f=7

Thanks!


ravelink69 [ Fri 28 Dec, 2007 04:55 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
for some reason, that didnt change anything...


Mighty Gorgon [ Mon 31 Dec, 2007 14:07 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
Karu wrote: [View Post]
Hi!

I love this beautiful skin (compliments Luca ;)) but I have a problem. There are not the buttons like New Post, Answer ecc.

http://www.karu.it/phpbb3/index.php

Why? What can I do to solve the problem?

I've done an "Area Test" open to anonymous so you can see...
http://www.karu.it/phpbb3/viewforum.php?f=7

Thanks!

That is easy... because you don't have italian buttons... copy the folder called en and name it it into the imageset folder.

ravelink69 wrote: [View Post]
for some reason, that didnt change anything...

Please, try again, I'm sure it will. You may want to remove the second include for breadcrumbs if you add it on top.


ravelink69 [ Thu 03 Jan, 2008 04:58 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
still nothing, maybe im doing it wrong...so just in case here is my file index_body from the template folder:

Code: [Hide]
  1. <!-- INCLUDE overall_header.html -->  
  2.  
  3. <!-- INCLUDE breadcrumbs.html -->  
  4.  
  5.  
  6. <!-- IF U_MCP -->  
  7. <div id="pageheader">  
  8. <p class="linkmcp">[ <a href="{U_MCP}">{L_MCP}</a> ]</p>  
  9. </div>  
  10.  
  11. <br clear="all" /><br />  
  12. <!-- ENDIF -->  
  13.  
  14. <!-- INCLUDE forumlist_body.html -->  
  15.  
  16. <span class="gensmall"><!-- IF not S_IS_BOT --><a href="{U_DELETE_COOKIES}">{L_DELETE_COOKIES}</a><!-- ENDIF --> | <a href="{U_TEAM}">{L_THE_TEAM}</a></span><br />  
  17.  
  18. <br clear="all" />  
  19.  
  20.  
  21.  
  22. <!-- IF S_DISPLAY_ONLINE_LIST -->  
  23. <br clear="all" />  
  24.  
  25. <div id="viewonline_h" style="display:none;">  
  26. <div><div class="tbl-h-l"><div class="tbl-h-r"><div class="tbl-h-c"><img style="padding-top:9px;padding-right:6px;float:right;cursor:pointer;" src="{T_THEME_PATH}{$MG_MAX}" onclick="javascript:ShowHide('viewonline_nh','viewonline_h','viewonline_nh');" alt="{L_WHO_IS_ONLINE}" /><div class="tbl-title"><h4>{L_WHO_IS_ONLINE}</h4></div></div></div></div>  
  27. <table class="tablebg" width="100%" cellpadding="0" cellspacing="0">  
  28. <tr><td class="row1"><span class="gensmall">&nbsp;</span></td></tr>  
  29. </table>  
  30. <div class="tbl-f-l"><div class="tbl-f-r"><div class="tbl-f-c">&nbsp;</div></div></div></div>  
  31. </div>  
  32.  
  33. <div id="viewonline_nh">  
  34. <script type="text/javascript">  
  35. <!--  
  36. tmp = 'viewonline';  
  37. if(GetCookie(tmp) == '2')  
  38. {  
  39. ShowHide('viewonline_nh', 'viewonline_h', 'viewonline_nh');  
  40. }  
  41. //-->  
  42. </script>  
  43. <div><div class="tbl-h-l"><div class="tbl-h-r"><div class="tbl-h-c"><img style="padding-top:9px;padding-right:6px;float:right;cursor:pointer;" src="{T_THEME_PATH}{$MG_MIN}" onclick="javascript:ShowHide('viewonline_nh','viewonline_h','viewonline_nh');" alt="{L_WHO_IS_ONLINE}" /><div class="tbl-title"><!-- IF U_VIEWONLINE --><h4><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a></h4><!-- ELSE --><h4>{L_WHO_IS_ONLINE}</h4><!-- ENDIF --></div></div></div></div>  
  44. <table class="tablebg" width="100%" cellpadding="0" cellspacing="0">  
  45. <tr>  
  46. <!-- IF LEGEND -->  
  47. <td class="row1" rowspan="2" align="center" valign="middle"><img src="{T_THEME_PATH}/images/online.png" alt="{L_WHO_IS_ONLINE}" /></td>  
  48. <!-- ELSE -->  
  49. <td class="row1" align="center" valign="middle"><img src="{T_THEME_PATH}/images/online.png" alt="{L_WHO_IS_ONLINE}" /></td>  
  50. <!-- ENDIF -->  
  51. <td class="row1" width="100%"><span class="genmed">{TOTAL_USERS_ONLINE} ({L_ONLINE_EXPLAIN})<br />{RECORD_USERS}<br /><br />{LOGGED_IN_USER_LIST}</span></td>  
  52. </tr>  
  53. <!-- IF LEGEND -->  
  54. <tr><td class="row1"><b class="gensmall">{L_LEGEND} :: {LEGEND}</b></td></tr>  
  55. <!-- ENDIF -->  
  56. <tr><td class="cat-bottom" colspan="2">&nbsp;</td></tr>  
  57. </table>  
  58. <div class="tbl-f-l"><div class="tbl-f-r"><div class="tbl-f-c">&nbsp;</div></div></div></div>  
  59. </div>  
  60. <!-- ENDIF -->  
  61.  
  62. <!-- IF S_DISPLAY_BIRTHDAY_LIST -->  
  63. <br clear="all" />  
  64.  
  65. <div id="birthdays_h" style="display:none;">  
  66. <div><div class="tbl-h-l"><div class="tbl-h-r"><div class="tbl-h-c"><img style="padding-top:9px;padding-right:6px;float:right;cursor:pointer;" src="{T_THEME_PATH}{$MG_MAX}" onclick="javascript:ShowHide('birthdays_nh','birthdays_h','birthdays_nh');" alt="{L_BIRTHDAYS}" /><div class="tbl-title"><h4>{L_BIRTHDAYS}</h4></div></div></div></div>  
  67. <table class="tablebg" width="100%" cellpadding="0" cellspacing="0">  
  68. <tr><td class="row1"><span class="gensmall">&nbsp;</span></td></tr>  
  69. </table>  
  70. <div class="tbl-f-l"><div class="tbl-f-r"><div class="tbl-f-c">&nbsp;</div></div></div></div>  
  71. </div>  
  72.  
  73. <div id="birthdays_nh">  
  74. <script type="text/javascript">  
  75. <!--  
  76. tmp = 'birthdays';  
  77. if(GetCookie(tmp) == '2')  
  78. {  
  79. ShowHide('birthdays_nh', 'birthdays_h', 'birthdays_nh');  
  80. }  
  81. //-->  
  82. </script>  
  83. <div><div class="tbl-h-l"><div class="tbl-h-r"><div class="tbl-h-c"><img style="padding-top:9px;padding-right:6px;float:right;cursor:pointer;" src="{T_THEME_PATH}{$MG_MIN}" onclick="javascript:ShowHide('birthdays_nh','birthdays_h','birthdays_nh');" alt="{L_BIRTHDAYS}" /><div class="tbl-title"><h4>{L_BIRTHDAYS}</h4></div></div></div></div>  
  84. <table class="tablebg" width="100%" cellpadding="0" cellspacing="0">  
  85. <tr>  
  86. <td class="row1" align="center" valign="middle"><img src="{T_THEME_PATH}/images/birthdays.png" alt="{L_BIRTHDAYS}" /></td>  
  87. <td class="row1" width="100%"><p class="genmed"><!-- IF BIRTHDAY_LIST -->{L_CONGRATULATIONS}: <b>{BIRTHDAY_LIST}</b><!-- ELSE -->{L_NO_BIRTHDAYS}<!-- ENDIF --></p></td>  
  88. </tr>  
  89. <tr><td class="cat-bottom" colspan="2">&nbsp;</td></tr>  
  90. </table>  
  91. <div class="tbl-f-l"><div class="tbl-f-r"><div class="tbl-f-c">&nbsp;</div></div></div></div>  
  92. </div>  
  93. <!-- ENDIF -->  
  94.  
  95. <br clear="all" />  
  96.  
  97. <div id="statistics_h" style="display:none;">  
  98. <div><div class="tbl-h-l"><div class="tbl-h-r"><div class="tbl-h-c"><img style="padding-top:9px;padding-right:6px;float:right;cursor:pointer;" src="{T_THEME_PATH}{$MG_MAX}" onclick="javascript:ShowHide('statistics_nh','statistics_h','statistics_nh');" alt="{L_STATISTICS}" /><div class="tbl-title"><h4>{L_STATISTICS}</h4></div></div></div></div>  
  99. <table class="tablebg" width="100%" cellpadding="0" cellspacing="0">  
  100. <tr><td class="row1"><span class="gensmall">&nbsp;</span></td></tr>  
  101. </table>  
  102. <div class="tbl-f-l"><div class="tbl-f-r"><div class="tbl-f-c">&nbsp;</div></div></div></div>  
  103. </div>  
  104.  
  105. <div id="statistics_nh">  
  106. <script type="text/javascript">  
  107. <!--  
  108. tmp = 'birthdays';  
  109. if(GetCookie(tmp) == '2')  
  110. {  
  111. ShowHide('statistics_nh', 'statistics_h', 'statistics_nh');  
  112. }  
  113. //-->  
  114. </script>  
  115. <div><div class="tbl-h-l"><div class="tbl-h-r"><div class="tbl-h-c"><img style="padding-top:9px;padding-right:6px;float:right;cursor:pointer;" src="{T_THEME_PATH}{$MG_MIN}" onclick="javascript:ShowHide('statistics_nh','statistics_h','statistics_nh');" alt="{L_STATISTICS}" /><div class="tbl-title"><h4>{L_STATISTICS}</h4></div></div></div></div>  
  116. <table class="tablebg" width="100%" cellpadding="0" cellspacing="0">  
  117. <tr>  
  118. <td class="row1" align="center" valign="middle"><img src="{T_THEME_PATH}/images/stats.png" alt="{L_STATISTICS}" /></td>  
  119. <td class="row1" width="100%" valign="middle"><p class="genmed">{TOTAL_POSTS}&nbsp;|&nbsp;{TOTAL_TOPICS}&nbsp;|&nbsp;{TOTAL_USERS}&nbsp;|&nbsp;{NEWEST_USER}</p></td>  
  120. </tr>  
  121. <tr><td class="cat-bottom" colspan="2">&nbsp;</td></tr>  
  122. </table>  
  123. <div class="tbl-f-l"><div class="tbl-f-r"><div class="tbl-f-c">&nbsp;</div></div></div></div>  
  124. </div>  
  125.  
  126. <!-- IF not S_USER_LOGGED_IN -->  
  127. <br clear="all" />  
  128.  
  129. <form method="post" action="{S_LOGIN_ACTION}">  
  130.  
  131. <div><div class="tbl-h-l"><div class="tbl-h-r"><div class="tbl-h-c"><div class="tbl-title"><h4><a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a></h4></div></div></div></div>  
  132. <table class="tablebg" width="100%" cellpadding="0" cellspacing="0">  
  133. <tr>  
  134. <td class="row1" align="center" valign="middle"><img src="{T_THEME_PATH}/images/login.png" alt="{L_STATISTICS}" /></td>  
  135. <td class="row1" align="center"><span class="genmed">{L_USERNAME}:</span> <input class="post" type="text" name="username" size="10" />&nbsp; <span class="genmed">{L_PASSWORD}:</span> <input class="post" type="password" name="password" size="10" />&nbsp; <!-- IF S_AUTOLOGIN_ENABLED --> <span class="gensmall">{L_LOG_ME_IN}</span> <input type="checkbox" class="radio" name="autologin" /><!-- ENDIF -->&nbsp; <input type="submit" class="btnmain" name="login" value="{L_LOGIN}" /></td>  
  136. </tr>  
  137. <tr><td class="cat-bottom" colspan="2">&nbsp;</td></tr>  
  138. </table>  
  139. <div class="tbl-f-l"><div class="tbl-f-r"><div class="tbl-f-c">&nbsp;</div></div></div></div>  
  140.  
  141. {S_FORM_TOKEN}  
  142. </form>  
  143. <!-- ENDIF -->  
  144.  
  145. <!-- INCLUDE breadcrumbs_footer.html -->  
  146.  
  147. <div style="text-align:center;margin:30px;">  
  148. <table class="legend">  
  149. <tr>  
  150. <td width="20" align="center">{FORUM_NEW_IMG}</td>  
  151. <td><span class="gensmall">{L_NEW_POSTS}</span></td>  
  152. <td>&nbsp;&nbsp;</td>  
  153. <td width="20" align="center">{FORUM_IMG}</td>  
  154. <td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>  
  155. <td>&nbsp;&nbsp;</td>  
  156. <td width="20" align="center">{FORUM_LOCKED_IMG}</td>  
  157. <td><span class="gensmall">{L_FORUM_LOCKED}</span></td>  
  158. </tr>  
  159. </table>  
  160. </div>  
  161.  
  162. <!-- INCLUDE overall_footer.html --> 


bepyland [ Sat 05 Jan, 2008 15:47 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
Someone have modify the phpbb3 GOLD "Black Pearl" Style for the use with the Stargate Portal (www.phpbbireland.com)?

I like this style but i made some error and i cannot integrate it with taht portal :p


brandsrus [ Sat 05 Jan, 2008 21:09 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
You must changed the Black Pearl with the changes for subSilver which are included in the MOD. Black Pearl is based on the SubSilver style. Also you must copy all portal template files in the black pearl template directory.

Good luck.


M3g4d37h [ Tue 08 Jan, 2008 00:40 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
MG, thank you very much for some slick looking styles.

I am new to PHPBB3, so bear with me..

We are using "Black Pearl".

When at the board index.. the tree is not listed at the top as it is when reading posts, etc..

board_index_01

we would like it here at the board index.. at either/and/or the top..

board_index_02

So we end up with something like this..

board_index_03

Could you tell me the bit to change this..? I see some references in the breadcrumbs..? gah, i guess my lot is just comfortable with it, having been this way for ages..

Anyway, thanks for any help/consideration..

-- M3


rasputin007 [ Tue 08 Jan, 2008 01:33 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
Thanks for Rainbow Pearl.
I nearly spend more time changing the colours of Rainbow Pearl then I do Motorola Modding.


Mighty Gorgon [ Tue 08 Jan, 2008 22:00 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
ravelink69 wrote: [View Post]
still nothing, maybe im doing it wrong...so just in case here is my file index_body from the template folder:

The code is fine... I'm quite sure it is a cache issue.

bepyland wrote: [View Post]
Someone have modify the phpbb3 GOLD "Black Pearl" Style for the use with the Stargate Portal (www.phpbbireland.com)?

I like this style but i made some error and i cannot integrate it with taht portal :p

Follow brandsrus, suggestions.

M3g4d37h wrote: [View Post]
MG, thank you very much for some slick looking styles.

I am new to PHPBB3, so bear with me..

We are using "Black Pearl".

When at the board index.. the tree is not listed at the top as it is when reading posts, etc..

...

Could you tell me the bit to change this..? I see some references in the breadcrumbs..? gah, i guess my lot is just comfortable with it, having been this way for ages..

Anyway, thanks for any help/consideration..

-- M3

Try to browse this topic... this question has already been answered... same problem of ravelink69...

rasputin007 wrote: [View Post]
Thanks for Rainbow Pearl.
I nearly spend more time changing the colours of Rainbow Pearl then I do Motorola Modding.

He he he... me as well... CyberAlien is a genius.


ravelink69 [ Sun 13 Jan, 2008 02:50 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
deleted board cookies, purged the cache in the admin CP, deleted cookies and cashe in the browser...nothing...any more suggestions? this is a bit more important to me thatn anyone seems to be willing to help with. are you planning on updating this in a future release...? i will just redownload it then because its not working now and the only answer im getting is its a cashe problem....thats not helping.


Mighty Gorgon [ Wed 16 Jan, 2008 12:52 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
ravelink69 wrote: [View Post]
deleted board cookies, purged the cache in the admin CP, deleted cookies and cashe in the browser...nothing...any more suggestions? this is a bit more important to me thatn anyone seems to be willing to help with. are you planning on updating this in a future release...? i will just redownload it then because its not working now and the only answer im getting is its a cashe problem....thats not helping.

I'm sorry to tell you that your problem is a cache issue... I'm sure of that, because all other users solved this. Maybe you did modify your file in a wrong way.

Anyway, I have an alternative solution for you.

Download Rainbow Pearl from here:

http://beta.colorizeit.com/index.php?style=phpbb3_rainbowpearl

And try to upload that templates folder into your black_pearl folder, replacing all files (make a backup first!).

Then purge the cache again and tell me if that is definitely solved.

Rainbow Pearl @ ColorizeIt is a newer version of Black Pearl... but templates files (those with HTML extensions) are the same... Unfortunately I didn't have the time to update the whole template here.


ravelink69 [ Sun 20 Jan, 2008 05:14 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
thank you. i will try that soon, i havnt got the time right now.


jingjong [ Wed 30 Jan, 2008 17:37 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
Hi Mighty Gorgon... I am new here and a newbie in Forum Setup... i was wondering if there is a BLACK Pearl Style for PORTAL thanks.....


Ratt [ Tue 12 Feb, 2008 15:02 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
jingjong wrote: [View Post]
Hi Mighty Gorgon... I am new here and a newbie in Forum Setup... i was wondering if there is a BLACK Pearl Style for PORTAL thanks.....



Follow the subsilver edits and it works fine.


I have a small problem myself however adding this portal that you may be able to help with MG. It works added to Black Pearl but it messes up the layout look in the online and who's here area. Have you had a chance to go over the Stargate Portal and see if you can find out where it messes this part of the layout at? portal_r2_c2

By the way, I love the image upload mod you have added to this. As you can see it messes up the layout real bad, I'd upgrade to Icyphoenix if it was bb3 even though you have it looking so much like it already. Do you have a version of the portal you are using that will work on bb3?


Mighty Gorgon [ Thu 14 Feb, 2008 01:49 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
Do you have a link to test that "online" section?

Unfortunately I have no Portal for phpBB 3 yet.

Icy Phoenix is based on phpBB 2.


Ratt [ Fri 15 Feb, 2008 10:44 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
Mighty Gorgon wrote: [View Post]
Do you have a link to test that "online" section?

Unfortunately I have no Portal for phpBB 3 yet.

Yes: Want me to make an account for you? It's normal reg for that board username password your done, no need for email etc.. I'll create a test account anyway...username test pw 1234
Code: [Hide]
  1. http://rattznest.org/ts2/index.php 


Mighty Gorgon wrote: [View Post]

Icy Phoenix is based on phpBB 2.


Right, I remember seeing a post somewhere else where you said that after BB3 has been out awhile you may consider making/converting IP into a BB3 Board? I really love what you have done with IP. The functionality of it is just awesome. Much better than what phpbbxs was.


Mighty Gorgon [ Fri 15 Feb, 2008 21:28 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
It seems like you changed the code for online users... restore this:

Code: [Hide] [Select]
<!-- IF S_DISPLAY_ONLINE_LIST -->
<br clear="all" />

<div id="viewonline_h" style="display:none;">
<div><div class="tbl-h-l"><div class="tbl-h-r"><div class="tbl-h-c"><img style="padding-top:9px;padding-right:6px;float:right;cursor:pointer;" src="{T_THEME_PATH}{$MG_MAX}" onclick="javascript:ShowHide('viewonline_nh','viewonline_h','viewonline_nh');" alt="{L_WHO_IS_ONLINE}" /><div class="tbl-title"><h4>{L_WHO_IS_ONLINE}</h4></div></div></div></div>
<table class="tablebg" width="100%" cellpadding="0" cellspacing="0">
<tr><td class="row1"><span class="gensmall">&nbsp;</span></td></tr>
</table>
<div class="tbl-f-l"><div class="tbl-f-r"><div class="tbl-f-c">&nbsp;</div></div></div></div>
</div>

<div id="viewonline_nh">
<script type="text/javascript">
<!--
tmp = 'viewonline';
if(GetCookie(tmp) == '2')
{
ShowHide('viewonline_nh', 'viewonline_h', 'viewonline_nh');
}
//-->
</script>
<div><div class="tbl-h-l"><div class="tbl-h-r"><div class="tbl-h-c"><img style="padding-top:9px;padding-right:6px;float:right;cursor:pointer;" src="{T_THEME_PATH}{$MG_MIN}" onclick="javascript:ShowHide('viewonline_nh','viewonline_h','viewonline_nh');" alt="{L_WHO_IS_ONLINE}" /><div class="tbl-title"><!-- IF U_VIEWONLINE --><h4><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a></h4><!-- ELSE --><h4>{L_WHO_IS_ONLINE}</h4><!-- ENDIF --></div></div></div></div>
<table class="tablebg" width="100%" cellpadding="0" cellspacing="0">
<tr>
<!-- IF LEGEND -->
<td class="row1" rowspan="2" align="center" valign="middle"><img src="{T_THEME_PATH}/images/online.png" alt="{L_WHO_IS_ONLINE}" /></td>
<!-- ELSE -->
<td class="row1" align="center" valign="middle"><img src="{T_THEME_PATH}/images/online.png" alt="{L_WHO_IS_ONLINE}" /></td>
<!-- ENDIF -->
<td class="row1" width="100%"><span class="genmed">{TOTAL_USERS_ONLINE} ({L_ONLINE_EXPLAIN})<br />{RECORD_USERS}<br /><br />{LOGGED_IN_USER_LIST}</span></td>
</tr>
<!-- IF LEGEND -->
<tr><td class="row1"><b class="gensmall">{L_LEGEND} :: {LEGEND}</b></td></tr>
<!-- ENDIF -->
<tr><td class="cat-bottom" colspan="2">&nbsp;</td></tr>
</table>
<div class="tbl-f-l"><div class="tbl-f-r"><div class="tbl-f-c">&nbsp;</div></div></div></div>
</div>
<!-- ENDIF -->


Ratt [ Sat 16 Feb, 2008 16:30 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
Ok I did as you suggested but it still didn't work. I'm not really concerned in getting this to work at this point now since that portal is still beta and I really appreciate your help a great deal. Just figured I'd try to get it to work and get the feel of it before it goes RC plus I don't receive help at their site for some reason not sure why and was deleted as a member there. That doesn't set well with me for them doing that.

There is another portal at phpbb.com that is very similar to IMPortal now called board3 portal. It just doesn't have all the bells and whistles yet that IMPortal had. Hopefully IcyPhoenix goes BB3 in the future and I can get that to use. Thank you so much for your time. I'd really love to get the IcyPhoenix Portal to work on BB3.


Is there anyway you could create the IcyPhoenix Portal as a mod for BB3? I really would love to have your Portal instead.


KevinB [ Mon 18 Feb, 2008 21:11 ]
Post subject: Re: [STYLE] - Black Pearl
WappyRS wrote: [View Post]

its the index_body in template folder make sure

Code: [Hide] [Select]
<!-- INCLUDE overall_header.html -->

<!-- INCLUDE breadcrumbs.html -->


is at the top that sorted mine out


Love this style, it's clean and sharp looking!

I wanted to move the Board Index closer to the top of the layout and tried what was posted earlier in this thread:

index_body.html
Code: [Hide] [Select]
<!-- INCLUDE overall_header.html -->

<!-- INCLUDE breadcrumbs.html -->
<br />

<!-- IF U_MCP -->
<div id="pageheader">
<p class="linkmcp">[ <a href="{U_MCP}">{L_MCP}</a> ]</p>
</div>

<br clear="all" /><br />
<!-- ENDIF -->


This didn't seem to do anything for me though. Is there something I'm not doing right?

I'm using a new install of phpBB3 "Olympus" 3.0.0 and black_pearl_phpbb3_1_2_6.

Thanks in advance for any help offered.

Kevin
http://www.fttguild.com/gbhs1986/86_forum/


Mighty Gorgon [ Tue 19 Feb, 2008 00:14 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
Try to refresh your template and your cache.

I will upgrade the style soon.


KevinB [ Tue 19 Feb, 2008 00:19 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
I made sure to refresh my cache on Firefox (primary browser), then I fired up IE (hadn't visited the site with it yet) and tried that fresh - still no luck.

What do you mean about refreshing the template? Is there an admin function that will refresh a template?

*EDIT*
Nice! Found the "refresh" option in Admin panel>Styles>Style Components>Templates.
That was the trick; it's laid out correctly now. Thanks for your quick response!


GlosterMan [ Fri 22 Feb, 2008 19:31 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
MG

Can you provide a download link for Rainbow_Pearl other than ColorizeIt?

When you try to download it without changing colors you get the following error message:

Error
No colors to change.
Click here to return to editor.


Rob


Mighty Gorgon [ Fri 22 Feb, 2008 21:07 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
GlosterMan wrote: [View Post]
MG

Can you provide a download link for Rainbow_Pearl other than ColorizeIt?

When you try to download it without changing colors you get the following error message:

Error
No colors to change.
Click here to return to editor.


Rob

Yes I know that... you can slightly change one of the slider for an not existent color so you will have the template with no changes.

I have created that template to be colorized... anyway next time I will update it, I will also include a download link here.


Mighty Gorgon [ Wed 19 Mar, 2008 00:36 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
Style updated!

2007/03/17 Fixed errors in CSS and mcp_post.html

P.S.: added extra langs in ColorizeIt!


rudolfe [ Tue 08 Apr, 2008 10:01 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
Mighty Gorgon wrote: [View Post]
Style updated!

2007/03/17 Fixed errors in CSS and mcp_post.html

P.S.: added extra langs in ColorizeIt!


Please make a diff file for future versions mighty gorgon xD
Took me a while to get used to WinMerge to identify the changes.

It's just a couple of padding fixes in css and a slightly changed call to "onclick="find_username(this.href);" right?


Mighty Gorgon [ Thu 10 Apr, 2008 01:01 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
Style updated to phpBB 3.0.1

I have no time for code changes.

I can only provide changed files.

# forumlist_body.html
# login_body.html
# mcp_post.html
# memberlist_search.html
# overall_header.html
# posting_body.html
# simple_header.html
# viewforum_body.html
# viewtopic_body.html
# ucp_agreement.html
# ucp_register.html
# ucp_resend.html


Ds [ Tue 08 Jul, 2008 16:37 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
Hello and thanks for this good style

I'm Trying to Separate the stick and the other type from the Regular post using this code

Code: [Hide] [Select]
<td class="row<!-- IF topicrow.S_UNREAD_TOPIC -->4<!-- ELSE -->1<!-- ENDIF -->">
<!-- IF topicrow.S_UNREAD_TOPIC --><a href="{topicrow.U_NEWEST_POST}">{NEWEST_POST_IMG}</a><!-- ENDIF -->
{topicrow.ATTACH_ICON_IMG} <!-- IF topicrow.S_HAS_POLL or topicrow.S_TOPIC_MOVED --><b>{topicrow.TOPIC_TYPE}</b> <!-- ENDIF --><a title="{L_POSTED}: {topicrow.FIRST_POST_TIME}" href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a>
<!-- IF topicrow.S_TOPIC_UNAPPROVED or topicrow.S_POSTS_UNAPPROVED -->
<a href="{topicrow.U_MCP_QUEUE}">{topicrow.UNAPPROVED_IMG}</a>&nbsp;
<!-- ENDIF -->
<!-- IF topicrow.S_TOPIC_REPORTED -->
<a href="{topicrow.U_MCP_REPORT}">{REPORTED_IMG}</a>&nbsp;
<!-- ENDIF -->
<!-- IF topicrow.PAGINATION -->
<p class="gensmall"> [ {GOTO_PAGE_IMG}{L_GOTO_PAGE}: {topicrow.PAGINATION} ] </p>
<!-- ENDIF -->
</td>


put it dose not work

could you pls. tell me how

Thanks


Mighty Gorgon [ Thu 10 Jul, 2008 13:17 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
I have to think about it.

I do not have time now to make all the tests, if you have patience I may have it sorted out in the future.


mereksteele [ Tue 26 Aug, 2008 02:55 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
Hello,

First I would like to say that I love your black pearl style and have been using it since the beginning of phpbb3. But now I am having a problem. I recently updated the style to the newest version to go along with 3.0.2. Now in the search, or viewforum.php, a user that was recently activated after i did the changes does not have his name in the author column the proper color and its not clickable. But in the memberslist he is there and the proper yellow color and clickable... any ideas?

One more problem, I have a custom logo on the overall_header, and the menu_block is covering the bottom 1/4 of the logo with. It looks like the menu_block is sitting ontop of the logo because the logo is both above and below the menu_block


tman [ Wed 27 Aug, 2008 14:35 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
Question, I noticed on this board with this theme applied that "Global Announcement", "Announcement", "Sticky", and "Topics" are all divided nicely and looks cleaner. The default install of this theme on a phpbb3 board dose not have this feature??? What do have have to change to enable this feature?


Mighty Gorgon [ Thu 28 Aug, 2008 15:51 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
mereksteele wrote: [View Post]
Hello,

First I would like to say that I love your black pearl style and have been using it since the beginning of phpbb3. But now I am having a problem. I recently updated the style to the newest version to go along with 3.0.2. Now in the search, or viewforum.php, a user that was recently activated after i did the changes does not have his name in the author column the proper color and its not clickable. But in the memberslist he is there and the proper yellow color and clickable... any ideas?

One more problem, I have a custom logo on the overall_header, and the menu_block is covering the bottom 1/4 of the logo with. It looks like the menu_block is sitting ontop of the logo because the logo is both above and below the menu_block

The first problem I guess it is related to cache... can you try with subSilver 2 if you have the same problems?

The logo issue it is because your logo is too high. Reduce it or edit the css the #top_logo class.

tman wrote: [View Post]
Question, I noticed on this board with this theme applied that "Global Announcement", "Announcement", "Sticky", and "Topics" are all divided nicely and looks cleaner. The default install of this theme on a phpbb3 board dose not have this feature??? What do have have to change to enable this feature?

This board is not based on phpBB 3. Try looking for a mod @ phpBB.com.


mereksteele [ Fri 29 Aug, 2008 19:36 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
Great thanks for the help! The top_logo class fixed er up, and the other problem i sorted out.

The user had made a post like 2 years ago, was deleted, and rejoined, so obviously a new uid number. So his name in the author column is non clickable because it was from his old deleted account.


cyclope05 [ Mon 22 Sep, 2008 23:49 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
Ciao a tutti, innanzi tutto visto che sono nuovo, grazie per avermi accettato su questo forum davvero bello e ben fatto.
Ho letto che la versione di questo spettacolare sito non è compatibile con la versione phpbb3 ancora per il momento e quindi non mi dilungo e vengo a porre il mio quesito.
Io installato il black pearl per la versione phpbb3 e funziona tutto le uniche cose che non mi funzionano sono i bottoni e mi vengo a spiegare meglio.
Se invio un messaggio ho le voci ma non ho i riquadri come in questo momento e se apro il forum non mi vengono visualizzati i bottoni per aprire nuovi post o rispondere a quelli esistenti.
Sapete dirmi qlc in merito?
Grazie infinite.


Limun [ Tue 23 Sep, 2008 00:38 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
cyclope05 wrote: [View Post]
Ciao a tutti, innanzi tutto visto che sono nuovo, grazie per avermi accettato su questo forum davvero bello e ben fatto.
Ho letto che la versione di questo spettacolare sito non è compatibile con la versione phpbb3 ancora per il momento e quindi non mi dilungo e vengo a porre il mio quesito.
Io installato il black pearl per la versione phpbb3 e funziona tutto le uniche cose che non mi funzionano sono i bottoni e mi vengo a spiegare meglio.
Se invio un messaggio ho le voci ma non ho i riquadri come in questo momento e se apro il forum non mi vengono visualizzati i bottoni per aprire nuovi post o rispondere a quelli esistenti.
Sapete dirmi qlc in merito?
Grazie infinite.


prima cosa e che questo e supporto inglese , cioe devi parlare inglese
com'e che io ho capito (non sonno Italiano) "tu non vedi bottoni" provo ad aiutarti pero dobiamo farlo in Inglese..
ok , prego poi mettere link al tuo forum che do un squardo .. ?

first thing is that this is a English support site , so u have to ask in English
ok i think i understand your question (i m not Italian) "you dont see buttons" i try to help you
so , please can you post link to your forum so i take a look .. ?


cyclope05 [ Wed 24 Sep, 2008 00:32 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
Ok, try to write English even though I do not know this language.
correct, we do not see the buttons

my site is: http://www.passionegrafica.it

thanks for your help


Limun [ Wed 24 Sep, 2008 02:35 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
cyclope05 wrote: [View Post]
Ok, try to write English even though I do not know this language.
correct, we do not see the buttons

my site is: http://www.passionegrafica.it

thanks for your help


woow

i tryed on my test forum few things , but didnt made it to not see button...

maybe problem is in your site permissions ?

anyway do you see buttons in some other style ? can you check it please ?


cyclope05 [ Fri 26 Sep, 2008 23:56 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
hello, I solved the problem alone, were not allowed but I saw that the folder that I issued colorize the template, the missing files imageset.cfg
I copied what was in the English language and now everything worked, thanks for the help.


blackdream21 [ Tue 28 Oct, 2008 20:53 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
Hello MG,
I am new to phpbb3. Yesterday i upgrade my phpbb3 to phpbb3 portal. I can use Black_Pearl in phpbb3 very well. But when i upgraded to phpbb3 portal, pls see my forum here http://forum.blackdream21.com what happening I would like to see my forum like this site http://www.88id.com.br/forum/portal.php
Please help me MG, i really need your help


Limun [ Tue 28 Oct, 2008 20:56 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
blackdream21 wrote: [View Post]
Hello MG,
I am new to phpbb3. Yesterday i upgrade my phpbb3 to phpbb3 portal. I can use Black_Pearl in phpbb3 very well. But when i upgraded to phpbb3 portal, pls see my forum here http://forum.blackdream21.com what happening I would like to see my forum like this site http://www.88id.com.br/forum/portal.php
Please help me MG, i really need your help


common man , you dont neet to ask same questions in different topics ,you have answer here http://www.icyphoenix.com/viewtopic.php?f=6&t=4971&highlight=


Mighty Gorgon [ Sun 16 Nov, 2008 10:20 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
Styles updated to phpBB 3.0.3.


Belvedere [ Mon 01 Dec, 2008 23:59 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
Very nice!
Beautifull style!!
0017 0017


BluffMaster [ Sat 27 Dec, 2008 07:53 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
An update to phpBB 3.0.4 would be appreciated.

Thanks.


thatdanceguy [ Sat 10 Jan, 2009 21:45 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
I am having trouble with the rainbow styles. The white text blends in with the white boxes where email address is entered on the registration screen. I can't seem to change this white background. Nor does the text color appear easily changed.
Thanks


Mighty Gorgon [ Thu 15 Jan, 2009 00:03 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
BluffMaster wrote: [View Post]
An update to phpBB 3.0.4 would be appreciated.

No template changes from 3.0.3

thatdanceguy wrote: [View Post]
I am having trouble with the rainbow styles. The white text blends in with the white boxes where email address is entered on the registration screen. I can't seem to change this white background. Nor does the text color appear easily changed.
Thanks

Do you have a link please?

Which browser are you using?


the harper [ Tue 03 Feb, 2009 14:23 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
Is there an annoucement mod for the style Black 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
So you tried this?

http://www.icyphoenix.com/viewtopic...&p=32312#p32312


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 ..




Powered by Icy Phoenix