- Posts: 21
- Thank you received: 0
The fix is to upgrade to SermonSpeaker 5.x and Joomla 3.x, which is better anyway.
Series List Category & Series Manager Ordering
- Michael Dunkle
- Topic Author
- Offline
- Junior Member
1. Even though Category is a column option for Series List, it does not display on the front-end. Checking normal.php, it is not available as a column for display.
2. The Series Manager on the back-end appears to have issues in ordering. I have 10+ series defined across 4 categories. 3 of the categories are subcategories of a category. Each category is keeping it's own ordering, which means that I cannot place them in the order that I want for the Series List on the front-end. I'm attaching screenshots in the hopes that it makes clear what I'm seeing...
With what's happening in the Series Manager, I cannot make the front end display in Bible book order. I want all the Old Testament items first in order, then the New Testament in order w/ Other coming last. I cannot find a way to make it work.
Any help is appreciated.
Thanks,
Mike
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
- Offline
- Administrator
You can make a copy of the "normal" layout and adjust it to your needs. The Protostar ones can guide you how to do it. The data should be there.
There is some documentation about layouts here: www.sermonspeaker.net/documentation/layouting.html
2. The series manager looks fine. You can only order within a given category. That's per design and is consistent with other managers in Joomla 2.5 (like the article manager).
The ordering in frontend could be a bit tricky to achieve. You'd have to change the model for that. That's the file /components/com_sermonspeaker/models/series.php
There is currently this code:
Can you test this?
Please Log in or Create an account to join the conversation.
- Michael Dunkle
- Topic Author
- Offline
- Junior Member
- Posts: 21
- Thank you received: 0
Thanks for giving #2 some thought. I've tried to add the fix that you suggested. Unfortunately, the categories table no longer contains the ordering column. I'm playing w/ the sql to see what might work in place of that column.
Thanks,
Mike
Please Log in or Create an account to join the conversation.
- Michael Dunkle
- Topic Author
- Offline
- Junior Member
- Posts: 21
- Thank you received: 0
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
- Offline
- Administrator
Ah yes, didn't think of thoseMichael Dunkle wrote: Changing c_series.ordering to c_series.lft does the trick here! Thanks.
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
- Offline
- Administrator
Michael Dunkle wrote: I did add a layout override in the normal.php file. In part, I pointed this out b/c Category is a column option for all of the available views. I checked 3 & found that none of the ones I checked displayed the column on 4.5.8 As it's available in the admin interface, I would suggest this might be a bug.
It's not really a bug, but rather a historical thing. When I created the new Protostar layouts for Joomla 3, I added some additional columns which could be shown. However I didn't change the existing layouts for Joomla 2.5. There are other columns which don't show in those as well.
Please Log in or Create an account to join the conversation.