Problem with search conditions
Design and Skin Customization
That sounds like its working as expected. What is the issue. What does "the last two videos are missed!!!" mean?
{jrCore_list
module="jrYouTube"
order_by="_created desc"
search="profile_id != 1"
pagebreak="25"
page=$_post.page
}
{jrCore_list
module="jrYouTube"
order_by="_created desc"
search="profile_id = 1"
pagebreak="25"
page=$_post.page
}