My Site
CMSMS 1.11.9
Company Directory 1.19.4
I have a BNI Members website. Each member will wish to add testimonials to his/her profile (Company Directory)
Tried adding a Field Definition (dropdown) called Profession
Added the following to the details template;
Code: Select all
{if isset($entry->fields)}{if isset($entry->fields.Profession) && $entry->fields.Profession->dropdown_value != ''}
<div id="DtestimonialSum">{news number='3' category='{$entry->fields.Profession->dropdown_value}' summarytemplate='MemberTestimonial'}</div>
{/if}{/if}Had a go at adding this in the Details WYSIWYG window
Code: Select all
{news number='3' category='Photography' summarytemplate='MemberTestimonial'}



