When disabled, this option has no effect.
In shoutbox_display_posts method, you check this option for $output but not for $rows and it seem that $rows matter, $output seems not be used (and probably can be removed from this method)
When disabled, this option has no effect.
In shoutbox_display_posts method, you check this option for $output but not for $rows and it seem that $rows matter, $output seems not be used (and probably can be removed from this method)
Comments
Comment #1
Keiichi commentedI am having this issue as well. I do NOT want the newest posts on top, but even when the option is unchecked, they are still appearing in the same direction.
Comment #2
RJL-dupe commentedHas this ever been resolved? Even if the option is unchecked, new shouts are still on top.
Comment #3
disterics commentedThis is happening because of the use of theme_tables.
Need to change the way we generate the rows that we pass to the theme_table function
Comment #4
disterics commented