YAFLogo

Posted by: tamak - Monday, 17 October 2011 14:25:55
is it possible to have my forum allow ALL users to (by default) just access the full forum with read only access? if not, can I pre-fill the username and password fields and then have javascript perform the login form submission,thereby giving each user automatic (read only) access from a generic 'account' I create? Thanks

Posted by: tha_watcha - Monday, 17 October 2011 14:55:00
Yes it is Possible you have to modify the Member Access Mask, and set it to read only

Posted by: tamak - Tuesday, 1 November 2011 13:12:51
[quote=tha_watcha;51474]Yes it is Possible you have to modify the Member Access Mask, and set it to read only[/quote] I've changed the access masks so that "NO ACCESS" and "READ ONLY ACCESS" has 'read' set to TRUE. But when I try to access the URL of an existing forum it just prompts me to login instead of allowing me to 'read' / view the material there. if it matters, im using version 1.9.3. again, what Im after is a solution where a general / anonymous user is allowed to see all the content / material / forums and underlying posts. whether it is through javascript to 'login' the user automatically (on page load) or through something in the forum admin (rules for user access to content).

Posted by: tha_watcha - Wednesday, 2 November 2011 11:19:49
[quote=tamak;51722][quote=tha_watcha;51474]Yes it is Possible you have to modify the Member Access Mask, and set it to read only[/quote] I've changed the access masks so that "NO ACCESS" and "READ ONLY ACCESS" has 'read' set to TRUE. But when I try to access the URL of an existing forum it just prompts me to login instead of allowing me to 'read' / view the material there. if it matters, im using version 1.9.3. again, what Im after is a solution where a general / anonymous user is allowed to see all the content / material / forums and underlying posts. whether it is through javascript to 'login' the user automatically (on page load) or through something in the forum admin (rules for user access to content).[/quote] But did you also assign the Access Masks to the Guest Role? [list=1] [*]Go to Admin -> Settings -> Forums (yourforumdomain.com/yaf_admin_forums.aspx) [*]Click on Edit on the Forum you wish to Edit [*]On the Bottom Of the Page There is the "Edit Forum" Area where you find a List of all Roles (Groups) of your Forum and on the Right Are the Access Masks. [*]You need to assign the Read Only Access Mask to the Guests Role [/list]

Posted by: tamak - Wednesday, 2 November 2011 13:00:55
[quote=tha_watcha;51747][quote=tamak;51722][quote=tha_watcha;51474]Yes it is Possible you have to modify the Member Access Mask, and set it to read only[/quote] I've changed the access masks so that "NO ACCESS" and "READ ONLY ACCESS" has 'read' set to TRUE. But when I try to access the URL of an existing forum it just prompts me to login instead of allowing me to 'read' / view the material there. if it matters, im using version 1.9.3. again, what Im after is a solution where a general / anonymous user is allowed to see all the content / material / forums and underlying posts. whether it is through javascript to 'login' the user automatically (on page load) or through something in the forum admin (rules for user access to content).[/quote] But did you also assign the Access Masks to the Guest Role? [/quote] sorry, forgot to include that -- yes, for each forum I have the Guest Role set to READ ONLY ACCESS. Any other ideas for what I need to try? Thanks for any help you can provide - its greatly appreciated!

Posted by: tha_watcha - Wednesday, 2 November 2011 14:03:19
[quote]But when I try to access the URL of an existing forum it just prompts me to login instead of allowing me to 'read' / view the material there.[/quote] Can you take a look at the Host Settings, it looks like you turned on the Option "Require User Login" under Login Settings.

Posted by: tamak - Wednesday, 2 November 2011 14:13:42
[quote=tha_watcha;51749][quote]But when I try to access the URL of an existing forum it just prompts me to login instead of allowing me to 'read' / view the material there.[/quote] Can you take a look at the Host Settings, it looks like you turned on the Option "Require User Login" under Login Settings.[/quote] WOW. i hadn't been logging in as the HOSTADMIN - so i wasnt seeing the 'host settings' option... all is taken care of now, thanks so much for your help.