Company Directory change owner [solved]

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
zoltan
New Member
New Member
Posts: 4
Joined: Mon Feb 25, 2013 6:13 pm

Company Directory change owner [solved]

Post 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
Last edited by zoltan on Mon Aug 05, 2013 6:50 am, edited 1 time in total.
CapereSpiritum
Forum Members
Forum Members
Posts: 223
Joined: Wed Dec 28, 2011 12:11 pm

Re: Company Directory change owner

Post 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
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: Company Directory change owner

Post 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.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
CapereSpiritum
Forum Members
Forum Members
Posts: 223
Joined: Wed Dec 28, 2011 12:11 pm

Re: Company Directory change owner

Post by CapereSpiritum »

I thunk wrong then....

::)
zoltan
New Member
New Member
Posts: 4
Joined: Mon Feb 25, 2013 6:13 pm

Re: Company Directory change owner

Post by zoltan »

Thank you so much for the many help.
Post Reply

Return to “Modules/Add-Ons”