2016-08-05

I'd like to know if any phpList developers here have insight on writing brand-new plugins.

The directory of plugins at https://resources.phplist.com/plugins/start has work that follows a few different styles. It appears there isn't clear documentation, though, on an approach and which hooks are available where.

For example, listcleaner uses a listcleaner.php file and then a listcleaner folder with another PHP file in it. listcleaner calls the filetherein unbounce.php whereas conditionalPlaceholderPlugin calls it config.php. But fckphplist and CKEditorPlugin don't follow this, so it doesn't appear to be a requirement.

Then, in the plugin code itself, most start with this kind of base config, like this example in listcleaner:

Some include this same snippet, like here verbatim in conditionalPlaceholder:

It would be great if the basics were all somewhere. I'd like to contribute a plugin for my first topic -- https://discuss.phplist.org/t/schema-markup-for-one-click-to-confirm-subscription/2060/1 -- but it looks like there's a bit of R&D to just get up to speed here.

Any tips or documentation appreciated.

Cheers,

Aaron Proctor
FWD:labs

Show more