|
The Album page and song page in Music Collection 2.1 have been improved. Now, similar to artist profile page, modules can now be rendered on the album page and song page. How? Album page
A module position is loaded in the left column, called muscol_album_stats. That gives you all the Joomla modules power inside the album view. Any module you render in this position will be shown on album page. As an example, it's a good place to show statistics and reports of this album... or even the artist: How many page views it has, what are the top songs of the week, show artist evolution... There's no limit, because there's no limit on the number of modules to show here! Showing statistics is our recommendation... but you can show ANY other Joomla module in here. To CREATE this module position on your template (a must, if you want to use it), open your tempalteDetails.xml file, on your template directory. There, add a new module position, called muscol_album_stats, and you'll be ready to go! like this: <position>muscol_album_stats</position>

Song page
A module position is loaded in the left column, called muscol_song_stats.
That gives you all the Joomla modules power inside the song view. Any
module you render in this position will be shown on song page. As an
example, it's a good place to show statistics and reports of this song ... or even the artist, or album: How many times it has been downloaded, or listened, what are the
top songs of the week, show song evolution... There's no limit,
because there's no limit on the number of modules to show here! Showing
statistics is our recommendation... but you can show ANY other Joomla
module in here. To CREATE this module position on your template (a must, if you want to use it), open your tempalteDetails.xml file, on your template directory. There, add a new module position, called muscol_song_stats, and you'll be ready to go! like this: <position>muscol_song_stats</position>

Playlist page
This is also valid for playlist page. The module position is muscol_playlist_stats. <position>muscol_playlist_stats</position>
|