Icy Phoenix

     
 

Icy Phoenix 1.3.11.64

Icy Phoenix 1.3.11.64

Article
Reply with quote    Download Post  
Post Re: Icy Phoenix 1.3.11.64 
 
OPEN lang_faq.php
FIND
Code: [Download] [Hide] [Select]
<a href=\"downloads.php\">

REPLACE WITH
Code: [Download] [Hide] [Select]
<a href=\"dload.php\">




 
TheSteffen - View user's profile Send private message  
TheSteffen [ Fri 14 Jan, 2011 15:03 ]
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us


Icy Phoenix 1.3.11.64

Comments
Reply with quote    Download Post  
Post Re: Icy Phoenix 1.3.11.64 
 
TheSteffen wrote: [View Post]
OPEN lang_faq.php
FIND
Code: [Download] [Hide] [Select]
<a href=\"downloads.php\">

REPLACE WITH
Code: [Download] [Hide] [Select]
<a href=\"dload.php\">


This is for ???



 
spydie - View user's profile Send private message  
spydie [ Fri 14 Jan, 2011 16:16 ]
Reply with quote    Download Post  
Post Re: Icy Phoenix 1.3.11.64 
 
lang_faq.php  

language/lang_yourlang/lang_faq.php
I think it is for all langs because the file downloads.php doesn't exist in icyphoenix



 
TheSteffen - View user's profile Send private message  
TheSteffen [ Fri 14 Jan, 2011 16:28 ]
Reply with quote    Download Post  
Post Re: Icy Phoenix 1.3.11.64 
 
downloads advanced is a plugin.

you´ll find it in extras in svn.

that´s probably why i don´t have this Bug. i´m using dl advanced



 
spydie - View user's profile Send private message  
spydie [ Fri 14 Jan, 2011 16:39 ]
Reply with quote    Download Post  
Post Re: Icy Phoenix 1.3.11.64 
 
Ah OK, you are right... if you use the plugin it is working fine.
So we should find a way to work arround or simple delete this link  



 
TheSteffen - View user's profile Send private message  
TheSteffen [ Fri 14 Jan, 2011 16:54 ]
Reply with quote    Download Post  
Post Re: Icy Phoenix 1.3.11.64 
 
hm

another idea.

add thumbnail cache cleaning in cron.

I´m curently working on a mod to add this to 1.3.0.53, cause some users asked for it.

I´ll post it here , when it´s done.

But i need some feedback, of what you think it´s better.

adding it as an aditional cron file or adding it directly to cron config in ACP



 
spydie - View user's profile Send private message  
spydie [ Mon 17 Jan, 2011 13:30 ]
Reply with quote    Download Post  
Post Re: Icy Phoenix 1.3.11.64 
 
Error in update to 255.

looks like theres something missing in update script, or not getting executed well.

i get this after update:
Spoiler: [ Show ]


I fixed this, changing the name of column IP_BLOCKS - BLOCKS_SETTINGS_ID to BS_ID direktly in the database


@MG: Your missing to rename this table in update script



 
spydie - View user's profile Send private message  
spydie [ Sun 23 Jan, 2011 11:51 ]
Reply with quote    Download Post  
Post Re: Icy Phoenix 1.3.11.64 
 
@ spydie: regarding cleaning thumbs cache, I would not empty it so often... that is needed to speed up page loadings, and images doesn't change in time (you delete them and they will be re-created identical! resources waste), so in my opinion there is no need to empty thumbnails unless that is for a very good reason.

Finally regarding the "missing rename" I guess the issue is linked to the fact that I didn't upgrade version number... so if you are going to update manually you need to force the version you are starting from... or manually change your current version in config table (decrease by one).



 
Mighty Gorgon - View user's profile Send private message  
Mighty Gorgon [ Thu 03 Feb, 2011 12:26 ]
Reply with quote    Download Post  
Post Re: Icy Phoenix 1.3.11.64 
 
well.

I did that mod for one of my users anyway, working well.

he requested it, because he´s using PSP signatures, and thats images , that need to update frequently.

I did know about that issue, and i recomended the users , not to use that option to often, because of resources.

But you know well. If it´s requested, we do it, even if we wan´t use it ourselfes



 
spydie - View user's profile Send private message  
spydie [ Thu 03 Feb, 2011 15:24 ]
Reply with quote    Download Post  
Post Re: Icy Phoenix 1.3.11.64 
 
You should have told me that before!  

I have created a special function for images that don't need to be cached (but I don't remember if it works also for IP 1.3).

You just need to use this BBCODE:

Code: [Download] [Hide] [Select]
[img cache=false]YOURIMAGE[/img]


And the image included won't be cached at all.



 
Mighty Gorgon - View user's profile Send private message  
Mighty Gorgon [ Thu 03 Feb, 2011 15:47 ]
Reply with quote    Download Post  
Post Re: Icy Phoenix 1.3.11.64 
 
Good to know that, But try to explain that to Noob Users. The Admin might know about it, But you can´t check all the signatures of your Users



 
spydie - View user's profile Send private message  
spydie [ Thu 03 Feb, 2011 18:06 ]
Reply with quote    Download Post  
Post Re: Icy Phoenix 1.3.11.64 
 
Maybe with sql in db like
search in _sig find [img] and replace it with [img cache=false]

Than you only have to care about new members  



 
TheSteffen - View user's profile Send private message  
TheSteffen [ Thu 03 Feb, 2011 18:53 ]
Reply with quote    Download Post  
Post Re: Icy Phoenix 1.3.11.64 
 
got another idea.

add a boton to bbcodes and write some forum rules with image explanation into signature page



 
spydie - View user's profile Send private message  
spydie [ Thu 03 Feb, 2011 20:13 ]
Reply with quote    Download Post  
Post Re: Icy Phoenix 1.3.11.64 
 
There are some switches in BBCode which let the class knows if you are dealing with signatures or not...

Code: [Download] [Hide] [Select]
$bbcode->is_sig = true;


You can play with this check and create a special case in IMG parsing to force cache... it should not be tough... have a play!  



 
Mighty Gorgon - View user's profile Send private message  
Mighty Gorgon [ Fri 11 Feb, 2011 10:33 ]
Reply with quote    Download Post  
Post Re: Icy Phoenix 1.3.11.64 
 
got a problem with adm/erc.php

It just wan´t update template settings, I just get an error from the request.

 erc_1297427897_456994

someone confirm this ??



 
spydie - View user's profile Send private message  
spydie [ Fri 11 Feb, 2011 13:38 ]
Display posts from previous:    

HideWas this topic useful?

Post new topic  Reply to topic  Page 8 of 9
Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9  Next