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.
Options

Differences

Hello,

What does this plugin do more than this config setting

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

Thanks.

Comments

  • Options

    You pretty much nailed it. It is a an interface or wrapper.

    If I was starting from scratch, I would achieve what I wanted through roles an permissions only. Then you can have more fine grained control over content.

    grep is your friend.

  • Options

    Can you please tell me why it would be better to do it with roles and permissions instead of modifying the config file?

  • Options

    Well you should go through roles and permission anyway. That way you know exactly what every role is allowed to access, and what they can do.

    Then you can use something like this if you like. But you don't need the plugin just set $Configuration['Garden']['PrivateCommunity']=TRUE;

    Alternatively if you prevent viewing of discussions, etc, it is pretty much the same thing.

    grep is your friend.

  • Options

    I am new to all this, I will check it, thanks.

Sign In or Register to comment.