| Current Path : /var/www/html/plugins/osmembership/userprofile/ |
| Current File : /var/www/html/plugins/osmembership/userprofile/userprofile.xml |
<?xml version="1.0" encoding="utf-8"?>
<extension version="4.2.0" type="plugin" group="osmembership" method="upgrade">
<name>Membership Pro - Userprofile</name>
<author>Tuan Pham Ngoc</author>
<authorEmail>tuanpn@joomdonation.com</authorEmail>
<authorUrl>https://joomdonation.com</authorUrl>
<copyright>Copyright (C) 2012 - 2026 Ossolution Team</copyright>
<license>GNU General Public License version 3, or later</license>
<creationDate>Nov 2012</creationDate>
<version>4.6.0</version>
<description>This plugin is used to Add Subscribers to Userprofile when they subscribe for a subscription plan.
</description>
<namespace path="src">JoomDonation\MembershipPro\Plugin\MembershipPro\UserProfile</namespace>
<files>
<folder plugin="userprofile">services</folder>
<folder>src</folder>
</files>
<config>
<fields name="params">
<fieldset name="basic">
<field
name="update_profile_data_when_admin_update_subscription"
type="radio"
label="Update User Profile When Admin Update A Subscription"
description="If set to Yes, the system will update user profile data when admin update a subscription record from backend"
default="0"
>
<option value="1">JYES</option>
<option value="0">JNO</option>
</field>
<field
name="update_name"
type="radio"
label="Update Name Of User"
description="If you do not want the plugin to update name of user base on data from first_name and last_name, set this parameter to No"
default="1"
>
<option value="1">JYES</option>
<option value="0">JNO</option>
</field>
</fieldset>
</fields>
</config>
</extension>