Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 3
Goto page 1, 2, 3  Next
 
Reply with quote Download Post 
Post Work On NewTemplate For Icy 1.2 
 
I'm working on new template for icy 1.2

its based on pearl blue....

see few shots

 str1

 str2

examples mouse off
 str3off

mouse on
 str3on

mouse write
 str3write

this pics are gif so its not like in real

need your comments...
 




____________
We are the phpBBorg. Lower your Crackers. Your phpological and forumological distinctivness will be added to our own. Resistance if futile!
 
Edited by Guest, Mon 20 Oct, 2008 13:02: Spelling Optimised for the Search Engine.
LimunSend 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: Work On NewTemplate For Icy 1.2 
 
WOW!!!! Awesome!!!

My users always want me to install dark styles, and they are not so frequent!!! I'm looking forward you to finish it to install it in my web!!!

Really amazing!!

Congratulations!!
 




____________
Icy Phoenix Latest 2.0 (working pending)
Style: Aphrodite and MG_Themes
Site: Spanish Stephen King fan forum
Mods: Medal System Mod. BBAntispam 1.2. Several own BBcodes.
 
XusquiSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Work On NewTemplate For Icy 1.2 
 
as i expected i have some problems in IE and only in IE  

see...

opera/firefox

 operaaa_firefiox

IE

 fuc_ie

any idea what this cause ??
 




____________
We are the phpBBorg. Lower your Crackers. Your phpological and forumological distinctivness will be added to our own. Resistance if futile!
 
Edited by Guest, Mon 20 Oct, 2008 13:03: Spelling Optimised for the Search Engine.
LimunSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Work On NewTemplate For Icy 1.2 
 
With IE7,

You're going to have to get used to adding negative padding and margins to pull it shape.

Something like this:

padding:-3px;

margin-top:-3px;

It's difficult to say exactly what you need to do, but I had a lot of the same problems with this WIP, and so far have had to adjust or rewrite a lot of the templates. And still have some to go.

h**p://forum-styles.com/ip-themes/index.php

So try the padding/magin thing, if it don't work - post the header and the css you're using. (Preferably in a .zip file) and someone can take a look at it.  
 
 
 
Back to topPage bottom
Reply with quote Download Post 
Post Re: Work On NewTemplate For Icy 1.2 
 
Really great jobs both Limun's and Lopalong's!!
 




____________
Gabriel Anca
 
KasLimonSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Work On NewTemplate For Icy 1.2 
 
@ Limun

Do you have that theme 'live' on a test site ? If so, can you post the URL to it so that one can have a look with view-source, as it may help to speed up the problem of fixing it. (That's if you haven't already fixed it).

---------------------------------------------------

Thanks Kas,

I should have locked that site as it's ONLY for beta-testing new themes and group styles. That's why just about every template is "open". It might not look the best, but at least it shows where any problems are  

This will be the Main Site. h**p://forum-styles.com/ip/forum.php

And today I'll do an update refresh on that theme.  
 
 
 
Back to topPage bottom
Reply with quote Download Post 
Post Re: Work On NewTemplate For Icy 1.2 
 
hi here is one shoot of portal

i have question for you Lopalong..if is not secret,how did u made that mouse over buttons on your site...

 portal_shoot

and link is here
don't bother at domain the site is empty

<Link Removed>
 




____________
We are the phpBBorg. Lower your Crackers. Your phpological and forumological distinctivness will be added to our own. Resistance if futile!
 
Edited by Guest, Mon 20 Oct, 2008 13:01: Removed Link - Spelling Optimised for the Search Engine.
LimunSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Work On NewTemplate For Icy 1.2 
 
Limun wrote: [View Post]
i have qouestion for you Lopalong..if is not secret,how did u made that mause over buttons on your site...


It's "TOP SECRET"    

Which images - Toplinks, or postbits?

And if you ask the question at my house, I'll post all of the code and requirements for it, so that everyone can use it.

Try this code for your problem. I also don't understand your path including p_blue    Are you hard-coding this?

Code: [Download] [Hide] [Select]
Change:
-----------
<td background="templates/mg_themes/images/p_blue/moj_style/top_header_c.png">

To:
---------
<td class="top_header_c" width="100%">



