Hi,
My file is attached.
Some remarks:
- Put this file in admin\comp\fork\model\fields (rename to .php)
- override the form field (see below)
- you porbalby nee do some rework to get it working your component, but that is not the hard part
- not checked by default (didn't put any effort in it yet)
- its a quick hack. It probably has bugs/not used code
You can override the field (
www.j-cook.pro/index.php/f/forks. Read the part about xml field)
You will have something like:
<?xml version="1.0" encoding="utf-8"?>
<form>
<fieldset name="group.form" addfieldpath="/administrator/components/com_fidelity/fork/models/fields">
<field name="facilitators"
alias="id"
label="FIDELITY_FIELD_FACILITATORS"
filter="array"
type="mycheckboxes"
multiple="true"
labelKey="name"/>
</fieldset>
</form>
Note the "fork" part in addfieldpath.
Put that xml file in admin/comp/fork/models/forms/
My screenshot below (dutch): Facilitators is the checkboxes, users is a normal relation field.
Hope you can use it
Paul