XF 2.3 How to decipher add-on developer...

I'd suggest looking into the actual files for the addon. Create a copy from the server on your local desktop and browse them through vs code or notepade++

Start with checking addon.json it might have been a miss type or something but that is where the information shown on there is kept.
JSON:
{
    "legacy_addon_id": "",
    "title": "Addon Name",
    "description": "The text under the name",
    "version_id": 1000010,
    "version_string": "1.0.0 Alpha",
    "dev": "Dev name",
    "dev_url": "A link for the dev name",
    "faq_url": "",
    "support_url": "",
    "extra_urls": [],
    "require": [],
    "icon": "font awesome icon"
}
I haven't used all these settings yet but these are some basic ones I know the function of.
I suggest checking the other files as well because some devs leave licenses at the top of their files, with their name or handle.

Is this the resource?
 
No I don't think it is that one.
JSON:
{
    "legacy_addon_id": "",
    "title": "OpenGraph Image",
    "description": "",
    "version_id": 1000070,
    "version_string": "1.0.0",
    "dev": "",
    "dev_url": "",
    "faq_url": "",
    "support_url": "",
    "extra_urls": [],
    "require": [],
    "icon": ""
}
 
This is it, it's unmaintained.

I know because I downloaded it and it has the exact same addon.json
JSON:
{
    "legacy_addon_id": "",
    "title": "OpenGraph Image",
    "description": "",
    "version_id": 1000070,
    "version_string": "1.0.0",
    "dev": "",
    "dev_url": "",
    "faq_url": "",
    "support_url": "",
    "extra_urls": [],
    "require": [],
    "icon": ""
}
 
Cool, thanks. I suppose being unmaintained, XF doesn't care if the developer is listed in acp?
Resources listed here are not affiliated with and have not been reviewed by XenForo Ltd. If you have any questions regarding a resource, please contact the author. XenForo Ltd. is not involved in any resource-related transactions.

Xenforo doesn't control addon information. That is entirely up to the developer to do.
I don't think they edited it either, I assume the dev just removed it themseleves or never added it.
 
Thanks for the detective work!

Best Friends Love GIF by Hallmark Channel
 
What's confusing is it seems to be listed by @Painbaker now but the Discussion tab still goes to the deleted member, for both add-ons. I guess they are different. I posted in the @Painbaker one.

Deleted:

@Painbaker
 
Last edited:
Back
Top Bottom