Hi.
I have a problem to exclude items from a specific user.
{jrCore_list
module="jrYouTube"
order_by="_created desc"
search="profile_id != 1"
template="video_row.tpl"
pagebreak="25"
page=$_post.page
}
In this Example i want to exclude all youtube items from that Video List.
This works... but many hundreds of other Videos from other users are excluded too.
I tried different search conditions. It also doesn't work with search1="profile_id !=1" and search="profile_id > 1"
And i get different output for this list when i logged in as admin or as a normal user.
by the way, before you ask me, actually my cache is deactivated
updated by @bandwerkstatt: 04/26/17 02:33:21PM