Post on August 20th, 2011
by one1
Update your version automatically or visit http://wordpress.org/extend/plugins/ggis-subscribe
This version fixes plugin usage of the WordPress functions get_option() and update_option() by removing automatic serialization and unserialization of the plugin’s settings. The bug should have only affected those users who updated ggis-subscribe settings under WordPress v 3.0.
Thanks to Jan Reilink for finding the bug and submitting a patch.
Category
ggisSubscribe, wordpress |
No Comments »
Post on August 9th, 2011
by one1
Updated the plugin code for compatibility with the latest version of Wordpress. Wordpress change the wp_mail function to require that the body contain content. The ezmlm list did not include content in the body. A simple fix.
Update your version automatically or visit http://wordpress.org/extend/plugins/ggis-subscribe
Category
wordpress |
2 Comments »
Post on December 17th, 2010
by one1
Version 1.0.1 is released to the community on December 17, 2010. It is available for download from the WP plugin directory. This is a maintenance release that simply replaces the current mail() function with that used internally by WordPress. It has been tested with WordPress version 3.0.3 and should work without issue for all WordPress versions greater than 2.5.
Changelog
- UPDATE: Change mail function to use the WordPress function wp_mail()
Usage is covered in the readme and on the ggis-subscribe page.
Category
ggisSubscribe, wordpress |
No Comments »
Post on October 12th, 2010
by one1
Version 1.0.0 is released to the community on October 11, 2010. It is available for download from the WP plugin directory. This release adds two new options and places usage information on the plugin’s settings page.. It has been tested with WordPress version 3.0.1 and should work without issue for all WordPress versions greater than 2.5.
Changelog
- NEW: Add Plugin Usage and Information to the admin options page
- NEW: Add option that sets the form’s title
- NEW: Add ability to use an alias in place of the list’s email address
Usage is covered in the readme and on the ggis-subscribe page.
Category
ggisSubscribe, wordpress |
No Comments »
Post on August 24th, 2010
by one1
Version 1.00 of the Universal Contact Form for dVector is now available. This allows all clients of dVector to insert a multi-homed contact form into a thickbox from any post or text widget. See the support wiki for details.
Category
dvector, wordpress |
No Comments »
Post on June 26th, 2010
by one1
The version 1.1 of ggis-InlinePost is released into the wild on June 26, 2010. It is available for download from the WP plugin directory. This release fixes a few minor issues, converts to standard shortcode conventions, and has been tested with the recently released WordPress 3.0.
Changelog
- FIX: Shortcodes within an inlined post are now processed. Uses do_shortcode().
- FIX: Comment metadata now shows correct number of comments made.
- NEW: Change code convention to shortcode which allows use of the standard shortcode functions. Old insert methods are deprecated but will still work.
- NEW: Recursive inlining now allowed when using new shortcode styling. Protection against infinite loop coded.
- NEW Added the showcontent attribute to control display of the post’s content.
(more…)
Category
ggis InlinePost, web development, wordpress |
7 Comments »
Post on June 3rd, 2010
by one1
Today, I release the version 1.0 of ggis-InlinePost. It is available for download from the WP plugin directory. This release fixes the improper newline formatting reported by a few users. Additionally, it adds or enhances the following:
- FIX: Correct paragraph/newline formatting.
- NEW: Inlined post now recognizes the ‘more’ shortcode.
- NEW: If a post requires a password, the password entry form will be displayed.
- UPDATE: Improved display of metadata.
(more…)
Category
ggis InlinePost, web development, wordpress |
14 Comments »
Post on February 28th, 2009
by one1
An excellent article on the reasons for using and how best to create hand written excerpts has been posted at http://op111.net/67.
Do I use hand-written excerpts? Well no but I really probably should. A bit lazy I guess.
Category
wordpress |
No Comments »
Post on November 4th, 2008
by one1
I regularly develop GPL open source plugins, modules, and widgets for Joomla and WordPress. On ocassion, a users has asked if a donation would help support this development. The comment alone is a great compliment and incentive. Cash is always greatly appreciated but in this case, if you find one of my plugins useful please make a donation to one of these great organizations instead.
American Red Cross in Southeastern Wisconsin – Provides relief to victims of disasters and helps people prevent, prepare for, and respond to emergencies in Dodge, Kenosha, Milwaukee, Ozaukee, Racine, Walworth, and Waukesha Counties.
Milwaukee Achiever Literacy Services – Inspires and empowers adult learners to gain the skills necessary to enrich their lives through education and training in an atmosphere of mutual acceptance and respect.
Category
joomla, karma, nonprofit, web development, wordpress |
1 Comment »
Post on November 2nd, 2008
by one1
New plugin for Wordpress developed. It should be available on the their site shortly. In the meantime, it will be available for download here.
If you have any comments or questions, please add them here.
//UPDATE 5/11/2010
Usage is convered on the ggis-inlinepost page.
Category
ggis InlinePost, web development |
16 Comments »
Post on August 10th, 2008
by one1
What is it?
ggis Subscribe gives authors an easy way to insert a form that performs emailing list subscription management.
Features and Requirements
- Wordpress 2.5 or greater
- An email list to subscribe to. Currently supports:
- ezmlm lists – subscribe by sending email to listname-subscribe-your=address.com@domain.com
- Designation of success page
Setup
Using ggisSubscribe is a very simple matter of performing a short setup and then inserting a simple code in your post.
- Download and install plugin using standard means. Download here.
- View the ggisSubscribe options from the Settings menu.
- Add the email address of your mailing list. If you have more than one list, use commas between each address.
- Enter the URL of your thank you page (next page)
- Enter the URL of you main subscription management page.
- Yes. Create and publish your subscription management first and then finish with your ggisSubscribe options.
Usage
The subscription form may be inserted on a post, page, or text widget by including the following code in your text.
[-%ggis-subscribe %formtype "%listname"-]
Here is an explanation of the fields:
- ggis-subscribe – identifies the code (required)
- formtype – identifies the form type
- 0, default – full subscription management form
- 1 – subscribe only form , requires “listname”
- listname – identifies the list to include in a subscription only form
See the demonstration forms.
In a Widget?
A subscription form may be placed into the standard text widget using the methods above. For widget use, I suggest using only formtype=1, the short form.
To Do
- Add template tag output
- Add other list manager types
Category
ggisSubscribe, web development, wordpress |
9 Comments »
Post on August 7th, 2008
by one1
Here are working examples of the plugin ggisSubscribe. You may subscribe to any of the lists shown here. Extra spaces were added between the [ ]and the -. The correct code should be of the form [-ggis... -].
(more…)
Category
ggisSubscribe, wordpress |
23 Comments »