Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
Welcome, Guest
Please Login or Register.    Lost Password?
FireBoard Manual Latest release discussions Download FireBoard Spread FireBoard!
Re:Forum Posts Not ordered by latest date (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: Re:Forum Posts Not ordered by latest date
#47832
Forum Posts Not ordered by latest date 6 Months, 2 Weeks ago  
I apologize in advance if this is a duplicate post. I searched but could not find anything exactly like this issue.

I'm a bit new to working with Fireboard so please bear with me.

Joomla v1.0.12
Fireboard v1.0.3

Post on our forums have been ordered correctly until recently. Since the new year (2008), all posts made in 2008 have been placed at the end of the thread. All previous posts (2005-2007) are ordered correctly.

Anyone else experiencing this?
Suggested troubleshooting steps and/or solutions?

Thanks,
Merlintime (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2008/03/28 23:40 By Merlintime.
 
The administrator has disabled public write access.  
#47870
Re:Forum Posts Not ordered by latest date 6 Months, 2 Weeks ago  
I experienced this right after I upgraded to 1.04. I'm not 100% sure, but I think I found a post that correctly led me to cure the problem by clicking on the "Create Community Builder forum profile" link in the Fireboard Configuration settings (I have Community Builder installed).

If you dig around a bit, you might find more posts on this (but yes, I know from some problems I had, that finding the right answer can be hard sometimes if you don't use precisely the right terms used in other posts).
Venture (User)
Junior Boarder
Posts: 32
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#51746
Re:Forum Posts Not ordered by latest date 4 Months ago  
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,
Merlintime (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#54154
Re:Forum Posts Not ordered by latest date 2 Months, 3 Weeks ago  
Bump

Hoping to get information for a fix. Would there happen to be any Fireboard developers viewing these threads?

Thanks,
Merlintime (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#54162
Re:Forum Posts Not ordered by latest date 2 Months, 3 Weeks ago  
I wonder if this is due to a partially failed upgrade in the past? Just guessing out load.

I have been running both 1.0.3 and since year end 1.0.4 on my forum without ever seeing that problem.

www.starVmax.com
fxstein (Moderator)
FB Core Team
starVmax
Moderator
Posts: 1170
graphgraph
User Offline Click here to see the profile of this user
Gender: Male fxstein starVmax Location: Silicon Valley, USA
Logged Logged
 
 
The administrator has disabled public write access.  
Go to top