I haven't used PL yet - am looking into it.
I have been perusing the forum, looking for a simple, any solution really, to be able to add information from multiple sources on a dynamic basis, based on subscription, user level, date, etc and haven't found anything that allows me to do this.
In my programming I have developed a framework that allows me great flexibility in customising the webpage without affecting the core of the system. It is a simple piece of code...
- Code: Select all
if (file_exists(dir/whatever.php)) {
include ('dir/whatever.php);
}
This could be included in a several places to allow developers to extend PL as their situations warrant.
In my situation it would be handy to have it before mail processing begins, before the mailing is sent and at the end of processing.
It would also be handy to have this available on the archive page right before the template is called for displaying the page.