0
I noticed that there is no "Permissions" control on the affiliate tracker. My clients need control of the back-end of this component, but i dont want to give out superuser access. What can i do so that they can control the component, see accounts, and set rates? I am totally surprised that this doesnt exist because I would think my situation would be almost universal. Thanks in advance -- Dave
Responses (1)
-
Accepted Answer
1Hello,
We are adding this into the next verison of Affiliate Tracker. in the meantime, if you want to use this permission option, you can do it if you copy this file access.xml (see attached) into the folder /administrator/components/com_affiliatetracker/
also you will need to open the file /administrator/components/com_affiliatetracker/config.xml and add this code into it:
<fieldset
name="permissions"
label="JCONFIG_PERMISSIONS_LABEL"
description="JCONFIG_PERMISSIONS_DESC"
>
<field
name="rules"
type="rules"
label="JCONFIG_PERMISSIONS_LABEL"
validate="rules"
filter="rules"
component="com_affiliatetracker"
section="component" />
</fieldset>
let me know if that helps
Your Reply
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »