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

This is for users to help other users, to discuss topics that are related to forum administration in general or problems in running Joomla. This is not the place to ask for Joomla support. If you want assistance with Joomla please ask at forum.joomla.org

Question [Merged topic] You are not authorised to view this resource

More
16 years 7 months ago - 15 years 7 months ago #29921 by Madzsar
Hi
If I open forum like admin all is OK
but like a registered user get error-
403 - You are not authorised to view this resource.

any link from forum goes to ...&Itemid=183
if I change it to &Itemid=184 it works fine...
so, somewhere there1s a conflict.
Can I change Itemid from 183 to 184?
or there's another method to set this bug
Thans a lot!
Last edit: 15 years 7 months ago by sozzled. Reason: Merged topic; changed subject to improve search relevance

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

More
16 years 7 months ago #29932 by xillibit
Hello,

Do you use a sef component or the sef system integrated into Joomla! ?

I don't provide support by PM, because this can be useful for someone else.

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

More
16 years 7 months ago - 16 years 7 months ago #29964 by Madzsar
Thx for answer.
No, I don't use sef...

You see My link to forum looks like
.../index.php?option=com_kunena&Itemid=184 it appears well.
But any link on forum (category, thread, discussions etc ALL links) looks like
/index.php?option=com_kunena&Itemid=183
After click I get error. but if I correct Itemid from 183 to 184 it works...
agin links bad, again after correction it's ok...
Need help.
thanks.
Last edit: 16 years 7 months ago by Madzsar.

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

More
16 years 7 months ago #29965 by Madzsar
Hi again!
In class.kunena.php file line
define("KUNENA_COMPONENT_ITEMID_SUFFIX", "&Itemid=" . KUNENA_COMPONENT_ITEMID);
have changed to:
define("KUNENA_COMPONENT_ITEMID_SUFFIX", "&Itemid=184");
and it resolved a problem. Is it a right way???
so, think problem is here.
hanks

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

More
16 years 7 months ago #29968 by Madzsar
jaaa
as well line:
define("KUNENA_PROFILE_LINK_SUFFIX", "index.php?option=com_kunena&func=fbprofile&Itemid=" . KUNENA_COMPONENT_ITEMID . "&userid=");
have changed to:
define("KUNENA_PROFILE_LINK_SUFFIX", "index.php?option=com_kunena&func=fbprofile&Itemid=184&userid=");
to make possible profile open...

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

More
16 years 6 months ago #30011 by @quila
Hi Madzsar,

this is not a right way to solve your problem. Later you can have problems when you update Kunena.

Try to delete link to forum and create new one in Joomla menu.

Regards

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

Time to create page: 0.262 seconds