With this plugin you can automate the posting of an email to your preferred phpBB board.
Here are the install notes:
- Code: Select all
emailtophpBB By SaWey Copyright 2007
This plugin uses the "curl_phpbb.class.php" by Dean Newman
This class is available at http://www.phpclasses.org/browse/package/3203.html and is licensed under GNU/GPL
To install this script, just put these files in there corresponding directories:
->emailtophpBB --> admin/plugins
->emailtophpBB.php --> admin/plugins
Once the files are in there,
Make sure you have your "plugin directory" in your config file pointing to the right directory.
The file "processed.php" and directory "config" have to be chmodded 777.
You also have to enable HTML in your phpBB config.
Then just go to you phpList admin page and click on the emailtophpBB link.
You will be able to configure this script via those pages.
If you want to post your emails on a forum, click on the "process" button in the main page.
If you installed this plugin while already running phpList for a while
make sure to enter all your message id's of the messages you don't want
to be posted in the 'processed.php' file, each id on another line.
Also make sure you don't leave empty lines in that file!!
You can download the plugin here