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?
[SolVeD] News detail tpl, entry fields where is it
[SolVeD] News detail tpl, entry fields where is it
Last edited by uloloi on Tue Nov 26, 2013 3:14 pm, edited 1 time in total.
Re: News detail tpl, entry fields where is it
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:
Use print_r modifier to see all your fields
Hope that helps
*edit*
also check if your custom field is set public to use it in your templates
*edit*
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}
Code: Select all
{$entry->fields|print_r}
*edit*
also check if your custom field is set public to use it in your templates
*edit*
Re: News detail tpl, entry fields where is it
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?