Icy Phoenix 2.0 RC 1 »  Show posts from    to     

Icy Phoenix


News And Announcements - Icy Phoenix 2.0 RC 1



lostanimal [ Thu 24 May, 2012 21:18 ]
Post subject: Re: Icy Phoenix 2.0 RC 1
Yros wrote: [View Post]
it is perfectly safe. you can also open your file my_skin.css and update the beginning instead (safer):
Code: [Hide]
  1. @import url("../common/common.css"); 
  2. @import url("../common/common_dropdown.css"); 
  3. @import url("../common/common_colors.css"); 
  4. @import url("../common/fap.css"); 


great release MG. Very good work.

Edit: May I suggest that Lighting becomes the new default template of Icy Phoenix ? (or at least is incorporated in the default package). It would be really appreciated to be able to start working on a fresh forum with a decent template, and not a simple blank template.


This is also an other option, but in my case (30+ themes) i was too lazy to change all of them.

An other "fix" for those don't like to have limited text area on forum post specially on fluid themes....

max_width

no_max_width

OPEN templates/common/common.css
FIND
Code: [Hide] [Select]
/* Overflows */
.topic-title-hide-flow-header { min-width: 280px; max-width: 680px; overflow: hidden !important; }
.topic-title-hide-flow { min-width: 280px; max-width: 400px; overflow: hidden !important; }
.post-subject { overflow: hidden; white-space: nowrap; max-width: 500px; }
.post-text-hide-flow {
overflow: auto;
max-width: 960px;
}

REPLACE WITH
Code: [Hide] [Select]
/* Overflows */
.topic-title-hide-flow-header { min-width: 280px; max-width: 680px; overflow: hidden !important; }
.topic-title-hide-flow { min-width: 280px; max-width: 400px; overflow: hidden !important; }
.post-subject { overflow: hidden; white-space: nowrap; max-width: 500px; }
.post-text-hide-flow {
overflow: auto;
/* max-width: 960px; */
}


PLS: Can some of the Staff fix my profile to can Post Images ?
I Upload some sample images but you can't see them


spydie [ Thu 24 May, 2012 21:43 ]
Post subject: Re: Icy Phoenix 2.0 RC 1
this is a new option set.

i think, that users can post images and links after having archieved a certan amaunt of posts, set in acp


lostanimal [ Thu 24 May, 2012 22:07 ]
Post subject: Re: Icy Phoenix 2.0 RC 1
I know about this but also i think you can skip this option in some cases...


Joshua203 [ Fri 25 May, 2012 00:18 ]
Post subject: Re: Icy Phoenix 2.0 RC 1
Spydie is right but it's not so hard to skip as you can see, MG kept it very user friendly


TheSteffen [ Fri 25 May, 2012 00:19 ]
Post subject: Re: Icy Phoenix 2.0 RC 1
lostanimal wrote: [View Post]
PLS: Can some of the Staff fix my profile to can Post Images ?
I Upload some sample images but you can't see them

I can set your posts number to 20 posts
It is because of the spamfighter... you can post images, but the URL is broken for "normal" users.
That changed automaticly, if you reach a number of posts. Think it is 10 at IcyPhoenix.com

EDIT: Or maybe 5 posts


lostanimal [ Fri 25 May, 2012 12:47 ]
Post subject: Re: Icy Phoenix 2.0 RC 1
Was 5 posts for sure....


Mighty Gorgon [ Sat 26 May, 2012 10:34 ]
Post subject: Re: Icy Phoenix 2.0 RC 1
argenta wrote: [View Post]
Hello MG
I want to ask you if it is safe to do what the user "lostanimal" suggested,
in order to make use of all the old templates even in this new BETA version

It depends on the style you are updating.

Some styles have also some TPLs which have been edited, so just editing CSS it's not enough / safe.

As a general rule if you don't see any TPL file in the template folder, then it's almost enough doing that.

I have already updated all my templates, but I'm not releasing them until official release, because I don't have the time to update all styles on a regular basis.

Yros wrote: [View Post]
Edit: May I suggest that Lighting becomes the new default template of Icy Phoenix ? (or at least is incorporated in the default package). It would be really appreciated to be able to start working on a fresh forum with a decent template, and not a simple blank template.

I'm still thinking about that... anyway this new template will be available after official release.


zsolti10 [ Sat 26 May, 2012 16:20 ]
Post subject: Re: Icy Phoenix 2.0 RC 1
Mighty Gorgon wrote: [View Post]

Yros wrote: [View Post]
Edit: May I suggest that Lighting becomes the new default template of Icy Phoenix ? (or at least is incorporated in the default package). It would be really appreciated to be able to start working on a fresh forum with a decent template, and not a simple blank template.

I'm still thinking about that... anyway this new template will be available after official release.


I agree with that. I love Frozen Phoenix but i think Lightning is a bit better, especially the xmas version.


lostanimal [ Sat 26 May, 2012 21:42 ]
Post subject: Re: Icy Phoenix 2.0 RC 1
I just Love Hydrogen style.
But it was unable to download it, so i build it using tpl from other styles and after making all changes was necessary to run without problems.

hydrogen

I want to use it as default on my site.


Mighty Gorgon [ Sun 27 May, 2012 10:17 ]
Post subject: Re: Icy Phoenix 2.0 RC 1
Even Hydrogen will be available at a later stage.


