Bumping this thread in hopes someone can provide an fix or work around.
I've upgraded the forum to Fireboard v1.0.4 however, any new posts still get sorted behind previous years posts. I noticed in the database all new posts had the field 'ordering' set to NULL. Executing the following SQL code corrected the affected posts:
| Code: |
UPDATE `jos_fb_messages` SET `ordering` = 0 where `ordering` is NULL
|
This however, is only a temporary fix. Still any new posts get sorted behind previous years posts.
Has anyone else experience this?
What file contains the code which writes to the `ordering` field?
Anyone have a fix or work around?
Any help is appreciated.
Thanks,