Page 1 of 1

Company Directory

Posted: Thu Aug 25, 2011 7:45 am
by Supay
Hello I have a question, I'm with the Company Directory module and I would like to implement some new field in the template Sample Template Summary.

I created new fields and now they are inserted.

For example to insert an existing one does it like this:

{$ entry-> COMPANY_NAME}

For new've tried a thousand things:

{$ entry-> test}
{$ entry-> customfield [field-1]}
etc ...

and nothing. Anyone know how I can do?

Thanks!

Re: Company Directory

Posted: Thu Aug 25, 2011 6:34 pm
by vigor
Use the code below. Just replace test with your custom field name

Code: Select all

{$entry->customfieldsbyname.test}