Dear EE team
I am working with EE Version 2.1.3 / Built 20110411 and have the following problem:
{exp:channel:entries channel="test" author_id="CURRENT_USER" limit="1"}
{title}
{if no_results}
no results
{/if}
{/exp:channel:entries}This code creates a correct result, if the current user already has an own channel entry. If not, it shows not the no-results-value but an entry of another user.
I’ve tried also to add:
dynamic="no" // -> with the same result //and
require_entry="yes" // -> delivers no results //Thank you very much for your help.
Kind regards,
MISC