Permissions for redForm (for manager) - Joomla! Forum - community, help and support
hi all,
this first appearance here, hello all:)
and point. i've sucesfully incorporated redform website, works nice, expected. want allow client administer component, has manager ac level, , don't want change that, give them freedom (administator like). unfortunately, when go options redform level, there no way set permissions @ all! not display under each ac type:
check image
under grey bar, says action, permissions etc. there should appear actions appear here other component...but there's nothing.
any thoughts? i've posted quesiton on redform forum, it's quite dead, i'm not counting on them me out...
and other thing, less important maybe have answer - when add date field, there's little calendar icon next it. in docs redform there information should open tiny calendar (you know kind...pretty standard one) button <img> in html, there no code behind it, it's not clickabe...any thoughts?
thanks in advance attempts of helping:)
this first appearance here, hello all:)
and point. i've sucesfully incorporated redform website, works nice, expected. want allow client administer component, has manager ac level, , don't want change that, give them freedom (administator like). unfortunately, when go options redform level, there no way set permissions @ all! not display under each ac type:
check image
under grey bar, says action, permissions etc. there should appear actions appear here other component...but there's nothing.
any thoughts? i've posted quesiton on redform forum, it's quite dead, i'm not counting on them me out...
and other thing, less important maybe have answer - when add date field, there's little calendar icon next it. in docs redform there information should open tiny calendar (you know kind...pretty standard one) button <img> in html, there no code behind it, it's not clickabe...any thoughts?
thanks in advance attempts of helping:)
i know old thread, i've encountered , partially solved issue, thought i'd report fix here in case else needs it.
basically, access.xml file missing component install file. here's missing file allow set admin , manage permissions. additional permissions, such create, edit, delete not supported in component there's no point adding access.xml.
/administrator/components/com_redform/access.xml:
chris.
basically, access.xml file missing component install file. here's missing file allow set admin , manage permissions. additional permissions, such create, edit, delete not supported in component there's no point adding access.xml.
/administrator/components/com_redform/access.xml:
code: select all
<?xml version="1.0" encoding="utf-8" ?>
<access component="com_redform">
<section name="component">
<action name="core.admin" title="jaction_admin" description="jaction_admin_component_desc" />
<action name="core.manage" title="jaction_manage" description="jaction_manage_component_desc" />
</section>
</access>
chris.
Comments
Post a Comment