Submitted by Burnsy on Fri, 01/02/2009 - 08:00
Between the e107 Wiki and the YourFirstPlugin starter plugin, there is enough information out there to get started making your own plugins.
I thought that I would focus on individual topics, rather than starting from the beginning.
That being said, on to e107 Plugin Admin Menus.
The Two Pieces Of An Admin Menu
Submitted by Burnsy on Fri, 12/26/2008 - 08:00
I was just wracking my head trying to figure this one out, so I figured I'd share my experience with everyone.
The Situation
I've got a page that a user needs to input information. This page has three fields that are required, two that are not. I fill out the form, yet leave out a required field (so I can test my validation code).
Submitted by Burnsy on Wed, 12/17/2008 - 08:00
PHP4 support ended on 12-31-07:
http://www.php.net/downloads.php
MySQL 4 is in Extended Support, meaning you can only get security updates through the code repository:
http://dev.mysql.com/doc/refman/4.1/en/
Because of the end of support, PHP4 and MySQL 4 will not be supported.
If you run into any issues using our plugins, please make sure your server software is up to date.