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.
New Discussions Viewable only by Admin & Author, HELP!
I'm about to launch my company forum and in the last few tests I realized that when a new discussion is started, only administrators and the author can see them in the list of discussions. Anyone know what permission is needed to be added to my custom roles so that they can view discussions?
0
Comments
You need to give those roles the same permissions members have , members should be able to post. Star new discussions and view .
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
They have them.
are you sure this is being saved to config,php ?
Look in the config.php for the role settings. They should look something like this but having to do with the new roles created.Check to see what role number they are assigned.
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
This is what is in the garden section of my config file...
// Garden
$Configuration['Garden']['Title'] = 'Community';
$Configuration['Garden']['Cookie']['Salt'] = 'JHVWEULIGK';
$Configuration['Garden']['Cookie']['Domain'] = '';
$Configuration['Garden']['Registration']['ConfirmEmail'] = FALSE;
$Configuration['Garden']['Registration']['Method'] = 'Approval';
$Configuration['Garden']['Registration']['CaptchaPrivateKey'] = '';
$Configuration['Garden']['Registration']['CaptchaPublicKey'] = '';
$Configuration['Garden']['Registration']['InviteExpiration'] = '-1+week';
$Configuration['Garden']['Registration']['InviteRoles'] = FALSE;
$Configuration['Garden']['Email']['SupportName'] = 'Community';
$Configuration['Garden']['Version'] = '2.0.18.8';
$Configuration['Garden']['RewriteUrls'] = TRUE;
$Configuration['Garden']['CanProcessImages'] = TRUE;
$Configuration['Garden']['Installed'] = TRUE;
$Configuration['Garden']['InstallationID'] = 'B1E35DBA3-DB50C';
$Configuration['Garden']['InstallationSecret'] = '620ce09735d410304afdef944deea9cfbcd';
$Configuration['Garden']['Format']['Hashtags'] = FALSE;
$Configuration['Garden']['PrivateCommunity'] = TRUE;
$Configuration['Garden']['Html']['SafeStyles'] = FALSE;
$Configuration['Garden']['Theme'] = 'fb-vanilla';
$Configuration['Garden']['Messages']['Cache'] = 'a:0:{}';
remove the personal info please like the install id etc
Do you know what permissions are on the config.php ?
The roles you created should be reflected but do not appear . Makes me think the changes you made are not being written to the config.php
try setting the config.php to permissions on the file 755 maximum 775
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
I edited half of the install ID out before posting, same goes for install secret.
after you check the permissions if you change them, re try setting the roles again .
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
This is amazing, I've narrowed it down to permissions pertaining to the post scheduler plugin...
So now it works ?
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
Yep, that was it... As soon as I disabled it, posts started showing up!
Thanks for the help!