- Posts: 7
- Thank you received: 0
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.
Question Auto-Redirect After deleting post
What I am looking for is where the URL is generated that we are auto-directed to after deleting a post
If I delete the first post in a thread, no problems. If I delete the second or another post, the post is deleted but the screen that auto directs me back to the category acts funny.
With all SEF turned off, I am redirected to www.mysite.com/index.php?option=com_kune...unc=showcat&catid=19 . This is also the URL of the Return to Catagory link on the page that you can click if not being auto-directed. Everything works fine.
With SEF turned on, the link on the page I can click works fine and it is www.mysite.com/Discussion-Forums/Main-Forum/Administrators . The link I am auto-redirected to is www.mysite.com/Discussion-Forums/Main-Fo...unc=showcat&catid=19
I found this post: www.kunena.com/forum/139-solved-or-prior...t-be-displayed#27098 but it didnt help.
Since my joomla install is not using a subfolder, I may be able to solve my problem by adding a leading slash '/' to this URL unless I come up with something more elegant.
So, where is the URL is being generated that we are auto-directed to after deleting a post.
Thanks for your time.
Please Log in or Create an account to join the conversation.
When you click Delete on a post, you you are sent to a page where you confirm the delete and if you want to delete associated files. When you click "Submit" to confirm the delete action, the post & files are deleted and you are presented with another page. On this page there is a link you can click to go back to the category, but you are also auto-redirected to the category page. Where are these links back to the category generated, specifically the one used to auto-redirect.
Please Log in or Create an account to join the conversation.
- cXc
-
- New Member
-
- Thank you received: 0
Please Log in or Create an account to join the conversation.
line 959
and line 376 - 384components / com_kunena / template / default / post.php
Regardscomponents / com_kunena / lib / kunena.link.class.php
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.