Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 8 of 9
Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9  Next
 
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
Often SEARCH is the quickest way to get support.
IcyPhoenix German Support
 
TheSteffenSend 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: 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 ???
 




____________
Out of Order
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
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
Often SEARCH is the quickest way to get support.
IcyPhoenix German Support
 
TheSteffenSend private message  
Back to topPage bottom
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
 




____________
Out of Order
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
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
Often SEARCH is the quickest way to get support.
IcyPhoenix German Support
 
TheSteffenSend private message  
Back to topPage bottom
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
 




____________
Out of Order
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
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
 




____________
Out of Order
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
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).
 




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




____________
Out of Order
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
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.
 




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




____________
Out of Order
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
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
Often SEARCH is the quickest way to get support.
IcyPhoenix German Support
 
TheSteffenSend private message  
Back to topPage bottom
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
 




____________
Out of Order
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
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!  
 




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




____________
Out of Order
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
Post new topic  Reply to topic  Page 8 of 9
Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9  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