Imageshack Upload Plugin

Plugin Requests

Suggested Topics


  • 1 Votes
    3 Posts
    180 Views

    @julian thank you for your answer. I agree that stripe is probably better siuted for this, the only thing is, that here in germany the usage of paypal is much bigger than credit cards, which is the primary payment method for stripe i think.

  • 1 Votes
    8 Posts
    646 Views

    You can find the source here https://community.nodebb.org/post/64258

  • Redirection Plugin

    Plugin Requests
    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.

  • Post Reactions Plugin

    Plugin Requests
    1 Votes
    3 Posts
    2k Views

    cool idea...

  • 0 Votes
    1 Posts
    1k Views

    As I was searching for the right plugin, I found one that could be of good use. The only problem is, it hasn't been updated in almost a year. Is there any chance of an update for this plugin? @baris

    Build software better, together

    GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and contribute to over 330 million projects.

    favicon

    GitHub (github.com)