JR PJ - Comments Sort
Using Jamroom
I'm seeing this issue with the youtube module and a module I created via Aparna. I'm seeing it on all of my jamroom websites. None of the items in both modules were "imported". Before updating to ver16 I was using "_created DESC" and these items were listing from last entered to first entered. After the update, not so. Changing to "_item_id DESC" fixes it, but you may want to check those module's timestamping I guess. The blog module doesn't seem to be affected.
I do have a jr website where I have imported thousands of profiles using phpmyadmin. The mysql inserts I constructed for that contained a timestamp value which is the same for every record. "_created DESC" has stopped working there of course, which makes sense if _created is going by the timestamp now. I wonder if the jr_import tool does something similar.
Reading what Brian has said, the youtube and aparna modules are evidently not creating proper timestamps. Even youtube videos added AFTER the v16 update do not appear at the top of a "_created DESC" list.
updated by @blindmime: 12/07/14 04:09:31AM