This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

IPManager Connector

Description

IPManager Connector (IPMC) allows you to submit support tickets directly into IPManager.

IPManager Connector uses a simple HTML tag so that you can insert the Ticket Form into any existing Post or Page.

For more information about IPManager please visit http://www.dalegroup.net/page/ipmanager/

Installation

  1. Download
  2. Unzip
  3. Upload the unzipped folder to wp-content/plugins
  4. Activate within WordPress Admin Panel
  5. Enter SOAP connection details of the IPManager Server (found in the IPManager general settings page)
  6. Enable “Allow Anonymous Support Tickets” from within IPManager
  7. Create a new Post or Page with the following HTML tag

FAQ

What does LOCKDOWN mode do?

The LOCKDOWN mode is designed to make it more difficult to disable IPMC.
It might be required for extra security or if you don’t want users with Administrator permissions to be able to disable the plugin. In LOCKDOWN mode the follow options are disabled:

  1. Unregister Server
  2. Update Settings
  3. Uninstall
  4. Deactivate

This can make it more affective in synchronising changes that occur in your site.

How do I enable LOCKDOWN mode?

open ipm.php and find the line (near the top) that says:

    define('IPM_LOCKDOWN', FALSE); 

and change it to:

    define('IPM_LOCKDOWN', TRUE); 

Remember to upload the file if you edited it locally.

What limitations does LOCKDOWN mode have?

  1. Please be aware that LOCKDOWN mode is NOT a guarantee that IPMC will say active if you site is hacked.
  2. An extra layer of security is added but there are many other ways to disabled IPMC.
  3. It is recommended that ipm.php is NOT writable so that the file cannot be editted from within WordPress.
  4. Please be aware that LOCKDOWN mode is NOT a guarantee that IPMC will say active if you site is hacked.

IPMC has a bug and/or I want to suggest some new features. How?

Please contact Dalegroup Pty Ltd here: http://www.dalegroup.net/contact/

Reviews

There are no reviews for this plugin.

Contributors & Developers

“IPManager Connector” is open source software. The following people have contributed to this plugin.

Contributors

Translate “IPManager Connector” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

0.1 – 25/04/2011

  • First Release