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

This category contains miscellaneous, uncategorised user contributions, (templates, modules, plugins and hacks) relating to older versions of Kunena that are no longer supported.

The topics in this category are for historical interest only. Owing to the structural changes that occurred in K 1.7, many of the ideas in these topics will not work with later versions and, for that reason, the topics are locked.

Question Uploaded Files Browser in frontend

More
15 years 2 months ago #84538 by fabricebaro
I would like to offer access to the "Uploaded Files Browser" in the front end. What is the best way to achieve that?

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

More
15 years 2 months ago #84821 by fabricebaro
A not very refined way is to use the FolderReader extension. I set the Directory server path to media\kunena\attachments\. Then in the mode_one.php I changed
Code:
if (!$files = JFolder::files ( $dirpath , $include , false, true, array ( 'index.html' ) )) {
to
Code:
if (!$files = JFolder::files ( $dirpath , $include , true, true, array ( 'index.html' ) )) {
.
The third parameter allows the "files" to be recursive.

Anyone has a more refined solution?

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

Time to create page: 0.234 seconds