Adult content not viewable for users who are below 18 years old

General Discussion

Suggested Topics


  • 1 Votes
    1 Posts
    49 Views

    In persona by clicking on the user icon who wrote the post, you could see a quick status about the user, such as how many posts he wrote, etc., after upgrading to Harmony there is no such option, and by clicking on the icon you reach his profile page.
    Is there a plan to add this? Or is it your design decision?
    We miss it very much
    Thanks!

  • 2 Votes
    3 Posts
    129 Views

    As mentioned prior, you can use the privileges to restrict access to the topic.

    but I'm not entirely sure how this works.

    If a spider is detected (not a 100% guarantee, by the way), then they are either allowed or denied access to the topic based on how your privileges are set up.

    For example, if you grant spiders "access-topic" privilege, but do not grant "registered-users" that privilege, then web crawlers will be able to access the topic and crawl it, but regular users will not. The groups are mutually exclusive.

    On one hand, I'm thinking that allowing spiders to access all content could potentially boost my site's search engine rankings. On the other hand, I'd like to keep one or two paragraphs hidden from spiders, so that only verified users can view them.

    That's harder, you'd want to use a custom plugin to restrict the post content if a spider is detected. Doable, just not available right here right now.

    There are plugin hooks that are fired when a post is rendered, and you can probably check caller.uid or req.isSpider (depending on what is passed in) to see whether it is a spider or not. A uid of -1 is a spider as determined by the library we use.

  • View user chat

    General Discussion
    0 Votes
    1 Posts
    171 Views

    Hello everyone
    I want to be my forum manager
    Watch users' chat
    Do I have a way to do that?
    editing:
    I saw this issue here

  • 0 Votes
    1 Posts
    153 Views

    I look for a plugin witch can show editable table with users (as rows) and groups (as column)

  • New User Login Error

    General Discussion
    0 Votes
    8 Posts
    2k Views

    @frissdiegurke said:

    seems similar to the bug https://github.com/NodeBB/NodeBB/issues/3489 so you may just need to update your dependencies (rm -rf node_modules && npm cache clean && npm i).

    That worked, thanks!