Kunena 7.0.8 Released

The Kunena team has announce the arrival of Kunena 7.0.8 [K 7.0.8] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.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

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Solved Kunena BBCode parse no [img size=

More
13 years 11 months ago - 13 years 11 months ago #131977 by Niels85

sozzled wrote: A quick question: did you remember to copy the attached images from the old site and put them into the new site? Did you also put the attachments into the correct folders> Each user has their own folder for attachments.

Niels85 wrote: mkdir images/fbfiles
mkdir images/fbfiles/avatars
mkdir images/fbfiles/attachments
mkdir images/fbfiles/attachments/images
mkdir images/fbfiles/attachments/files
cp ../old_cms/images/fbfiles/avatars/* -R images/fbfiles/avatars/
cp ../old_cms/images/fbfiles/images/* -R images/fbfiles/attachments/images
cp ../old_cms/images/fbfiles/files/* -R images/fbfiles/attachments/files


Yes i did it. the attachment are in joomla 2.5 in media/kunena/attachments
legacy for the old attachments from joomlaboard etc.
and media/kunena/attachments/userid for new uploads.

And for the link in messages_text i update message in the database, when the url change (testing/localhost/etc.):
Code:
UPDATE j25_kunena_messages_text SET message= replace(message,'http://oldurl','http://newurl')

it works for me.
Last edit: 13 years 11 months ago by Niels85.

Please Log in or Create an account to join the conversation.

Time to create page: 0.257 seconds