Kunena 6.4.8 Released

The Kunena team has announce the arrival of Kunena 6.4.8 [K 6.4.8] in stable which is now available for download as a native Joomla extension for J! 5.0.x/5.1.x/5.2.x/5.3.x/5.4.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 6.4
Important note: Go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated. This is particularly necessary for major version jumps so that the table changes are adapted.

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
14 years 11 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
14 years 11 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.556 seconds