- Posts: 6
- Thank you received: 0
Kunena 7.0.4 Released
The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0
Question Postimage pics to local storage ?
Migrating from a provider and limited diskspace to one that offers plenty diskspace.
The limited diskspace situation led to the choice to host pics on Postimage.org.
The risk here is that when Postimage quits, or for some other reason the images are lost,
the forum loses all images.
I see this too often :
Now that we have plenty space i am looking to download all pics to local storage, and replace all links to these Postimage pics with links to the downloaded ones on local storage.
Is there a way to do so using a script, plugin or some other method ?
Your help is appreciated !
Please Log in or Create an account to join the conversation.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
sozzled wrote: It is possible to "hotlink" images—images stored on other sites (e.g. postimage.org)—in Kunena. You should also remember that "hotlinking" images may be illegal in some parts of the world.
Thank you, hotlinking is what has been used here for a long time.
Postimage is intended specifically for that purpose.
Source : About Postimage.org
Postimage.org was founded in 2004 to provide forums with an easy way to upload images for free. Postimage is a very simple, fast, reliable free image host. It's perfect for linking to auctions, message boards, blogs, and other websites.
The worry i have, is that if Postimage stops - my forum loses all images in all threads.
What i am looking for, is an automated way of
- checking all messages in the forum for the presence of a Postimage link
- download this picture to local storage,
- replace the Postimage link with one to the downloaded picture.
Effectively eliminating all hotlinks this way and not have to rely on a Postimage server for all pics in my forum.
Would you have knowledge of a SQL script, plugin or other method to accomplish this ?
Please Log in or Create an account to join the conversation.
sozzled wrote: It is possible to "hotlink" images—images stored on other sites (e.g. postimage.org)—in Kunena. You should also remember that "hotlinking" images may be illegal in some parts of the world.
For those Kunena software users affected by such lawgiving, a module to do just this would be a valuable cleanup tool.
Even more if it could be scheduled. If it does not exist maybe this qualifies for a feature request
Please Log in or Create an account to join the conversation.
Yes, that's what will happen and—as you stated at the beginning—you were aware of the calculcated risks in the first place.reefer wrote: The worry I have, is that if Postimage stops - my forum loses all images in all threads.
There is no existing "script" (as you called it) to locate all occurrences of "postimage.org" embedded within the image tags of your forum messages but you could write an SQL query to search the _kunena_messages_text table, something like:
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
sozzled wrote: Yes, that's what will happen and—as you stated at the beginning—you were aware of the calculcated risks in the first place.
I was aware of the risk - it was not my decision.. but, as is often the case in IT, i inherited this and am looking to solve it.
Thank you for your replies, you're the only one that responded out of 16K viewers.
Still hoping someone has a solution !
Please Log in or Create an account to join the conversation.