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 Custom fbfiles directory?

More
17 years 2 weeks ago #11905 by Jacquesvw
Hi,

I would like to move "/media/kunena/attachments/legacy" and all it's contents to the following: "/documents/fbfiles"

Where can I set this or do I have to edit the path in the source somewhere?

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

More
17 years 2 weeks ago - 17 years 2 weeks ago #12068 by Matias
Replied by Matias on topic Re:Custom fbfiles directory?
In components/com_kunena/class.kunena.php around line 200:
Code:
// Kunena uploaded files directory define('KUNENA_ABSUPLOADEDPATH', KUNENA_JABSPATH . '/media/kunena/attachments/legacy'); define('KUNENA_LIVEUPLOADEDPATH', KUNENA_JLIVEURL . '/media/kunena/attachments/legacy');

It may or may not work. It will also break all existing files/images if you don't modify your database, too.
Last edit: 17 years 2 weeks ago by Matias.

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

More
17 years 2 weeks ago #12073 by Jacquesvw
Thanks, Matias.

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

Time to create page: 0.293 seconds