i would like the latest posts on top. i change the DESC to ASC. that works fine, but i can't find the position of ajax post. where can i find this to change?
thanks for the great module. i hope you can help me
sry for my bad english :D
i would like the latest posts on top. i change the DESC to ASC. that works fine, but i can't find the position of ajax post. where can i find this to change?
thanks for the great module. i hope you can help me
sry for my bad english :D
Comments
Comment #1
SeeSchloss commentedYou would have to move the
$contents .= drupal_get_form...line (line 604 in tribune.module in the current dev) to somewhere around line 584. There may be other changes needed in the javascript too for the reloading to work correctly, I'm not sure, just ask here if it still doesn't work :)I used to have an option for displaying the latest posts on top, but I found it was too difficult to maintain when I changed the javascript code, especially since I didn't use it myself... but maybe I'll try to put it back, I'll see.
Comment #2
SeeSchloss commentedSetting it to active since several persons are asking for it
Comment #3
SeeSchloss commentedThis feature is now available in the CVS version (choose the message order in the tribune administration page).
I have found another bug while coding this, though :(
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.