pomspot
Forum Replies Created
-
Forum: Plugins
In reply to: [[GWA] AutoResponder] Getting rid of Name FieldUsing a hidden input field in the form instead of the text input field will “trick” the plugin. Use the same name as the text field and you can put “Subscriber” as the value.
Forum: Plugins
In reply to: [[GWA] AutoResponder] Paid Version not working with WordPress 3.9Hi. There is a new pro version available. It works with 4.0 as well. You need to login to your account on the website at https://freeautoresponder.biz/ to retrieve it.
Forum: Plugins
In reply to: [[GWA] AutoResponder] Table '367516.wp_ar_gwa_log'Obviously the email log table is missing. You can try disable and enable on the plugin page again, you won’t lose any data. If that doesn’t work try using this SQL in phpmyadmin. If you get an error send it in an email to [email protected] and I can help.
CREATE TABLE
wp_ar_gwa_log
(
id
int(11) NOT NULL auto_increment,
newsletterQID
int(11) NOT NULL default 0,
method
set(‘mail’,’smtp’) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL default ”,
From
varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL default ”,
FromName
varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL default ”,
Host
varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL default ”,
SMTPAuth
varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL default ”,
Username
varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL default ”,
Password
varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL default ”,
recepientMail
varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL default ”,
recepientName
varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL default ”,
subject
varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL default ”,
body
text CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL,
ContentType
varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL default ”,
priority
int(1) NOT NULL default ‘0’,
SendDate
varchar(20) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL default ”,
QLID
varchar(20) CHARACTER SET utf8 COLLATE utf8_general_ci default NOT NULL default ”,
port
varchar(5) CHARACTER SET utf8 COLLATE utf8_general_ci default NOT NULL default ”,
charset
varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci default NOT NULL default ”,
encoding
varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci default NOT NULL default ”,
Response
varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL default ”,
PRIMARY KEY (id
)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;Forum: Plugins
In reply to: [[GWA] AutoResponder] How to contact code4 cookies ????You can contact [email protected] with your User ID or Username. You can resend your login details at https://freeautoresponder.biz/?page=login
Forum: Plugins
In reply to: [[GWA] AutoResponder] Need a custom script for [GWA] AutoResponderPlease submit a support request at https://support.freeautoresponder.biz and we can assist you.
Forum: Plugins
In reply to: [GWA] AutoResponder form not validating on html pageBetween the <head> and </head> tags on the html page with the subscription form add the javascript that appears on the Help Page of the Plugin and the subscription form code as it appears in the HTML Editor.
If everything is done correctly the js will prevent submitting empty fields in the form.
Send a broadcast mailing using the Send Message button anytime.
Please see this post
The plugin has been completely rebuilt for WP3.3
This plugin has been completely rebuilt for WP3.3
The original plugin started back around WP2.7 and the latest WP update was too much for it?
The new version is smaller and integrated better into the wp-admin panel and everything is on a single admin page now.
It takes advantage of wp_editor() and a lot of jquery-ui so it is incompatible with previous versions of WP.
Checkout the screenshots of the new admin page.
Forum: Plugins
In reply to: [[GWA] db Editor] [Plugin: [GWA] db Editor] GWA db editor for other databasesThe plugin uses $wpdb which is using the blog database. It would need to be updated significantly to access externals.
Forum: Plugins
In reply to: How To Change Field Names in GWA autoresponderYou can do this in the subscription form editor and in the raw html code for the form. The button value=”…” tag is the text to change the button label. The other is just text. You need to checkout a simple tutorial on customizing html forms, this is basic stuff.
Forum: Plugins
In reply to: [GWA] db Editor – a serious issue with page formatingThe issue with the Dashboard has been corrected in the new version. The table size varies with the amount of data. It is tested in Firefox3 and wp v3.0.1 all data fields were accessible in the browser window.
Have we fixed this? Please contact me through the support site at https://support.freeautoresponder.biz and I can help you determine the problem.
Forum: Plugins
In reply to: Need to limit number of subscription lists on the registration pageThis has been fixed in both versions of this plugin. The checkbox can be found in the widget options.
Enjoy!
Forum: Plugins
In reply to: [Plugin: [GWA] AutoResponder] Incompatible with WordPress 2.7There are display issues but both versions of the plugin operate fine under 2.7 for me?
Please make a support request in your members area about this. I will assist you in determining what the issue is.
What happens when you activate it? What server error is returned, if any?