HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Conversations
MrCaspan
✭
It seems users a limited to only having 5 people per conversation (unless you are an admin). Is there a way to increase this?
0
Comments
From class.conversationmodel.php:
So
$Configuration['Conversations']['MaxRecipients'] = false;
will allow addressing unlimited recipients or$Configuration['Conversations']['MaxRecipients'] = 42;
will allow "only" 42.By the way: my favorite hidden Conversations feature can be enable with that entry in the config.php:
$Configuration['Conversations']['Subjects']['Visible'] = true;
This is awesome, and the hidden subject thing is a bonus that ill use. Someone should keep a post of all the hidden configuration options and what they do!!
Well, that would be a huge task. Not sure how it would be started best or how it should be presented. Maybe in a GitHub repo, but how should it be structured? Alphabetically?
I wrote a script a while ago to get all the configs which are used in the source code. That could definetely be a start. It's ugly and not commented, but it works:
Looks like a good start to me... Having this documented is extremely important. Maybe we can add it to the GitHub documentation repository and just keep updating it as we figure out what each one does. Let me see what I can do to get us started!
It doesn't fit to the official documentation since the configuration file isn't accessible for the cloud hosted forums. I would suggest a dedicated public git repo