| Server IP : 54.36.91.62 / Your IP : 216.73.217.111 Web Server : Apache System : Linux webm013.cluster127.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : coopiak ( 151928) PHP Version : 8.3.23 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/coopiak/dansnotreville-fr/plugins/system/communitybuilder/ |
Upload File : |
<?xml version="1.0" encoding="utf-8" ?> <extension version="3.10" type="plugin" group="system" method="upgrade"> <name>Community Builder System plugin</name> <author>CB Team</author> <authorUrl>https://www.joomlapolis.com/</authorUrl> <authorEmail>cbteam@joomlapolis.com</authorEmail> <copyright>Copyright (C) 2004-2023 www.joomlapolis.com / Lightning MultiCom SA - and its licensors, all rights reserved</copyright> <license>http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU/GPL version 2. All copyright statements must be kept and derivative work must prominently duly acknowledge original work on web interface and on website where downloaded.</license> <creationDate>2023-11-08</creationDate> <version>2.9.0</version> <description>Community Builder System Plugin for Joomla!</description> <scriptfile>script.communitybuilder.php</scriptfile> <files> <filename plugin="communitybuilder">communitybuilder.php</filename> <filename>index.html</filename> </files> <config> <fields name="params"> <fieldset name="basic"> <field name="redirect_urls" type="list" default="1" label="Redirect URLs" description="Enable or disable redirect of Joomla Users component URLs to CB URLs."> <option value="0">Disabled</option> <option value="1">Enabled</option> </field> <field name="rewrite_urls" type="list" default="1" label="Rewrite URLs" description="Enable or disable rewriting of Joomla Users component URLs to CB URLs."> <option value="0">Disabled</option> <option value="1">Enabled</option> </field> <field type="spacer" name="verify_consent_spacer" hr="true" /> <field name="verify_consent" type="list" default="0" label="Verify Consent" description="Enable or disable checking if a user has confirmed consent for all Terms and Conditions fields marked as required and accessible on profile edit. This will not allow them to leave profile edit until consent has been provided or they logout. Note this will apply to all users."> <option value="0">Disabled</option> <option value="1">Enabled</option> </field> <field name="verify_consent_urls" type="repeatable" filter="raw" icon="list" select="URLs" label="Allowed URLs" description="Optionally supply URLs to allow access to even if consent is required. Note terms and condition fields using URLs will automatically be added to this list on verify consent." showon="verify_consent:1"> <fieldset hidden="true" name="allowed_urls_modal" repeat="true"> <field name="url" type="text" filter="raw" label="URL" description="Supply the internal Joomla URL to allow access to. Recommended to use non-SEF beginning with index.php." class="span12" /> </fieldset> </field> <field name="verify_consent_msg" type="textarea" cols="60" rows="3" default="Your consent is required." label="Consent Required Message" description="Optionally supply a message to display to the user if consent is required." showon="verify_consent:1" /> <field name="verify_consent_msg_type" type="list" default="error" label="Message Type" description="Select the type of message to display." showon="verify_consent:1[AND]verify_consent_msg!:"> <option value="message">Message</option> <option value="notice">Notice</option> <option value="note">Note</option> <option value="attention">Attention</option> <option value="alert">Alert</option> <option value="error">Error</option> <option value="info">Info</option> <option value="warning">Warning</option> <option value="success">Success</option> </field> </fieldset> </fields> </config> </extension>