该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

IPManager Connector

描述

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/

安装

  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

常见问题

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/

评价

此插件暂无评价。

贡献者及开发者

「IPManager Connector」是开源软件。 以下人员对此插件做出了贡献。

贡献者

更新日志

0.1 – 25/04/2011

  • First Release