Icy Phoenix

     
 



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



 
RattSend private message  
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 
 
It seems like you changed the code for online users... restore this:

Code: [Download] [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 -->

 




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



 
RattSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [STYLE] - Black Pearl 
 
WappyRS wrote: [View Post]

its the index_body in template folder make sure

Code: [Download] [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: [Download] [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
h**p://***.fttguild.com/gbhs1986/86_forum/
 



 
KevinBSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [STYLE] - Black Pearl And Rainbow Pearl 
 
Try to refresh your template and your cache.

I will upgrade the style soon.
 




____________
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 
 
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!
 



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



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




____________
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 
 
Style updated!

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

P.S.: added extra langs in ColorizeIt!
 




____________
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 
 
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?
 



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




____________
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 
 
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: [Download] [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
 



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




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



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



 
tmanSend private message  
Back to topPage bottom
Post new topic  Reply to topic  Page 5 of 14
Goto page Previous  1, 2, 3, 4, 5, 6 ... 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