About profiles, actually it’s not possible to filter by profile. About the preference, are meaning a list while subscribing? It’s possible but the form must be hand coded and it won’t be updated when you change the a preferece (or add a new one).
I think these limitations can be overcome by adding extra fields for the profile, however when I add this line to the config and force an update it does not add the fields to the database or add them to the preferences tab.
I realize what it is meant to do, however when I add the line
define(‘NEWSLETTER_LIST_MAX’, 30);
to wp-config.php it does not appear to work.
I would expect to see additional fields added to the table and also these additional fields added to the preferences tab. But no fields are added even though I have forced an update.
Hi, I just followed those steps_
– added define(‘NEWSLETTER_LIST_MAX’, 22) on mys wp.config
– entered the diagnostica panel and forced an upgrade
– on database i find two new list fields in the table (at the end of the table columns)
– on form configuration panel there are 22 fields.
At least, adding the new constant, the form configuration panel MUST have the number of fields you specified, since there is a for cycle that print out them.
A note: you are using the free version 3.3.x, right?
Ok found my error.
One of those silly little things that we all do at some time.
I left the ; off the end of the line.
Works fine as it should now.
Thanks