Modify the artist page

val magne
val magne
Offline
0
Hello,

On the artist page I would modify the div "view_songs" to delete the album menu but I don't find the good php file. Where is it ? I don't find this div on common.php in views/artist/tmpl/common.php...

thanks a lot
Responses (8)
  • Accepted Answer

    Wednesday, October 03 2012, 04:09 PM - #Permalink
    0
    is this in the songs page view? then you need to look at views/artist/tmpl/songs.php
    The reply is currently minimized Show
  • Accepted Answer

    val magne
    val magne
    Offline
    Wednesday, October 03 2012, 05:13 PM - #Permalink
    0
    When you are in the artist page, I would modify the 2 tabs albums and songs to delete albums.
    http://www.espace-babylone.com/index.php/groupes/residents/E/2-epholienne-funkiz

    I've not songs.php in views/artist/tmpl

    thanks http://www.joomlamusicsolutions.com/images/fbfiles/images/2012_10_03_1909.png
    Attachments:
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, October 04 2012, 11:27 AM - #Permalink
    0
    oh! ok sorry I missunderstood you.
    this is located in the /helpers/helpers.php file, in the function called artist_tabs
    The reply is currently minimized Show
  • Accepted Answer

    val magne
    val magne
    Offline
    Thursday, October 04 2012, 12:09 PM - #Permalink
    0
    thanks a lot !!!
    The reply is currently minimized Show
  • Accepted Answer

    val magne
    val magne
    Offline
    Thursday, October 04 2012, 12:59 PM - #Permalink
    0
    Ok but where is declared that albums tab is the default one et not songs ? If I've understood it's the default value of $scope.
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, October 04 2012, 05:21 PM - #Permalink
    0
    ok, I understand what you say. no, it's not declared here.. is not declared "anywhere", it's just that the "artist" link always points to the ALBUMS view, not the songs one. do you know what I mean? so actually what you say is that you would like to change the artist links to actually point to the artist SONGS page... is that it? that requires some extra coding!
    The reply is currently minimized Show
  • Accepted Answer

    val magne
    val magne
    Offline
    Friday, October 05 2012, 07:10 AM - #Permalink
    0
    yes you have perfectly understood. In fact, the site presents young music groups. They have not albums, just differents songs. I create a default album with all songs but in front end album tabs is not necessary.
    It's why I would songs by default...

    thanks
    The reply is currently minimized Show
  • Accepted Answer

    Saturday, October 06 2012, 05:15 PM - #Permalink
    0
    I understand. well for this you need to change all artist links to be artist-songs links.
    there's a function called getArtistRoute on the helpers file which is for doing that! :)
    The reply is currently minimized Show
Your Reply