how is this plugin?

Plugin Requests

Suggested Topics


  • 1 Votes
    1 Posts
    333 Views

    Payment system using stripe with support for subscriptions and one time payments, and can perform actions (ban user, remove from group, etc) if someone charges back the payment.

  • Plugin to mask email address

    Plugin Requests
    6
    0 Votes
    6 Posts
    2k Views

    Curious, did you find a solution for this?

  • [Bounty of $500] Wiki plugin

    Plugin Requests
    23
    2 Votes
    23 Posts
    3k Views

    @volanar you can see posts’ edit history and restore different edits as admin. You can even see who edited it. What’s in the plugin you are talking about is already in core, most likely why it’s outdated or something.

  • Redirection Plugin

    Plugin Requests
    5
    0 Votes
    5 Posts
    2k Views

    If it really is just 100-150 old topics, then an nginx map makes even more sense.

    I can see it from your point of view, that it's easy for NodeBB to do, although I urge you to consider that nginx is very good at what it does, and so having nginx check for an old url to redirect is quite simple.

    For example, if the old forum had topics using this url: /t/<topic id>, then you could write a location block that only responded to that folder, and applied the map to redirect the user based on those topic IDs.

    In one example, we have this map config:

    map $request_uri $mapped_topic { ~^/showthread\.php\?(?<topicId>\d+).*$ $topicId; ~^/archive\/index\.php\/t-(?<topicId>\d+)\.html$ $topicId; default 0; }

    and in the map file itself, we maintain the hash to go from one topic to another.

  • 0 Votes
    1 Posts
    2k Views

    Hello,

    I know a AdSense Plugin already exist (nodebb-plugin-google-adsense). But it is not compatible with 0.7.x and the developer does not update it. So if someone could make a new one or update the existing one - that would be nice.

    Thanks.