Joomla附属注册插件xml
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Joomla附属注册插件xml相关的知识,希望对你有一定的参考价值。
xml for joomla aff. register plugin
<?xml version="1.0" encoding="utf-8"?> <install version="1.5" type="plugin" group="user" method="upgrade"> <name>User - PAP4 Register</name> <author>Maros Fric</author> <creationDate>December 2008</creationDate> <copyright>(C) 2008 Maros Fric</copyright> <authorUrl>www.qualityunit.com</authorUrl> <version>1.0</version> <description>Plugin that registers new user also to PAP4 using the API</description> <files> <filename plugin="pap4">PapApi.class.php</filename> </files> <params> <param name="pap4_url" type="text" size="100" default="" label="PAP4 URL" description="Full URL to your PAP4 installation /scripts/server.php. For example: http://www.yoursite.com/affiliate/scripts/server.php"/> <param name="pap4_username" type="text" size="30" default="" label="PAP4 merchant username" description="Your PAP4 merchant username"/> <param name="pap4_password" type="text" size="30" default="" label="PAP4 merchant password" description="Your PAP4 merchant password"/> </params> </install>
以上是关于Joomla附属注册插件xml的主要内容,如果未能解决你的问题,请参考以下文章