Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.5 [K 7.0.5] 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.

The Kunena team is also pleased to announce the eleventh version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.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 Forums "Disappear" When Not Logged In

More
14 years 9 months ago - 14 years 9 months ago #103640 by Griz44
Configuration report below.

For some reason, my forums are not showing up at all to non-logged-in visitors. I've double checked my settings...public viewing, etc...all appear correct. When I log in, the forums all appear. When I log out, it just says "There are no categories in the section!" It doesn't give me any privacy messages or anything like that. It's just like the forums disappear when I log out. This one is driving me nuts. :evil:




This message contains confidential information

Database collation check: The collation of your table fields are correct

Legacy mode: Disabled | Joomla! SEF: Enabled | Joomla! SEF rewrite: Disabled | FTP layer: Disabled |

This message contains confidential information
htaccess: Exists | PHP environment: Max execution time: 30 seconds | Max execution memory: 64M | Max file upload: 64M

This message contains confidential information

Joomla default template details : gk_memovie | author: GavickPro | version: 1.3 | creationdate: 12 April 2011

Kunena default template details : Blue Eagle (default) | author: Kunena Team | version: 1.6.5 | creationdate: 2011-07-27

Kunena version detailled: Installed version: 1.6.5 | Build: 5005 | Version name: Babel | Kunena detailled configuration:

Warning: Spoiler!

Third-party components: Jomsocial 2.2.4

Third-party SEF components: None

Plugins: System - Mootools Upgrade: Disabled | System - Mootools12: Disabled | Kunena Search 1.6.4 | My Kunena Forum Posts 1.6.4

Modules: Kunena Latest 1.6.4 | Kunena Stats 1.6.4 | Kunena Login 1.6.4

Last edit: 14 years 9 months ago by sozzled. Reason: Change topic icon

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

More
14 years 9 months ago #103643 by sozzled
Check the permissions on your Kunena menu items. The should look something like these:


The other thing that can affect your forum is if, and how, you have modified J! 1.7 permissions settings. J! 1.7 permissions are "tricky" and you should only change these things if you really know what you are doing; otherwise, just leave J! 1.7 permissions the way that they were originally set when you first installed Joomla 1.7.

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

More
14 years 9 months ago - 14 years 9 months ago #103647 by Griz44

UPDATE: I have reverted to all the default Groups, ACL's and Category access levels (all public). I have eliminated the Guest group...everything. There is still no forum visibility for a non-logged in user.

Could any simple Kunena configuration parameters that I may have missed cause this? Here are my settings for the ones I assume matter:
>> Allow Guests to post/write - NO
>> Registered Users Only - NO

I'm getting a bit desperate on this issue. :sick: I'd really appreciate any help you can provide. :)

All of my categories, with the exception of one sub-sub-sub-category, are public.

But I will say this, the problem seemed to start (I'm not 100%) certain, when I set up a Guest group so a couple of modules would disappear for logged-in users. But I got so frustrated, I removed the Guest group and Access Level completely but nothing changed.

I do have some additional groups and permissions. Is it possible you could take a look if I give you back-end access? (I'm considering removing all groups/acls I've added to see if that solves the problem, but _everything_ on the site is working perfectly EXCEPT that guests cannot see the forums. I'd prefer not to start over with my groups/acls again. They are an important part of the way my site functions.)

Thanks.

Griz (Steve)

sozzled wrote: Check the permissions on your Kunena menu items. The should look something like these:



The other thing that can affect your forum is if, and how, you have modified J! 1.7 permissions settings. J! 1.7 permissions are "tricky" and you should only change these things if you really know what you are doing; otherwise, just leave J! 1.7 permissions the way that they were originally set when you first installed Joomla 1.7.

Last edit: 14 years 9 months ago by Griz44.

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

More
14 years 9 months ago #103801 by Matias
If you created Guest group, it's obvious that they are not showing up (they are in another part of the ACL tree).

For the menu you need to add your new guest group to the Access level = Public

Kunena allows you to add 2 groups (with their children) into each category. Those are "Public Access Level" and "Admin Access Level". As Admin Access Level has no meaning in J1.6+ you can use it for the Guests if it's in the different sub-tree..

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

More
14 years 9 months ago - 14 years 9 months ago #103804 by Griz44
Appreciate the input, but...

Somehow it goes beyond that. I've been very careful and double/triple checked the guest/public access and still nothing. Finally I've done away with the Guest group altogether again and went back to all the default ACL/Group settings...still not showing. (In summary, I have all ACL groups settings back to default and ALL forums are set to public access...still don't show unless I'm logged in.) Try it at...

grizzledgamer.com/index.php/forums/forum-index

(I know you can't see the back-end, but it is properly set for visitors to be able to view the forums. If you create an account and log in, the forums will appear.)

I always hesitate to jump to this conclusion too quickly, but it seems as though I've somehow triggered a bug.

Griz


Matias wrote: If you created Guest group, it's obvious that they are not showing up (they are in another part of the ACL tree).

For the menu you need to add your new guest group to the Access level = Public

Kunena allows you to add 2 groups (with their children) into each category. Those are "Public Access Level" and "Admin Access Level". As Admin Access Level has no meaning in J1.6+ you can use it for the Guests if it's in the different sub-tree..

Last edit: 14 years 9 months ago by Griz44.

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

More
14 years 9 months ago #103816 by Matias
I don't think that there's a bug -- the code is so simple:

We Just get all the groups where the user belongs into (recursively):
JAccess::getGroupsByUser(JFactory::getUser()->id, true);
.. and then we check if the group you have entered in category configuration matches one of those.

So easiest way to see the groups visitor is to add this code into somewhere where it gets run:
Code:
print_r(JAccess::getGroupsByUser(JFactory::getUser()->id, true));die();
It returns list of user group id's (all that user belongs into)..

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

Time to create page: 0.232 seconds