I have the same issue with WP3.8 and WP-Filebase. It was working before for me as well.
Thread Starter
benz1
(@benz1)
I see a new version has been released so looks like Fabian is on the case again but the other thing that appears to have been changed is, “Reverted ‘direct access block’ since this is not working for multi-site in some cases”.
Is there any chance of the issue above being fixed as it is pretty fundemental…
Thanks,
Benz1
Having this issue as well.
We have multiple files added per week, all with the date in the filename:
Awesome File 14-06-03
Awesome File 14-06-02
Awesome File 14-06-01
We have WP-Filebase default order set to display by title, Descending.
Since the update they are listed Ascending like so:
Awesome File 12-10-09
Awesome File 12-10-10
Awesome File 12-10-11
…
Awesome File 14-06-01
Awesome File 14-06-02
Awesome File 14-06-03
Changing the default sort order and/or Ascending/Descending does nothing.
It is crucial that this works as we have people paying for these files so they need to be displayed in the correct order.
Same issue here, solved by using shortcode.
So I need my docs in date order, latest first, so added sort=”>file_date” which did the trick.
Thread Starter
benz1
(@benz1)
Hmmm, doesn’t seem to work for me. Tried various combinations of single and double quotes, > & < but always displays oldest first 🙁