shiftthis
Forum Replies Created
-
Forum: Plugins
In reply to: Using jQuery in own PluginsIf you want to use the WordPress bundled jQuery it’s not that hard. After you include
wp_enqueue_script('jquery');
Just add your jQuery code using ‘jQuery’ instead of ‘$’ like so:jQuery(document).ready(function() { jQuery('#togglediv').hide(); jQuery('a#toggle').click(function() { jQuery('#togglediv').toggle(400); return false; }); });Forum: Plugins
In reply to: ShiftThis WordPress Newsletter Plugin – email requirementsJames,
My Newsletter plugin uses the Swift Mailer script for sending email. I don’t think you should need Horde or Squirrelmail as I believe those are only used for accessing your webmail . If you’d like to verify that the Swift Mailer works on your system, you can install the Swift script from http://www.swiftmailer.org/docs/ which includes basic setup instructions. If this is beyond your capabilities, I’ll try to whip up a test plugin for verifying that your server will send via Swift Mailer.Forum: Everything else WordPress
In reply to: Don’t know how to describe this…Doodlebee – I’m the developer of the promising one you mentioned, my Newsletter plugin is probably the closest thing to what you’re looking for at this point. The full-featured version of this will have a minimal cost, but I will be releasing a basic freebie version as well! Look for it being available sometime next week, but you can test out the in-development version online by registering at http://test.shiftthis.net
Forum: Plugins
In reply to: Newsletter pluginI’m the author of the link posted above ( http://www.shiftthis.net/wordpress/2006/wordpress-newsletter-mailinglist-plugin-wishlist/ )
and you can preview my plugin by registering at http://test.shiftthis.netAlthough I will be charging a minimal fee for the feature rich version of this plugin, I will very likely also release a version with minimal options/features as a freebie.
I’m looking at being ready by next week for the retail version, and the freebie will be right behind it. Thanks for your support!