1 walish Aug 20, 2006 21:46
3 edb Aug 20, 2006 22:26
That was fast :!:
So how about closing out this thread by telling the next person with this problem how you solved it?
4 walish Aug 21, 2006 21:24
I found the file _blog_main.php in the 'b2evocore' folder, on opening that file I changed the following line from
param( 'order', 'string', 'DESC', true );
to
param( 'order', 'string', 'ASC', true );
this reversed the order that the posts are displayed. Hope this helps anyone in the same boat.
5 stk Aug 22, 2006 00:58
I also like editing in "[SOLVED]" to the thread's original post title. ;)
Don't worry about it, after a bit of searching I found the correct line and have now sorted it.