Icy Phoenix

     
 



Post new topic  Reply to topic 
Page 4 of 14
Goto page Previous  1, 2, 3, 4, 5 ... 12, 13, 14  Next
Go to page   
 
Reply with quote Download Post 
Post 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.

h**p://***.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...
h**p://***.karu.it/phpbb3/viewforum.php?f=7

Thanks!
 



 
Last edited by Karu on Thu 27 Dec, 2007 18:40; edited 1 time in total 
KaruSend private messageVisit poster's website  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post Re: [STYLE] - Black Pearl And Rainbow Pearl 
 
for some reason, that didnt change anything...
 



 
ravelink69Send private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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.
 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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: [Download] [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 --> 

 



 
ravelink69Send private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [STYLE] - Black Pearl And Rainbow Pearl 
 
Someone have modify the phpbb3 GOLD "Black Pearl" Style for the use with the Stargate Portal (***.phpbbireland.com)?

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



 
bepylandSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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.
 




____________
Official translator of Icy Phoenix to Dutch
 
brandsrusSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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..



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



So we end up with something like this..



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
 



 
M3g4d37hSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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.  
 



 
rasputin007Send private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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.
 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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.
 



 
ravelink69Send private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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.
 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [STYLE] - Black Pearl And Rainbow Pearl 
 
thank you. i will try that soon, i havnt got the time right now.
 



 
ravelink69Send private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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.....
 



 
jingjongSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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?
 



 
Last edited by Ratt on Tue 12 Feb, 2008 15:06; edited 1 time in total 
RattSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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.
 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Post new topic  Reply to topic  Page 4 of 14
Goto page Previous  1, 2, 3, 4, 5 ... 12, 13, 14  Next


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events


  

 

  cron