lostanimal [ Sun 27 May, 2012 20:12 ]
Post subject: Re: Icy Phoenix 2.0 RC 1
A new fix for posted_img_list_body.tpl applied on repository regarding the problem seen on next images...

Before the fix

before

After the fix

after


OPEN templates/default/posted_img_list_body.tpl

REPLACE ALL WITH
Code: [Hide] [Select]
<!-- INCLUDE overall_header.tpl -->

<form action="{S_ACTION}" name="select_all" method="post">
{IMG_THL}{IMG_THC}<span class="forumlink">{L_PIC_GALLERY}</span>{IMG_THR}<table class="forumlinenb" width="100%" cellspacing="0" cellpadding="0">
<!-- BEGIN pic_row -->
<tr>
<!-- BEGIN pic_column -->
<td width="25%" class="row1g row-center" align="center">
<center>
<table><tr><td><div class="picshadow"><div class="picframe">
<!-- IF S_HIGHSLIDE --><a href="{pic_row.pic_column.PIC_IMAGE}" class="highslide" onclick="return hs.expand(this)"><!-- ELSE --><a href="{pic_row.pic_column.PIC_IMAGE}"><!-- ENDIF --><img src="{pic_row.pic_column.PIC_THUMB}" width="150" alt="{pic_row.pic_column.PIC_NAME}" title="{pic_row.pic_column.PIC_BBC}" /></a>
</div></div></td></tr></table>
</center>
<br />
<span class="genmed"><b>{pic_row.pic_column.PIC_NAME}</b></span>{pic_row.pic_column.PIC_DELETE}<br />
<input class="post" name="{pic_row.pic_column.PIC_BBC_INPUT}" size="20" maxlength="200" value="{pic_row.pic_column.PIC_BBC}" type="text" readonly="readonly" onclick="this.form.{pic_row.pic_column.PIC_BBC_INPUT}.focus(); this.form.{pic_row.pic_column.PIC_BBC_INPUT}.select();" />
</td>
<!-- END pic_column -->
<!-- BEGIN pic_end_row -->
<td width="25%" class="row1g row-center" align="center">&nbsp;</td>
<!-- END pic_end_row -->
</tr>
<!-- END pic_row -->
<tr><td class="cat" colspan="{S_COLSPAN}" align="center" height="28">&nbsp;&nbsp;</td></tr>
</table>{IMG_TFL}{IMG_TFC}{IMG_TFR}
</form>
<table class="empty-table" width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td align="left" valign="bottom" width="70%">&nbsp;</td>
<td align="right" valign="bottom"><span class="gensmall">{PAGE_NUMBER}</span><br /><span class="pagination">{PAGINATION}</span></td>
</tr>
</table>
<br />

<!-- INCLUDE overall_footer.tpl -->


You can see the problem live on IcyPhoenix.com


Yros [ Tue 29 May, 2012 21:03 ]
Post subject: Re: Icy Phoenix 2.0 RC 1
Problem: when Calendar is set up, we can't access group page nor profiles edit.
Code: [Hide]
  1. Fatal error: Call to undefined method stdClass::parse() in /includes/functions_calendar.php on line 395 


Don't have the files nor the time here (i'm not home) to check & suggest a fix, sorry.

Edit: new bug found: in viewtopic.php, the name of the topic (at the top, above "Post a new topic " / " Reply ") isn't the right one. I must precise: the "name" of the topic is wrong (it shows the name of another topic -this is fix, which means in every topic I go I see the same topic name-) BUT the link is right.

You can check it here: http://crazy-house.eg2.fr/viewtopic.php?f=7&p=26#p26
The topic name is " Guild Wars 2 " (check the message) BUT it shows " Vous faƮtes un donjon ? " instead (the topic " Vous faites un donjon ? " contains an event + a calendar alert, does it matter ?)

Edit2: the first bug (about the calendar) is only available when there's an event/topic showed in the calendar. When it's empty there's no problem.


Mighty Gorgon [ Fri 08 Jun, 2012 21:56 ]
Post subject: Re: Icy Phoenix 2.0 RC 1
Thanks for pointing to those bugs... I should have fixed on GIT... I still need to update this website.


Mighty Gorgon [ Fri 08 Jun, 2012 23:00 ]
Post subject: Re: Icy Phoenix 2.0 RC 1
I have updated this website to the new GIT version.

If you are going to update your websites as well, make sure you read this file Icy Phoenix - Readme English, and in particular this section Upgrade From Icy Phoenix 1.3 Or Above, otherwise your old images will be missing.


lostanimal [ Sat 09 Jun, 2012 03:01 ]
Post subject: Re: Icy Phoenix 2.0 RC 1
Nice Job as always MG.
My Site is running now the latest version.
Thanks.


Costa [ Sat 07 Jul, 2012 21:19 ]
Post subject: Re: Icy Phoenix 2.0 RC 1
I think does not support, converting from iso-8859-7 to utf

can anything be done about it?
because the iso-8859-7 was the most common in Greece.


TheSteffen [ Thu 12 Jul, 2012 19:46 ]
Post subject: Re: Icy Phoenix 2.0 RC 1
Hi Costa,

why do you think it is not working?
It should work I guess.

What have you done to test it? Fresh installation or a update of your forum?

This step is necessary to convert your db to utf-8
Mighty Gorgon wrote: [View Post]
7. Copy install/convert_utf8_nodbal.php to your website root and launch it (this is needed to convert your old DB to UTF-8)


Please give us more informations




Powered by Icy Phoenix