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

Question Forum jump not working correctly...

More
16 years 11 months ago - 16 years 11 months ago #17500 by kmilos
sozzled wrote:

@kmilos: what Kunena template are you using?


default_ex

I'll keep an eye on the other thread, thanks.
Last edit: 16 years 11 months ago by kmilos.

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

More
16 years 11 months ago #18167 by tamerax
i'm getting this issue and i can't find the code ethan mentioned.

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

More
16 years 11 months ago #18169 by sozzled
G'day, tamerax :)

The code is there in K 1.0.10's ../components/com_kunena/class.kunena.php file. Open the file in Notepad and search for jumpto and you'll find it. It's at about line 1044. B)

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

More
16 years 11 months ago #18171 by tamerax
ok..i wanna confirm:

so this:
Code:
$parent = mosHTML::selectList($options, 'catid', 'class="inputbox fbs" size="1" onchange = "if(this.options[this.selectedIndex].value > 0){ forms[\'jumpto\'].submit() }"', 'value', 'text', $catid);

to this:
Code:
$parent = mosHTML::selectList($options, 'catid', 'class="inputbox fbs" size="1" onchange = "if(this.options[this.selectedIndex].value > 0){ this.form.submit() }"', 'value', 'text', $catid);

thanks! :D:D

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

More
16 years 11 months ago #18172 by sozzled

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

More
16 years 11 months ago - 16 years 11 months ago #18173 by tamerax
still getting the "You do not have access to this forum!" message

i should also point out i'm getting only when i click on OK for "Board Categories"
Last edit: 16 years 11 months ago by tamerax.

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

Time to create page: 0.243 seconds