Implemented Addons page should have links to the addons

This suggestion has been implemented. Votes are no longer accepted.
The developer can add arbitrary URLs to the Addon entry in the control panel via the addons.json file.

Here is a snipped of the addon.json file for my KnownBots addon:

JSON:
    "dev_url": "https://bitbucket.org/hampel/",
    "faq_url": "https://xenforo.com/community/resources/known-bots.6489/field?field=faq",
    "support_url": "https://bitbucket.org/hampel/knownbots-xenforo/issues",
    "extra_urls": {
        "Git Repository": "https://bitbucket.org/hampel/knownbots-xenforo",
        "Twitter": "https://twitter.com/SimonHampel"
    },

The dev_url, faq_url and support_url are pre-defined, while the extra_urls are all arbitrary and developer defined.

1539558289315.webp
 
Top Bottom