Open thiagolepidus opened 2 years ago
Thanks @thiagolepidus. This is probably a low priority for us because we never intended such long lists of featured monographs, and the default theme isn't designed to show them well. From a UX perspective, if you have such a long list of featured books, it might be time to rethink your content strategy.
Thanks for the feedback, Nate.
This feature was being used for a custom ordering. With the growth of the catalog we discovered the current limit of 30 publications.
We are tweaking the theme to allow for this custom ordering.
Many users end up making unanticipated uses of PKP application resources. :)
Yeah I understand! If you're doing some custom development work, here are two approaches that I would recommend:
Add a new form and field to the website settings area and use an orderable FieldOptions field to save the overall site order to a context setting.
Add a form field to the Catalog Entry form of each submission, and then write a custom query to order by that.
Neither one is going to scale very well once your catalog grows, but both are fairly simple ways to implement this for now.
Thanks @NateWr!
Hope your tips help @thiagolepidus, including in other theme implementations. :)
OMP Version: 3.3.0-8
Even marking 31 or more monographs as featured, after saving the features order only 30 monographs remain as featured.
Steps to reproduce:
After reordering the featured entries, only the monographs on the current page remain featured.
Mysql query before save order:
mysql query after save order: