[SolVeD] News detail tpl, entry fields where is it

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
uloloi
Forum Members
Forum Members
Posts: 88
Joined: Thu Dec 16, 2010 8:50 pm

[SolVeD] News detail tpl, entry fields where is it

Post by uloloi »

Module News

Hi, where is the entre->fields in detail template? I can't find it

Why in the summary tpl, this entry exists, and is calling with
entry->fields

And in the detail of the news is different?
Last edited by uloloi on Tue Nov 26, 2013 3:14 pm, edited 1 time in total.
clapczyn
Forum Members
Forum Members
Posts: 59
Joined: Tue Oct 27, 2009 2:00 pm

Re: News detail tpl, entry fields where is it

Post by clapczyn »

Hi Uloloi,

you should be able to adress your fields in summary and detail the same way … When I adress custom fields directly I do it this way:

Code: Select all

{$entry->fields.FIELDNAME->value}
Use print_r modifier to see all your fields

Code: Select all

{$entry->fields|print_r}
Hope that helps

*edit*
also check if your custom field is set public to use it in your templates
*edit*
uloloi
Forum Members
Forum Members
Posts: 88
Joined: Thu Dec 16, 2010 8:50 pm

Re: News detail tpl, entry fields where is it

Post by uloloi »

Thank you. Now check the option to make it public in my template, I didn't know that detail. For that reason I could not see the information, right?
Post Reply

Return to “Modules/Add-Ons”