Blank form when editing a CompanyDirectory entry

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
Mich-adg
Forum Members
Forum Members
Posts: 200
Joined: Sat Aug 02, 2008 9:08 pm

Blank form when editing a CompanyDirectory entry

Post by Mich-adg »

Hi,
i'm trying to edit a Company profile with the action="fe_edit" of CompanyDirectory module. When logged in, an empty form is displayed, i can't see the company datas in the different fields.

My code :

Code: Select all

{if $ccuser->loggedin() && $ccuser->memberof('annuaire')}
   {CompanyDirectory action="fe_edit" companyid=$ccuser->property('company_id')} 
{/if}
The "edit template" is the default one, and i notice that a message before the form ask me to "add a new company" (and not edit).

The company_id returns the good id, i tried also to write companyid='31' to test... same blank form.
The owner of the Company is set in the admin (dropdown menu at the top).

Thanks for any help!

My Cmsms version is 1.11.6, CC 1.9, FEU 1.21.14.
Post Reply

Return to “Modules/Add-Ons”