Put in .css
---------
td.top_header_c {
    background-color: #000000;
    background-image : url(images/p_blue/moj_style/top_header_c.png);
    background-repeat : repeat-x;
    border-collapse: collapse;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

PLAY!

EDIT:

You also want to KILL all of the <td width=??, and image height=x width=x in the .cfg file applicable to p_blue. It only complicates things if there is other .css markup adding padding/margins to images etc.
 
 
 
Back to topPage bottom
Reply with quote Download Post 
Post Re: Work On NewTemplate For Icy 1.2 
 
Hi limun,

I've posted a response to your question here:

h**p://forum-styles.com/ip/in-answe...ere-vp6.html#p6
 
 
 
Back to topPage bottom
Reply with quote Download Post 
Post Re: Work On NewTemplate For Icy 1.2 
 
Nice job guys.

Let me know when you will finish your templates.
 




____________
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: Work On NewTemplate For Icy 1.2 
 
Lopalong wrote: [View Post]
Limun wrote: [View Post]
i have qouestion for you Lopalong..if is not secret,how did u made that mause over buttons on your site...


It's "TOP SECRET"    

Which images - Toplinks, or postbits?

And if you ask the question at my house, I'll post all of the code and requirements for it, so that everyone can use it.

Try this code for your problem. I also don't understand your path including p_blue    Are you hard-coding this?

Code: [Download] [Hide] [Select]
Change:
-----------
<td background="templates/mg_themes/images/p_blue/moj_style/top_header_c.png">

To:
---------
<td class="top_header_c" width="100%">



Put in .css
---------
td.top_header_c {
    background-color: #000000;
    background-image : url(images/p_blue/moj_style/top_header_c.png);
    background-repeat : repeat-x;
    border-collapse: collapse;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

PLAY!

EDIT:

You also want to KILL all of the <td width=??, and image height=x width=x in the .cfg file applicable to p_blue. It only complicates things if there is other .css markup adding padding/margins to images etc.


nothing happend...still same problem in IE
 




____________
We are the phpBBorg. Lower your Crackers. Your phpological and forumological distinctivness will be added to our own. Resistance if futile!
 
LimunSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Work On NewTemplate For Icy 1.2 
 
any help with this about IE ?

BTW...i want to export this style for release and give him hew name....
its edited blue pearl and i don't know how to do it...it just want do export,clone ecc...
 




____________
We are the phpBBorg. Lower your Crackers. Your phpological and forumological distinctivness will be added to our own. Resistance if futile!
 
Edited by Guest, Mon 20 Oct, 2008 13:05: Spelling Optimised for the Search Engine.
LimunSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Work On NewTemplate For Icy 1.2 
 
Limun wrote: [View Post]
any help with this about IE ?

BTW...i want to export this style for relase and give him hew name....
its edited blue pearl and i dont know how to do it...it just want do export,clone ecc...


G'day Limun,

Can you .zip up MG_Themes with your modifications and PM me a link to download it so that I can have a look at it, as it's far too difficult to assume what the other person has done in the way of modifying the .tpl files and the .css, and try to offer ways to fix it.

Cloning: If you have modified any other .tpl files apart from the header and footer, and the .css then you would possibly have to make it a new Group-Theme. If you have only modified those mentioned files, then it could be added to MG_Themes. Either way, the procedures are different to add it to IP.

If you want some help with this, let's sort out the IE problem first.    

 
 
 
 
Back to topPage bottom
Reply with quote Download Post 
Post Re: Work On NewTemplate For Icy 1.2 
 
Lopalong check PM  

Thanks
 




____________
We are the phpBBorg. Lower your Crackers. Your phpological and forumological distinctivness will be added to our own. Resistance if futile!
 
LimunSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Work On NewTemplate For Icy 1.2 
 
Hi Limun,

This should fix it and it's been tested in both IE7 and FF, and all resolutions.  

The logo is no longer part of the header layout, so you will have to create a new logo for it.

You could also rename "top_header_cl.png" to logo.png.

I've left the old logo in place and added some height and width (Which you should remove when you make a new logo for it). So as to give you some idea of what was changed.

The Code:

Code: [Download] [Hide] [Select]
ADD BETWEEN: ##<!-- {GREETING_POPUP} -->##


<table width="100%" border="0" align="center" cellspacing="0" cellpadding="0">
    <tr>
        <td><img border="0" src="{T_IMAGESET_PATH}top_header_l.png" alt="">
        <td class="top_header_c" width="80%"><a href="{U_PORTAL}"><img src="{T_IMAGESET_PATH}top_header_cl.png" height="120px" width="300px" alt="{L_HOME}" title="{L_HOME}"/></a>
        <td class="top_header_c"><!-- BEGIN switch_header_banner --><center>{HEADER_BANNER_CODE}</center><!-- END switch_header_banner --></td>
<td class="top_header_c" width="100%"></td>
        <td align="right" vertical-align="top"><img border="0" src="{T_IMAGESET_PATH}top_header_r.png" alt="">
        </td></td></td>
        </tr>
        </table>


AND: ###<table id="forumtable" width="100%" cellspacing="0" cellpadding="0"> ##


The .CSS ## Just replace the old markup. You could also move this image to p_blue ?##

td.top_header_c {
    background-color: #000000;
    background-image : url(images/p_blue/moj_style/top_header_c.png);
     background-repeat : repeat-x;
    border-collapse:collapse;
}


One other small thing - Every image should have an alt= even if it's only alt="", else it will never pass validation.

Cheers!

Lopalong.
 
 
 
Back to topPage bottom
Post new topic  Reply to topic  Page 1 of 3
Goto page 1, 2, 3  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