Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.5 [K 7.0.5] 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.

The Kunena team is also pleased to announce the eleventh version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.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.

Question Delete Multiple Posts

More
16 years 7 months ago #29717 by ckayfish
When we select multiple posts from "Recent Discussions", choose delete these posts, and click Go, the posts are deleted and it returns us to index.php. We dont want to leave Kunena when a user performs this fuction. Does anyone know in what file (and preferably where :) ) this is handled, specifically where it tells the browser to go to index.php after deleting multiple posts.

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

More
16 years 7 months ago #30186 by Matias
Replied by Matias on topic Re: Delete Multiple Posts
Fixed in K1.5.6:
# [#17787] Redirect in Bulk delete is not working

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

More
16 years 7 months ago #30386 by okynnor
Replied by okynnor on topic Re: Delete Multiple Posts
I installed the new version K1.5.6 but the error 404 page not found still remins. Would you tell me where it tells the browser to go to the index.php after deleting multiple posts as an administrator under "recent discussions"?

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

More
16 years 7 months ago #30399 by Matias
Replied by Matias on topic Re: Delete Multiple Posts
Can you provide me URL of this broken link/page? I will try to look the function tomorrow.

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

More
16 years 7 months ago #30523 by ckayfish
Replied by ckayfish on topic Re:Delete Multiple Posts
It now works fine with sh404SEF turned off. With it turned on the URL is same as before /forums/index.php (where /forums is the root of Kunena). Is the URL being built with JRoute::?

If you can let me know where this is being controlled I can see if I can fix this myself and share my experience.

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

More
16 years 7 months ago #30541 by xillibit
Replied by xillibit on topic Re:Delete Multiple Posts
Hello,

This is managed in the file components/com_kunena/template/default_ex/flat.php with the code following :
Code:
// url of current page that user will be returned to after login if ($query_string = JRequest::getVar('QUERY_STRING', '', 'SERVER')) { $Breturn = 'index.php?' . $query_string; } else { $Breturn = 'index.php'; }

I don't provide support by PM, because this can be useful for someone else.

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

Time to create page: 0.244 seconds