Closed (won't fix)
Project:
UIE Forum
Version:
5.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
3 Feb 2008 at 08:28 UTC
Updated:
9 Mar 2008 at 20:24 UTC
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
Comment #1
daniel.hunt commentedI'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 :)
Comment #2
itman commentedAha, why Access control in the "edit forum" section is collapsed by default? This is very inconvenient!!!
Comment #3
manerhabe commentedAh 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!