It’s merged now!!

Thanks to @RGJ for quick review.
It’s merged now!!

Thanks to @RGJ for quick review.
Fix works great. thanks @fzngagan
Guys, I’ve just merged in two PRs from @RGJ
category lockdown allow crawlers
Thanks for the great work Richard. 
Is there a way to show pop-ups instead of redirecting to an options page?
Well, I found the answer here with the login popup.
Quick feature request: How about adding a css class to the div for each individual topic?
<div data-topic-id="xxxx" id="emberxxxx" class="topic-status ..."></div>
Use case: I am using TLP plugin and I would like to blur the topic thumbnail and add an overlay icon. With such css class I would be able to easily target the thumbnail.
I’m not sure it’s necessary, since the plugin is set for a category you can target it using the category-‘nameofyourcategory’ class in the tr tag. It comes before the thumbnail
If the name of your private category is “premium” you can use something like this
tr.topic-list-item.category-premium .topic-thumbnail {
blur:
}
Isn’t that applied to users with access to the category as well? Obviously they are supposed to see thei thumbnails clearly 
Can you post a feature request here @ Feature Request
Hey @fzngagan
Done!
FYI the wizard plugin dropdown picker does not list this plugin. I chose Custom Wizard instead.
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:
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 Questo plugin funzionerebbe anche con Discourse Docs e Discourse Docs Card Filter? La mia idea è di avere le schede delle categorie chiuse e i loro post visibili anche in /docs. in modo che gli utenti vengano reindirizzati all’URL.
Apparentemente il TC estrae le categorie in questo modo (source):
@discourseComputed("category")
categoryInfo(category) {
return this.site.categories.findBy("id", category.id);
},
Il plugin discourse-category-lockdown interrompe Discourse Chat (Alpha). Sembrano essere incompatibili. Peccato perché il blocco delle categorie è un ottimo plugin e la chat sta emergendo con forza.
Non c’è una soluzione alternativa?
Tutto si è rotto nel 2019. Forse tutto è ancora rotto…
No, lo stiamo usando in produzione dal 2018 circa.
Hai visto questo?
Hai provato con il plugin chat?