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 #18174 by sozzled
:laugh: You've found a genuine defect in Kunena 1.0.10 - the problem wasn't there in K 1.0.9!

I've looked again at the problem that Blazeddc originally reported ( #16857 ) and he appears to have fixed his original problem somehow.

But the fact remains that there's a different problem reported by tamerax that occurs with any K 1.0.10 installation; it can be demonstrated here at www.kunena.com ! If you click the "Go" button at forumjump (drop-down) on the bottom of this page, without making a selection, you'll get the same "You do not have access to this forum!" message, too.
Last edit: 16 years 11 months ago by sozzled.

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

More
16 years 11 months ago - 16 years 11 months ago #18177 by ethan

But the fact remains that there's a different problem reported by tamerax that occurs with any K 1.0.10 installation; it can be demonstrated here at www.kunena.com ! If you click the "Go" button at forumjump (drop-down) on the bottom of this page, without making a selection, you'll get the same "You do not have access to this forum!" message, too.


What should be the correct behaviour when we hit the go without making a selection ?



For the   ,

@ line 1030 AND 1036 of components/com_kunena/class.kunena.php ,

change
Code:
$options[] = mosHTML::makeOption($item->id, kunena_htmlspecialchars($item->treename));

to
Code:
$options[] = mosHTML::makeOption($item->id, $item->treename);
Last edit: 16 years 11 months ago by ethan.

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

More
16 years 11 months ago #18521 by ethan
for the 'bug' of board category, go to default_ex folder, open file showcat.php

@ line about 460, look for
Code:
echo _KUNENA_NO_ACCESS;


with
Code:
mosRedirect('index.php?option=com_kunena&func=listcat', '');


my fix may not work for seo enable site. Please modify accordingly..

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

More
16 years 11 months ago #18522 by tamerax
works great! thanks!!

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

Time to create page: 0.267 seconds