arena
Forum Replies Created
-
Forum: Plugins
In reply to: [MailPress] Events Manager Integrationno idea how Events Manager stores its info and if it provides an api to access them
for CPT integration see : http://blog.mailpress.org/2012/04/02/mailpress-5-3-beta-3-oembed-integration-2/#more-620
Forum: Plugins
In reply to: [MailPress] form alreay filled when using the [mailpress] shortcoderight !
Forum: Plugins
In reply to: [MailPress] Found subscription management – but is in backend…you can manage your subscriptions from the front end using the “unsubscribe” link you receive in the mail !
Forum: Plugins
In reply to: [MailPress] Mailress widget disables Pagelines menu[mailpress jq=1]
Forum: Plugins
In reply to: [MailPress] Posting newsletter once sentthere is no such option
you need to send it to the mailinglist first then resend to the blog subscribers
Forum: Plugins
In reply to: [MailPress] MailPress Still Hijacked? / Developmentthe wiki has been removed due to spammers filling my mysql db.
the links remain in the plugin
next version will point to the blog and yes i need some motivation to rebuild the help pages.Forum: Plugins
In reply to: [MailPress] Posting newsletter once sentpotentially stupid answer : why not sending it directly to your blog
Forum: Plugins
In reply to: [MailPress] MailPress Forms, Mailing Listhi bwp
i am using the form add on on my blog : http://blog.mailpress.org/contact/
i have just quickly reviewed the 3rd party add on (not tested) and lokks ok for me.
Forum: Plugins
In reply to: [MailPress] When Is The Next Updatenext update will be available as soon as wp 3.6 will be released
mailpress sends a mail per recipient
if you have too much recipients, mailpress (in fact php) will not be able to send them in one pass and the process will fail due to php max execution time set up
try using add on batch_send and see related post on my blog
Forum: Plugins
In reply to: [MailPress] MailPress Still Hijacked? / Developmentseems to be fixed now ! no ?
Forum: Plugins
In reply to: [MailPress] Mailress widget disables Pagelines menuif jQuery is already loaded by the theme
and you are using MailPress::form()
do like this
MailPress::form(array(‘jq’ => true));
Forum: Plugins
In reply to: [MailPress] Lightbox jquery Conflictif jQuery is already loaded by the theme
and you are using MailPress::form()
do like this
MailPress::form(array(‘jq’ => true));
Forum: Plugins
In reply to: [MailPress] jQuery conflict and header character send errorsif jQuery is already loaded by the theme
and you are using MailPress::form()
do like this
MailPress::form(array(‘jq’ => true));
Forum: Plugins
In reply to: [MailPress] Setup Help – Subscription Formseveral ways to do this
<?php if class_exists(‘MailPress’) MailPress::form(); ?>
or shortcode
[mailpress]