Oracle of ONE1

Obscure words of unity

Release of ggis-InlinePost v1.1

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

  1. FIX: Shortcodes within an inlined post are now processed. Uses do_shortcode().
  2. FIX: Comment metadata now shows correct number of comments made.
  3. NEW: Change code convention to shortcode which allows use of the standard shortcode functions. Old insert methods are deprecated but will still work.
  4. NEW: Recursive inlining now allowed when using new shortcode styling. Protection against infinite loop coded.
  5. NEW Added the showcontent attribute to control display of the post’s content.

(more…)

Remository Inline Direct Download

A number of my clients use Remository within Joomla for document management. The QuickDown plugin, available from the same site, is used to insert document information within an article. While I have been very satified with Remository, I have not found that QuickDown matches my clients’ needs.

QuickDown basically creates a link to the Remository page along with a variety of document information formatted within a table. Instead, I am usually interested in having a direct download link inserted inline with the article’s content.

(more…)

Plugin ggis-scdesc for Joomla

A 1.5 native plugin enabling you to display section or category descriptions within content. This is a very simple, single purpose plugin that does only and exactly what it claims. On occassion, an article may wish to include the description from a section or category. Copying that description means it may need to be updated in multiple places if changes are made. With this plugin, just update the section/category description and all of the articles remain current.

(more…)

ggis Subscribe Plugin

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.

  1. Download and install plugin using standard means. Download here.
  2. View the ggisSubscribe options from the Settings menu.
  3. Add the email address of your mailing list. If you have more than one list, use commas between each address.
  4. Enter the URL of your thank you page (next page)
  5. 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

  1. Add template tag output
  2. Add other list manager types

Email List Subscriptions

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…)