yyz Posted November 20, 2023 Share Posted November 20, 2023 I want to sort videos by views on one page, I putted like this and Im not sure if this is fine or not: {{assign var="videos_data" value=$data sort_by="views"}} Quote Link to comment Share on other sites More sharing options...
Tech Support Posted November 21, 2023 Share Posted November 21, 2023 This is not correct, Smarty syntax doesn't allow to sort videos. In order to modify videos sorting in the list_videos block where you need this you should modify sort_by parameter of the block. Quote Link to comment Share on other sites More sharing options...
yyz Posted November 21, 2023 Author Share Posted November 21, 2023 6 hours ago, Tech Support said: This is not correct, Smarty syntax doesn't allow to sort videos. In order to modify videos sorting in the list_videos block where you need this you should modify sort_by parameter of the block. can u pls show me how do i write that? Quote Link to comment Share on other sites More sharing options...
Tech Support Posted November 21, 2023 Share Posted November 21, 2023 Please create support ticket. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.