Get Error Message There

Download Page

» WordPress.org PlugIn Page

This plugin is free, but if you find it useful, donate to me please. :)

In Brief

Report comment posting error within the editing page.

What’s This

This is a WordPress plugin.

With this simple plugin allow users to get comment posting error message within the page users just editing.

Screenshot

screenshot

Plugin Information

  • Author: reedom
  • CurrentVersion: 0.94
  • Release Date: 2007/10/19
  • Support: WordPress 2.1 – 2.3 ME.

Installation

  1. Download the plugin archive.
  2. Unzip the archive.
  3. Upload the unzipped directory and its contents to your Wordpress plugins folder (/wp-content/plugins/).
  4. Activate the plugin through the ‘Plugins’ menu in WordPress.

Frequently Asked Questions

How to change appearance of error message and/or icon?
Font color, margins and others are defined in wp-gemt.css, placed in the directory of this plugin. Please modify it freely to be what should it be. And loading icon is loading.gif, placed in the same directory.
Other plugins started incorrect beviours.
It might due to conflifts with javascript libraries, jQuery and others. Please look in wp-gemt.js.php, placed in this plugin’s directory, then comment out one line which is described in the file.

Limitations

  • HTTP errors(timeout, url error, …) will not be handled this plugin. When any HTTP error occurs your browser will show a standard error page. This limitation comes from jQuery.js does not handle exceptions while establish async socket.
  • This plugin works as long as you use the default posting error page as the WordPress destribution provides. This limitation comes from the plugin’s error message discovering logic. Possibly I can add an admin option with which you can specify a XPath used to find an error message block. However it will make the plugin not so simple, so I hesitate to do it.
  • Display loations of the loading icon and error message are fixed in the script code.