Company Directory

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
Supay
Forum Members
Forum Members
Posts: 11
Joined: Mon Jun 28, 2010 9:16 am

Company Directory

Post 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!
vigor
Forum Members
Forum Members
Posts: 92
Joined: Sat Apr 25, 2009 2:32 pm

Re: Company Directory

Post by vigor »

Use the code below. Just replace test with your custom field name

Code: Select all

{$entry->customfieldsbyname.test}
Post Reply

Return to “Modules/Add-Ons”