Blogs Made Simple WTF?

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
saitanay
Forum Members
Forum Members
Posts: 44
Joined: Sat Jan 12, 2008 4:56 am

Blogs Made Simple WTF?

Post by saitanay »

i installed Blogs Made Simple module.

inserted {cms_module module='Blogs' params}

(optional) oldestfirst="false" - Setting this to "true" allows you to reverse sort order of entries showing the oldest first.


So finally i inserted {cms_module module='Blogs' oldestfirst="false" }

but the order is not changing.. whether i give true/flse it is showing older posts on top..

what to do? i need newer articles to be "on top"..
saitanay
Forum Members
Forum Members
Posts: 44
Joined: Sat Jan 12, 2008 4:56 am

Re: Blogs Made Simple WTF?

Post by saitanay »

The version of BMS module is 0.2.2
saitanay
Forum Members
Forum Members
Posts: 44
Joined: Sat Jan 12, 2008 4:56 am

Re: Blogs Made Simple WTF?

Post by saitanay »

any body alive out dere to help me??????
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Re: Blogs Made Simple WTF?

Post by RonnyK »

remove the oldestfirst-parameter,

{cms_module module='Blogs'}

should work.....

Ronny
charmer

Re: Blogs Made Simple WTF?

Post by charmer »

All working well for me here. Just in early testing stages, and I wondered how Blogs Made Simple coped with large numbers of posts - is there pagination? Couldn;t see any mention of this in the settings....

Cheers
n00t14
Forum Members
Forum Members
Posts: 16
Joined: Fri Dec 14, 2007 12:14 am

Re: Blogs Made Simple WTF?

Post by n00t14 »

Hi! I'm also having some issues with Blogs Made Simple... I'm using version 0.2.2 and I have CMSMS version 1.2.3 installed.

It installed fine and I was able to create a category as well as an entry but when I go to the page to view and click to read more nothing happens. Same thing if I click on comments or the entry heading. I'm not sure if there are some settings I need to do or something I missed after install.

Any advice to get this working for me would be greatly appreciated.

Thanks,
n00t14
tomjaxon
New Member
New Member
Posts: 7
Joined: Mon Aug 20, 2007 9:26 am

Re: Blogs Made Simple WTF?

Post by tomjaxon »

I am using Blogs Made Simple 0.3.0b2 and have had issues with the oldestfirst parameter also.

I found that editting the GetEntries() function in Blogs.module.php on line 358 to change the database query ORDER BY clause fixed my issue.

I changed...

Code: Select all

ORDER BY comment.createtime
...to...

Code: Select all

ORDER BY entry.createtime
and now blog entries are sorted correctly.

Hope this is of use to some one out there.
javierb68
New Member
New Member
Posts: 4
Joined: Tue Sep 16, 2008 3:10 pm

Re: Blogs Made Simple WTF?

Post by javierb68 »

I'm using aldo Blogms 0.3.3.1 with the same problem and I've changed the query, but still ascending date was showed.

I think the GetEntries function in Blogs.module.php isn't getting the $oldestfirst param.

When I change the query forced to DESC, it works rigth.

Regards.


Edt:
I've find the same solution here http://forum.cmsmadesimple.org/index.php/topic,16620.msg82734.html#msg82734

Sorry.


www.cimbis.com
Last edited by javierb68 on Tue Oct 21, 2008 8:50 am, edited 1 time in total.
Post Reply

Return to “Modules/Add-Ons”