Closed (fixed)
Project:
phpBB2Drupal
Version:
5.x-2.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Sep 2007 at 09:50 UTC
Updated:
26 Sep 2007 at 19:21 UTC
The import of my forum went very well except for one thing. Posts with no replies appear first in the list of threads in a forum. So I will have a tonne of threads from up to 2 years ago listed first, followed by the normal order of threads that you would expect.
Forms->Settings is set to "Date - newest first"
Comments
Comment #1
artycul commentedsame problem here... is there anyone who experienced the same bug and found any solution?
...sebi
Comment #2
justafishran this in phpmyadmin:
UPDATE node_comment_statistics, node SET node_comment_statistics.last_comment_timestamp = node.created WHERE node.nid = node_comment_statistics.nid AND node_comment_statistics.comment_count = 0
Comment #3
artycul commentedthank you soooooo much ;)
Comment #4
(not verified) commented