Page 1 of 1

[Solved] Blogs Made Simple - post order

Posted: Tue Jun 24, 2008 10:48 am
by alexm77
I'm trying to get the blogs module to order posts as most recent first, but it currently displays oldest first. I've added the following tag to insert the module...

{Blogs catid='1' oldestfirst='false'}

Changing oldest first to true or false doesn't seem to make any difference.

I've also looked at the following thread (http://forum.cmsmadesimple.org/index.ph ... l#msg82734) and tried these solutions, but it doesn't seem to make any difference either.

I have modified my templates slightly to remove commenting, but don't think that would affect it... all seems to be working fine other than that.

Any other ideas?

Cheers.

Re: Blogs Made Simple - post order

Posted: Tue Jun 24, 2008 9:44 pm
by jcolvard
Blogs.module.php, line 358

see this post: http://forum.cmsmadesimple.org/index.ph ... 838.0.html

Re: Blogs Made Simple - post order

Posted: Wed Jun 25, 2008 8:35 am
by alexm77
works a treat! Many thanks.