Log in

View Full Version : quick reply ajax inserts messages


mooreaa
10-15-2008, 07:29 AM
Hello,

I am trying to reverse the sort order of my postbits so that the newest post is at top.

I am doing this by changing $postorder = "DESC"; with a plugin.

The problem I am having is that when I do a quick reply, it inserts the post at the bottom!... when I refresh it puts it back in the right place... but I am wondering how I can get the ajax to insert the reply at the top.

Any ideas would be appreciated.

Marco van Herwaarden
10-15-2008, 07:57 AM
Do you want to do this for the entire board? And why do you want to force the users to this sorting order instead of letting them choose what they prefer?

mooreaa
10-15-2008, 09:28 PM
I want to limit this to only some of my forums, but I should be able to do that via the plugin fairly easily. The reason for reverse sorting is that I use some of my forums to post Articles. On those forums, I want the latest comments at the top as opposed to the end.

--------------- Added 1224112609 at 1224112609 ---------------

Alternatively, maybe there is a way for me to disable the ajax quick reply for specific forums? This way, a page refresh would be forced?