Hi There,
I’m using the ‘CKI Member List’ fieldtype to display only results for a specific member. As results can be returned, even if they might not be displayed, I need to display no results code for when no entries are found for a specific member, has anyone go any thoughts on how to achieve this?
{exp:channel:entries channel="technical_documents" dynamic="no"}
{if logged_in_member_id == "{cki_member_list_field get="member_id"}"}
{!-- Show Entry --}
{title}
{/if}
{if no_results}
{!-- Show No Results When 0 Entries Returned --}
No Results
{/if}
{/exp:channel:entries}Many thanks,
Sam
Moved to Community Help forum by Moderator