Instead of displaying by latest added, featured etc... I need to display in alphabetical order.
This is for Videos, within an album when viewing album contents.
Any suggestions?
Instead of displaying by latest added, featured etc... I need to display in alphabetical order. This is for Videos, within an album when viewing album contents.
Any suggestions? |
If i recall videos, sounds, and files all use pretty much the same file to get that information. I could be wrong.... but if you edit the code for video it would run over to a few other modules as well. Let me see if i can find the file in the inc folder. https://dolphin-techs.com - Skype: Dolphin Techs |
yeah i think you would need to edit /inc/classes/BxDolFilesDb.php one or two functions: function getFilesByAuthor and or function getFileInfo https://dolphin-techs.com - Skype: Dolphin Techs |
Yea, that is one of the things i seriously dislike about dolphin. To many modules sharing the same code. Makes modifying one without affecting the other a little tricky. https://www.deanbassett.com |