Arrange Blogs
Using Jamroom
Dazed:...I post a blog. You post a blog pushing mine down and you are in spot 1. I would like to change the sort so that I can change my post to be post 1 and your to post 2. Kind of like the arrange songs being drag and drop for order....
Your right, there is an issue with blog display order. It should be ordered by the newest publication date at the top. Its not doing that right now.
Getting your item to the top should be as easy as updating the post and setting its publication date as newer that the other one.
This is the code that seams correct in /jrBlog/item_index.tpl
{jrCore_list module="jrBlog" profile_id=$_profile_id search1="blog_publish_date <= `$smarty.now`" order_by="blog_publish_date numerical_desc" pagebreak="8" page=$_post.p pager=true}/jrBlog/index.tpl is also listing the list from oldest to newest publication date which should be reversed.
. What im interested in is what _instructions_ would have worked.