Page 1 of 1

Company Directory change owner [solved]

Posted: Fri Aug 02, 2013 9:49 am
by zoltan
Hi my friends!

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>
Company Directory Module version is 1.17.7
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

Re: Company Directory change owner

Posted: Sat Aug 03, 2013 2:05 pm
by CapereSpiritum
Hi Zoltan

I use Company Directory in a few sites. As yet I have not added FEU though.

However, I think you need to create a 'Group' in Users & Groups. Have your FEU's register to that group. Assign that Groups permissions to include 'Modify Company Directory'

Try it but test it first.

I hope this is of some use.

Simon

Re: Company Directory change owner

Posted: Sat Aug 03, 2013 3:18 pm
by calguy1000
CompanyDirectory does not permit and does not have any mechanism for permitting FEU users to edit/delete records added by another FEU user.

Authorized administrators can change ownership, and edit/delete any Company record, from within the CMSMS admin panel.

Re: Company Directory change owner

Posted: Sat Aug 03, 2013 3:40 pm
by CapereSpiritum
I thunk wrong then....

::)

Re: Company Directory change owner

Posted: Sun Aug 04, 2013 8:43 pm
by zoltan
Thank you so much for the many help.