Skip to Content
Subscribe to our Newsletter
Please do not enter data in this field, it is meant to stop spambots, who fill out any field
Name
Work

Version 2.10.7

27 October 2008 Posted by Michiel

This release adds a few small features related to forwarding and it fixes a security issue that was found in the FCKeditor that comes with phpList.

New config options are:

define("KEEPFORWARDERATTRIBUTES",1);

When forwarding an email use the attributes of the forwarder. This is useful to use forwarding to send "vouchers" which are then also sent to the forwarded friend.

define("FORWARD_EMAIL_COUNT",1);

Allow forwarding to this many emails

define("FORWARD_PERSONAL_NOTE_SIZE",500);

Allow the person forwarding to add a little note, that has a maximum size of this many characters. use different content in the forwarded email. count how many emails someone is forwarding and store the amount in the attribute of this name.

define("FORWARD_ALTERNATIVE_CONTENT",1);

define('FORWARD_FRIEND_COUNT_ATTRIBUTE', 'ForwardCount');

In This Section