The Custom Trust Level for “Ignoring Users” doesn’t show on the Discord Settings (with the code in Master right now) so I was double checking on the Plugin Settings to see if I missed anything.
In the meantime I wrote this because of the idea to restrict TL0 users from liking stuff and the doubts implicit to Discourse’s functioning (hence why I pinged the masters) and that I would try to add that function on my own if no one saw “potential issues” with restricting that.
While setting up the whole “Local Tests” environment I had this weird bug where users can’t see each other profiles. Went to my Production Environment and… that happens as well! Removed the plugin and it stopped happening (and that without any changes from myself, so that’s also Master Code). Do you have those issues? I tried on a vanilla install and happened as well, without touching CSL Settings.
Bumping just to say that I haven’t managed to fix this issue yet. Don’t know if the maintainers experience this issue themselves or I’m missing something on the configs.
Hi,
This plugin was mostly a learning endaviour rather than a serious project. A rewrite might follow but isn’t planned anytime soon. Although, I can guide in some capacity and accept PRs for sure.
For the immediate issues you mentioned, @Ahmed_Gagan will try and prioritize them. You should see an update soon.
Hey @Iceman,
I have added a couple of new commits to the master branch of the plugin.
As per my testing, the plugin is working fine on the discourse master. please do test the plugin and report issues if any.
Thanks for posting the issue
Hello, I was happy to discover your plugin. My Discourse is fairly closed, and requires only two trust levels. But since there are some privileges that tl2 has that I can’t grant to tl1, I wonder if your plugin could include them? The ones I was able to discover are:
send invitations from user page (right now, it looks like only sending invtitations from a topic is available in the plugin)
I’m not in a position to do so right now. It’s a new Discourse, but I will consider it in the future as we gain users and potentially a funding source!
Not a problem.
As these features are not related to this plugin, this one is made to customize trust level’s capabilities not to add custom features to discourse. But I’ll do some research and figure out if these features are useful to community and if yes I’ll make a seperate plugin for this
Thanks. I’m not sure I understand. You’re saying that those features I mentioned aren’t related to trust level capabilities, but in Understanding Discourse Trust Levels it mentions them as tl2 capabilities:
Users at trust level 2 can…
Use the “Invite others to this topic” button for one-click onboarding of new users to participate in topics
Hi @paulrudy
Your feature requests are now available in the master branch of our plugin. do check them out and report here if you get any issue.
For this one, I have added a new site setting csl_min_trust_level_to_invite_to_forum in which you can now specify which trust level can invite users to the forum.
For this one there’s already a site setting csl_can_invite_to_topic_min_trust_level in plugin.
By setting this up, user’s who doesn’t have the specified trust level won’t be able to invite others to topics and PMs both
This is great, thank you! Helpful for a closed forum to gain new members, while new users are still learning.
I didn’t realize that, that’s perfect.
I have a question about the three “csl numbers of replies” settings: Does setting them to “0” mean unlimited, or does it prevent any replies? To me, it would make sense to have it be the first option (unlimited), and mention the case in the description.
Yaa it prevents at the moment. But a Nice catch, at the moment, to make it useful you can set a large value like 9999 to all three settings, ill make the fix and inform you here.