Kunena 7.0.8 Released

The Kunena team has announce the arrival of Kunena 7.0.8 [K 7.0.8] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.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

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 Auto redirect back to post

More
16 years 11 months ago - 16 years 11 months ago #28630 by Japie Gijs
Is it possible to auto redirect DIRECT back to your post after you pressed submit.
I've looked all over the standard configuration, but couldn't find anything that has something to do with this issue.
Last edit: 16 years 11 months ago by Japie Gijs.

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

More
16 years 11 months ago - 16 years 11 months ago #28650 by skillless
/components/com_kunena/template/default/js/kunenaforum.js
/components/com_kunena/template/default/js/kunenaforum.min.js
Code:
function kunenaRedirectTimeout(redirecturl, timeout) { var redirect_timeout = setTimeout("location='"+redirecturl+"'", 1500); jQuery("body").bind("click", function(e) { clearTimeout(redirect_timeout); } ); }

change 1500 to 0
Last edit: 16 years 11 months ago by skillless.

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

Time to create page: 0.255 seconds