wildplanet
wildplanet
Offline
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

    Monday, March 23 2015, 11:26 AM - #Permalink
    1
    Hello,

    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
    Attachments:
    The reply is currently minimized Show
Your Reply