Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

[Solved] Forum Login

Can anyone please help on what I can do to take out restrictions on my forum site. It usually forces login before guests can view contents. I want guests to view contents but login before creating or commention on posts.

Thanks!
Tagged:

Answers

  • sahotataransahotataran Developer, Bay Area - CA ✭✭✭
    Either go to
    Dashboard->Users->Roles and Permissions
    and from there select Guest and Edit it.
    Change the permissions about what guests can view

    OR

    in your /conf/ Find config-defaults.php and in that file find something like

    $Configuration['Garden']['PrivateCommunity'] = FALSE;

    FALSE is set to make community Public

    There was an error rendering this rich post.

  • I checked both, it is False and guest is given roles to view on the dashboard. please if you could check it out www.mypagenigeria.com
  • sahotataransahotataran Developer, Bay Area - CA ✭✭✭
    do you have any plugin like Force Guest Sign in installed?

    There was an error rendering this rich post.

  • yes it was before I disabled it and i recently deleted it.
  • in your /conf/ Find config-defaults.php and in that file find something like

    $Configuration['Garden']['PrivateCommunity'] = FALSE;
    Check the same setting in /conf/config.php

    There was an error rendering this rich post.

  • Thanks guys, we got a great team here.. its fixed now. that one piece was missing. thanks!
Sign In or Register to comment.