Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 2515

Extension Writers Discussion • Re: Extension Not Showing in Ext Manager

$
0
0
Yes, thanks!

Code:

{    "name": "bennyb/groupjoinautomailer",    "type": "phpbb-extension",    "description": "An extension to send a private message when a user is added to a group.",    "version": "1.0.0",    "authors": [        {            "name": "BennyB",            "email": "bennybargas@awenforge.org"        }    ],    "require": {        "php": ">=7.1 || ~8.0",        "phpbb/phpbb": ">=3.2"    },    "extra": {        "display-name": "Group Join Auto PM",        "soft-require": {            "phpbb/phpbb": ">=3.3"        }    }}

Statistics: Posted by bennybargas — Fri Mar 21, 2025 6:59 pm



Viewing all articles
Browse latest Browse all 2515

Trending Articles