Company Directory, FEU create new company?
Posted: Thu Jul 12, 2012 1:56 pm
Hello everybody.
I am using Company Directory and have managed with the help of posts on this forum to set up a page so that users can log in (using FEU module) and update a company directory record that I have set up for them.
On the page I use this code:
{if $ccuser->loggedin() && $ccuser->memberof('CompanyGroup')} {CompanyDirectory action="fe_edit" companyid=$ccuser->property('companyid')} {/if}
My question is - can FEU be used to create a new company in Company Directory?
If so can anybody help me with how this is done??
Thanks in advance.
I am using Company Directory and have managed with the help of posts on this forum to set up a page so that users can log in (using FEU module) and update a company directory record that I have set up for them.
On the page I use this code:
{if $ccuser->loggedin() && $ccuser->memberof('CompanyGroup')} {CompanyDirectory action="fe_edit" companyid=$ccuser->property('companyid')} {/if}
My question is - can FEU be used to create a new company in Company Directory?
If so can anybody help me with how this is done??
Thanks in advance.