Icy Phoenix
Old Styles Topics - iThemes Themes For IP 1.2.0.27
Mighty Gorgon [ Sat 26 Apr, 2008 22:37 ]
Post subject: iThemes Themes For IP 1.2.0.27
Hi all,
I'm finally glad to announce that we have completed porting of iThemes templates.
I have decided to create a common base for all themes and then use only CSS and images to customize each template... this will ensure an higher compatibility with
mg_themes and will make future upgrades really easy.
In the process of porting the themes I have been helped really much by two great guys which I want to thanks.
- hpl who helped me with the basic CSS structure and porting the first themes.
- DWho who helped in porting many of the remaining themes.
Since the new themes are 60... it is likely that some minor bugs are still there awaiting...
Please report in this forum any bug you will find.
The installation process is very easy if you follow these instructions...
- Each theme is composed by two parts: iThemes Root (Nuke) and the theme itself (CSS and IMAGES).
- To install any theme you need to install iThemes Root (Nuke) that can be found in the downloads section (if you don't install this you won't be able to install any other iThemes theme).
- After having installed iThemes Root (Nuke) you can then download and install any other theme in that section.
- Upload all files and go in ACP => STYLES & TEMPLATES => STYLES MANAGEMENT to install the new styles.
- Enjoy your new themes.
Last but not least, I would like to thank you
muratti aka
FortKnox aka
iThemes aka
Fabio for creating such a bunch of themes and letting us porting them.
Should you be interested in his work or maybe just drop in and thank him, please visit his site:
http://www.ithemes.eu/
And finally... here is the Downloads link:
iThemes Downloads
Enjoy!
gearhead [ Sat 26 Apr, 2008 23:38 ]
Post subject: Re: IThemes Themes For IP 1.2.0.27
Thank you guys so much. I really like Muratti's themes. I love the Pearl in the meantime, it's the best looking overall, but a close second is FKvista.
I hope one day they will come back with the "glass" style. I really liked those from phpbb2.
gearhead [ Sun 27 Apr, 2008 05:36 ]
Post subject: Re: IThemes Themes For IP 1.2.0.27
Wow, FK simple works great! The only thing I noticed, is that maybe in .css, while posting a message, the "save" button stays white, but not a big deal!!
Update: FK Vista has the same minor issue with I think it would be .css
Browser: Firefox. Going to check with MSN browser. Update: same with 2nd browser. (MSN)
With activity mod, IP ver. 1.2.0.27 works better than ever! Many thanks.
P.S. MG Porting of iThemes to 1.2.0.27 saves webspace, is concise, and very neat re-install!
Limun [ Sun 27 Apr, 2008 08:57 ]
Post subject: Re: IThemes Themes For IP 1.2.0.27
Thank you very much MG
KugeLSichA [ Sun 27 Apr, 2008 12:09 ]
Post subject: Re: iThemes Themes For IP 1.2.0.27
great news...
thanks to all ithemes workers
buldo [ Mon 28 Apr, 2008 18:02 ]
Post subject: Re: iThemes Themes For IP 1.2.0.27
Many thanks again, MG!
roco [ Wed 30 Apr, 2008 16:44 ]
Post subject: Re: IThemes Themes For IP 1.2.0.27
Yessss ..... This is good news for us, and will help also IP to became more popular.
TheSteffen [ Fri 02 May, 2008 18:02 ]
Post subject: Re: iThemes Themes For IP 1.2.0.27
Good news and thanks to all ithemes worker.
KasLimon [ Sun 04 May, 2008 15:56 ]
Post subject: Re: IThemes Themes For IP 1.2.0.27
Thanks!
Very nice templates
Remagine_AF [ Tue 06 May, 2008 22:56 ]
Post subject: Re: IThemes Themes For IP 1.2.0.27
are they all for icy phoenix?
buldo [ Tue 06 May, 2008 23:08 ]
Post subject: Re: iThemes Themes For IP 1.2.0.27
are they all for icy phoenix?
ONLY for Icy Phoenix!!
Remagine_AF [ Tue 06 May, 2008 23:33 ]
Post subject: Re: IThemes Themes For IP 1.2.0.27
are they all for icy phoenix?
ONLY for Icy Phoenix!!
WOW!, amazing, I guessed xD.
But, forgive my ignorance, i didn't understand 'iThemes', this is the reason why I didn't understand if the templates are for Icy xDD.
buldo [ Fri 09 May, 2008 15:09 ]
Post subject: Re: iThemes Themes For IP 1.2.0.27
But, forgive my ignorance, i didn't understand 'iThemes', this is the reason why I didn't understand if the templates are for Icy xDD.
iThemes stands for "Italian Themes", they develop themes for differents CMS/board.
New Player [ Fri 23 May, 2008 15:13 ]
Post subject: Re: IThemes Themes For IP 1.2.0.27
with opera as browser I can't click a checkbox like the automatic login checkbox. i hope you fix that bug.
i using the fk arancio
DWho [ Sat 24 May, 2008 10:42 ]
Post subject: Re: IThemes Themes For IP 1.2.0.27
Hi
heres a quick fix... the wrong colour was used..
open style_arancio.css and find
input, textarea, select {
color: #FFFFFF;
border-top: 1px solid #303030;
border-bottom: 1px solid #000000;
border-left: 1px solid #303030;
border-right: 1px solid #000000;
}
replace with
input, textarea, select {
color: #000;
border-top: 1px solid #303030;
border-bottom: 1px solid #000000;
border-left: 1px solid #303030;
border-right: 1px solid #000000;
}
that will do it..
New Player [ Sat 24 May, 2008 10:55 ]
Post subject: Re: IThemes Themes For IP 1.2.0.27
oh many thanks
it work's
DWho [ Sat 24 May, 2008 11:44 ]
Post subject: Re: IThemes Themes For IP 1.2.0.27
cool
Lopalong [ Sun 25 May, 2008 14:32 ]
Post subject: Re: IThemes Themes For IP 1.2.0.27
A couple of things,
overall_footer.tpl
These either break the shadows, or the footer itself.
Find x2: width="250"
Change to: width="25%"
Find: </body>
Move to: above </html>
Find: {BOTTOM_HTML_BLOCK}
Move to above: </body>
{THIS_TPL_NAME} (From Memory) Doesn't show anything ?
###########
All .css files have:
input.altoption, * html input.altoption {
border: solid 1px #888888;
color: #225566;
}
missing as a block?
Find: input.post, textarea, select, input.liteoption {
Replace: input.post, textarea, select, input.liteoption, input.altoption {
Find: input.post:hover, textarea:hover, select:hover, select:focus, input.liteoption:hover, input.mainoption:hover {
Replace: input.post:hover, textarea:hover, select:hover, select:focus, input.liteoption:hover, input.mainoption:hover, input.altoption:hover {
Find: input.post:focus, textarea:focus {
Replace: input.post:focus, textarea:focus, input.altoption:focus {
That's all for now.
New Player [ Mon 02 Jun, 2008 15:18 ]
Post subject: Re: IThemes Themes For IP 1.2.0.27
I have read today my error log from the server. one entry is all too often.
- [Mon Jun 02 14:18:58 2008] [error] [client 77.xxx.xxx.xx] File does not exist: /home/www/xxxx/html/merchant-haven/templates/fk_themes/images/fk_arancio, referer: http://www.merchant-haven.de/templates/fk_themes/style_arancio.css
I have look into the style_arancio.css but I can't find the mistake. Can somebody look at this file?
Lopalong [ Tue 03 Jun, 2008 16:13 ]
Post subject: Re: IThemes Themes For IP 1.2.0.27
In the style_*.css find:
/* pagination */
.gotopage a, .gotopage a:visited, .pagination a, .pagination a:visited {
color: #FFFFFF;
border: #222222 1px solid;
padding: 1px;
background: #222222 url(images/fk_arancio/bg_th.gif) top left repeat-x;
}
Change: fk_arancio
To: arancio
New Player [ Wed 04 Jun, 2008 09:00 ]
Post subject: Re: IThemes Themes For IP 1.2.0.27
thanks again
it work fine
off topic:
the style racing on your board is very good
where i can download it? or is this sytle in beta phase? when it's in beta phase, i can help you to check it
Lopalong [ Wed 04 Jun, 2008 12:14 ]
Post subject: Re: IThemes Themes For IP 1.2.0.27
Off Topic answer:
The racing style is being made for someone in particular for a few $$. When! I finish it?.
New Player [ Wed 04 Jun, 2008 12:17 ]
Post subject: Re: IThemes Themes For IP 1.2.0.27