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

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 Autoredirect

More
16 years 3 months ago - 16 years 3 months ago #37170 by Elma
Autoredirect was created by Elma
auto-redirect-back-to-post (previous post)

I tried to do this. Although with the new update I think it has had a location change? could someone tell me what location the file is in now?
Last edit: 16 years 3 months ago by Elma.

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

More
16 years 3 months ago #37171 by sozzled
Replied by sozzled on topic Re:Autoredirect
The files are still the same:

../components/com_kunena/template/default/js/kunenaforum.js
../components/com_kunena/template/default/js/kunenaforum.min.js

You need to search for the Javascript function kunenaRedirectTimeout(redirecturl, timeout) which now looks like this:
Code:
function kunenaRedirectTimeout(redirecturl, timeout) { var redirect_timeout = setTimeout("location='"+redirecturl+"'", 3500); jQuery("body").bind("click", function(e) { clearTimeout(redirect_timeout); } ); }
Change the 3500 to 0.

FYI: This will probably be unnecessary after Kunena 1.6. B)

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

More
16 years 3 months ago #37172 by Elma
Replied by Elma on topic Re:Autoredirect
Thanks Sozzled!

Works like a charm indeed!

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

More
16 years 3 months ago #37696 by vhvandal
Replied by vhvandal on topic Re:Autoredirect
Thanks Sozzled!!!

I was lookin' for this

It works perfectly!! :cheer:

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

Time to create page: 0.256 seconds