First of all, sorry for my poor English!
I have need help for Company Directory module in Front End User.
I've got 3 users in FEU (Eve, Steve, Mike), and they can add new records to Company Directory module in FEU. They are when add these records, after they can edit or delete these records in theirs. But I want to be able to change other records from other users.
For example:
01. Eve is submit a new record as "First record".
02. Steve has need to changes the "First record", but he hasn't got a permission for this action in FEU, becouse Eve has got the ownership for this record.
My question is, How they could modify all record of Company Directory in Front End User? Becouse the record submit and the modify of these records is a coop work.
I tried to add this code in "Company Directory - Add/Edit a Frontend Form Template", becouse I hope than they can change ownership. But I haven't got succes:
Code: Select all
<div class="pageoverflow">
<p class="pagetext">{$mod->Lang('owner')}:</p>
<p class="pageinput">
<select name="{$actionid}cd_owner_id">
{html_options options=$feu_uid selected=$owner_id}
</select>
</p>
</div>
FEU version is 1.21.16
CMS Made Simple version is 1.11.7
I hope, you can understand me. And sorry about my Englis, again.
Thank you so much for your help.
Zoltan


