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 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.

