0
Hi,

I have some split albums, which I can ad nicely no problems there.
However I have some split albums with artist which I have only albums from 1 of the artist, and no albums just the songs on the split from the other artist.

So far so good, but if you look at the artists view the artist shows up as an empty one (see image).
So I thought lets give that artist no search letter, so it won't be added to the main artist view page, because the system wouldn't know were to put that artist because it doesn't have the alphabetical search string.

But MC puts the letter in automatically on saving the artist, even if I let it blank.
Can this be done?

Thanks,

Appie
Attachments:
Responses (3)
  • Accepted Answer

    Tuesday, December 31 2019, 10:11 AM - #Permalink
    0
    if you want to prevent MC from putting the letter automatically, this is done in file /administrator/components/com_muscol/tables/artist.php
    The reply is currently minimized Show
  • Accepted Answer

    Sunday, January 05 2020, 07:11 PM - #Permalink
    0
    Thanks will take a look at that
    The reply is currently minimized Show
  • Accepted Answer

    Sunday, January 05 2020, 07:29 PM - #Permalink
    0
    So I have done this


    if(!$inicial){
    //$this->letter = substr($class_art,0,1);
    $exep = array("1","2","3","4","5","6","7","8","9","0","!","?","�","�","'","$","(",")","\"");
    if(in_array($this->letter,$exep)) $this->letter = "1";
    }


    And this works fine with my issue, The artist gets no letter and doesn't show up in artists view, so exactly as I want..
    Would it give me problems with other things? I cant see any problems so far..

    Thanks,

    Appie
    The reply is currently minimized Show
Your Reply