- Posts: 5
- Thank you received: 0
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
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!
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.
16 years 7 months ago #29932
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Re:Only Admin can access threads and categories.
Hello,
Do you use a sef component or the sef system integrated into Joomla! ?
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.
16 years 7 months ago - 16 years 7 months ago #29964
by Madzsar
Replied by Madzsar on topic Re:Only Admin can access threads and categories.
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.
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.
16 years 7 months ago #29965
by Madzsar
Replied by Madzsar on topic Re:Only Admin can access threads and categories.
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
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.
16 years 7 months ago #29968
by Madzsar
Replied by Madzsar on topic Re:Only Admin can access threads and categories.
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...
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.
16 years 6 months ago #30011
by @quila
Replied by @quila on topic Re:Only Admin can access threads and categories.
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
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