Technical Questions
-
I want to manipulate the newsletter database using my own program. Besides having people subscribe to newsletters, we want to “import” customers from our database into the newsletter subscriber database, based on various criteria, such as courses they have taken in the past. But the import addon doesn’t provide the flexibility we need. I have written a program for our system that lets me manipulate the wp_newsletter table (add/delete/update entries) but I have a few questions:
- The “token” field. When adding a new email address, I use the PHP “uniqid()” function. It creates a larger hex field than the plugin does. Is this OK?
- The plugin has the ability to give a list a name (e.g. list_1 could be called “Test”). How can I find the name for a list in the WordPress database? (I know how to extract data from the various tables and their fields).
- I need the ability to distinguish between people who have subscribed, and those that I have added. For now, I use the country field, since we don’t use geolocation. I think it would be useful to have a couple of user fields in the table, that are not used by the plugin, but could be used by people like me.
- How does the newletter subscribe popup know that someone has seen it, so that the popup isn’t displayed again for a period of time?
I love the plugin … the bounce feature is very usefull, but being able to manipulate the tables externally (as I have described above) will make it a lot better in out particular environment
Many thanks,
Larry Bradley Advantage Boating, Ottawa CANADA
- You must be logged in to reply to this topic.