Discourse类别封锁

It’s merged now!!:tada::confetti_ball:

Thanks to @RGJ for quick review.

5 个赞

Fix works great. thanks @fzngagan

1 个赞

Guys, I’ve just merged in two PRs from @RGJ

  1. The toggle on category settings was broken which is fixed now.
  2. A new feature to allow crawler to see the locked content based on the setting category lockdown allow crawlers

Thanks for the great work Richard. :tada:

7 个赞

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.

1 个赞

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.

1 个赞

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: 
}
1 个赞

Isn’t that applied to users with access to the category as well? Obviously they are supposed to see thei thumbnails clearly :slight_smile:

1 个赞

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.

1 个赞

We’ll get it added soon.

1 个赞

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 :man_facepalming:

1 个赞

I have it active on a test instance alongside the following plugins and components without issues. 2.7.0.beta9 ( 4da86210f8 )

2 个赞

Sorry if it’s a silly question, but I’m trying to make a Discourse with the following requirements:

  1. Unregistered users can see all topic but restricted to only 3 posts per topic.
  2. 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!

1 个赞

No. This is a very specific requirement which would need some bespoke work to be done.

@fzngagan 这个插件是否也适用于 Discourse Docshttps://meta.discourse.org/t/discourse-docs-card-filter-component/187947?我的想法是让已关闭分类的卡片及其帖子也显示在 /docs 中,以便用户可以重定向到该 URL。

显然,TC 是这样获取分类的(来源):

@discourseComputed("category")
  categoryInfo(category) {
    return this.site.categories.findBy("id", category.id);
  },
2 个赞

discourse-category-lockdown 插件会破坏 Discourse Chat (Alpha)。它们似乎不兼容。可惜,因为 category lock 是一个很棒的插件,而 chat 正在强势崛起。

2 个赞

没有变通的办法吗?

2019年一切都崩了。也许一切仍然是崩的……

不,我们自 2018 年左右以来一直在生产环境中使用它。

你看到这个了吗?

你用聊天插件试过了吗?