0
Hello,
I would like to show all the songs from an artist. There is an option that allow that: Default artist Song Layout in the menu. The problem is that I want to make a few changes and i´m not sure how to them:
- I would like to show just one tab. I don´t want to show the album tab.
- I want to show them in alphabetic order. How can i do that?
- I don´t want to put a link in each song to the album. I want to put just the name of the song and the possibility to play it or download it.
- In my template, there is a high span on the left of the screen. It´s defined as span4. How can i change the visual aspect?
I think these are the change that i need. I don´t know if i have to define a new template or modify this one.
Best regards,
Borja
I would like to show all the songs from an artist. There is an option that allow that: Default artist Song Layout in the menu. The problem is that I want to make a few changes and i´m not sure how to them:
- I would like to show just one tab. I don´t want to show the album tab.
- I want to show them in alphabetic order. How can i do that?
- I don´t want to put a link in each song to the album. I want to put just the name of the song and the possibility to play it or download it.
- In my template, there is a high span on the left of the screen. It´s defined as span4. How can i change the visual aspect?
I think these are the change that i need. I don´t know if i have to define a new template or modify this one.
Best regards,
Borja
Responses (3)
-
Accepted Answer
0- to show just one tab you actually need to do some code changes on file /helpers/helpers.php
- to show in alphabetic order you need to change the MySQL query that gathers the songs, found in /models/songs.php
- that's layout changes, to be made in /views/songs/default_songs.php
- I would need to see this live to tell you... -
Accepted Answer
Your Reply
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »