On 9 mar, 17:05, tomfuller <
tomfull...@gmail.com> wrote:
> Hi Nacho,
>
> Add this field to your components config.xml file:
>
> name="permissions"
> label="JCONFIG_PERMISSIONS_LABEL"
> description="JCONFIG_PERMISSIONS_DESC"
> >
> <field
> name="rules"
> type="rules"
> label="JBS_ADM_PERMISSION_SETTINGS"
> class="inputbox"
> validate="rules"
> filter="rules"
> component="com_biblestudy"
> section="component"
> />
> </fieldset>
>
> Then in one of your view.html.php files under the toolbar area add:
>
> JToolBarHelper::preferences('com_biblestudy','600','800',JText::_('JBS_ADMI N_PERMISSIONS'));