We’ll get it added soon.
Anyone tested this recently with the latest version of Discourse? This plugin is crucial to my site but also has broken my site during upgrades
I have it active on a test instance alongside the following plugins and components without issues. 2.7.0.beta9 ( 4da86210f8 )
Sorry if it’s a silly question, but I’m trying to make a Discourse with the following requirements:
- Unregistered users can see all topic but restricted to only 3 posts per topic.
- Registered (and paid) users have access to everything.
After 3 posts per topic, a ‘Register to view more’ box will be shown.
Is it possible with this plugin? Or any built-in feature. Sorry, I’m new to Discourse. Thank you, all for the wonderful work. Thanks in advance!
No. This is a very specific requirement which would need some bespoke work to be done.
@fzngagan Would this plugin also work with the Discourse-docs: Documentation Management Plugin and Discourse Docs Card Filter Component? My idea is to have closed categories’ cards as well as their posts showing in /docs
as well. so that users will be redirected to the URL.
Apparently the TC pulls the categories this way (source):
@discourseComputed("category")
categoryInfo(category) {
return this.site.categories.findBy("id", category.id);
},
The discourse-category-lockdown plugin breaks the Discourse Chat (Alpha). they seem to be incompatible. Too bad since the category lock is a great plugin and chat is coming up strong.
There is no workaround?
Everything broke in 2019. Maybe everything is still broken…
No, we’re using this in production since 2018 or so.
Did you see this?
Have you tried it with the chat plugin?
I was merely responding to the suggestion that the entire plugin was broken since 2019.
And did you see this?
Ah. No sorry. That’s what I expected was the case, but I wasn’t clear. It’s hard to make sense of this topic that spans years!
Just to update this topic. Am using this plugin and no actual errors or bugs that I know off.
Haven’t upgraded my Discourse instance in a long time and this plugin is a key part of my community. Is it still supported in latest version?
yes, its working @dylanb
my discourse is 2.9.0.beta9 version (september/2022)
thank you for sharing @fzngagan
very useful to me
Is it possible to continue the development of this plug-in to restrict the content viewing for unauthorized users? User Page Activity listing to be more specific.
I cannot seem to find a way to activate the lock to redirect a category to a single URL? How do I do that?