Hi, I allow anonymous users to view the forum, yet, in vain. It works after I modify line 897 in uieforum.module as follows (added piece is in bold):
$uieforum_permission = (user_access('administer '.uieforum_get_module_security_name()) || user_access('moderate '.uieforum_get_module_security_name().'_'.$fid.'_'.uieforum_get_module_security_name()) || user_access('access '.uieforum_get_module_security_name())) ? true : false;

Comments

daniel.hunt’s picture

Assigned: Unassigned » daniel.hunt
Status: Active » Closed (won't fix)

I'm pretty sure that that is a very bad idea if you ever want to have private forums.

If you never intend this, then its fine. But anon users can access normal forums if the access rights have been setup correctly anyway :)

itman’s picture

Aha, why Access control in the "edit forum" section is collapsed by default? This is very inconvenient!!!

manerhabe’s picture

Ah I missed the "Access control" under edit forum too. I enabled the permissions in User -> Access control and thought I was good. Thanks for this great module!