Recent Topics

1 Aug 20, 2006 21:46    

Hi, i've recently installed b2evolution on my website, and I got it up and running without any problems. However, I am trying to use it for recording the progress of a car build, and as a result I would like the oldest posts to display first. Currently its displaying as default (newest at the top), and I would like to reverse this.

I am using version 0.9.2. Any help anyone can provide will be absolutely great.

2 Aug 20, 2006 22:11

Don't worry about it, after a bit of searching I found the correct line and have now sorted it.

3 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 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 Aug 22, 2006 00:58

I also like editing in "[SOLVED]" to the thread's original post title. ;)


Form is loading...