All artists in page

0
Hi! I want to create a menu item that shows all the artists that i have just like the demo of the MC. I try Artists and Detailed but it shows the search bars.

What am i doing wrong?
Responses (19)
  • Accepted Answer

    Tuesday, November 24 2009, 03:32 PM - #Permalink
    0
    to show ALL artists you have to choose ARTISTS view, and then go to paramters and make "show artists on mc home". the serach bars will show if you have the parameter for this set to ON

    Germi
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, November 24 2009, 03:38 PM - #Permalink
    0
    I do that and it show. But when i click in the title it show again with my own style. I want to see them with my sty;e and when i click on them show the album page

    http://www.pegasos.gr/index.php?option=com_muscol&view=artists&layout=detailed&Itemid=27&lang=el
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, November 24 2009, 03:40 PM - #Permalink
    0
    I dont understand what you mean...

    ou just need to give the DIV.data some style... (background color, etc)

    on the file assets/artists_detailed.css
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, November 24 2009, 03:45 PM - #Permalink
    0
    In first page of MC demo there are two artists. When I click on one of them it appears the album page.

    In my page shows two artists but the next page is the one of them and the third page is the album.

    The style is not my problem
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, November 26 2009, 08:10 AM - #Permalink
    0
    If i have two albums of an artist in first page it show thumbnails of images and when i click on name it shows the two albums with my own style.

    I want all of the artists shown one above another like the page with my own style.

    That i have in first page
    http://pegasos.gr/index.php?option=com_muscol&view=artists&layout=detailed&Itemid=27&lang=el

    That i want in first page
    http://pegasos.gr/index.php?option=com_muscol&view=artist&id=6&Itemid=27&lang=el

    Photoshoping image http://www.joomlamusicsolutions.com/images/fbfiles/images/1-20091126.jpg
    Attachments:
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, November 26 2009, 04:26 PM - #Permalink
    0
    then what you want you menu item to music collectiobe be of type "ARTIST", not "ARTISTS"...
    but remember!! this will show you the albums only by ONE ARTISTS, not like your photoshop image!!
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, November 26 2009, 05:54 PM - #Permalink
    0
    Yes I know that. But in first page of demo MC you have two different artists (The Beatles, Oasis). How you do that?
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, November 26 2009, 06:05 PM - #Permalink
    0
    these are just PLUGINS, incrusted into MC's INTROTEXT parameters.

    these are the content plugin SHOWALBUM, wich works like this: put the tag

    {showalbum 127}

    on the introtext, there where you want the album to appear.

    you can put as many showalbums as you want.. :)

    (you need to have this plugin instlled and enabled, it's included on Music Collection distribution)

    Germi
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, November 26 2009, 06:08 PM - #Permalink
    0
    Ok! Sounds good. I'll try that and i'll let you know
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, November 26 2009, 06:11 PM - #Permalink
    0
    And what type of menu i need?
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, November 26 2009, 06:14 PM - #Permalink
    0
    ARTISTS

    parameter "process content plugins" -> YES
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, November 26 2009, 06:34 PM - #Permalink
    0
    There is not in my distribution. See the picture http://www.joomlamusicsolutions.com/images/fbfiles/images/2.jpg
    Attachments:
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, November 26 2009, 06:36 PM - #Permalink
    0
    uops! :lol:

    no problem, download it on the downloads area, plugins section

    http://www.joomlamusicsolutions.com/downloads/doc_details/4-showalbum-content-plugin.html?lang=en
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, November 26 2009, 06:42 PM - #Permalink
    0
    Look at the page. What happend?

    http://pegasos.gr/index.php?option=com_muscol&view=artists&layout=detailed&Itemid=27&lang=el
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, November 26 2009, 06:43 PM - #Permalink
    0
    :S just to test: have you created any TYPE? if not, create at least one, and check again...
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, November 26 2009, 06:45 PM - #Permalink
    0
    I haven't but now i have. Nothing change
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, November 26 2009, 06:47 PM - #Permalink
    0
    hmm.... don't know what's happeing. let me investigate. dont use the plugin meanwhile.
    The reply is currently minimized Show
  • Accepted Answer

    Friday, November 27 2009, 09:39 AM - #Permalink
    0
    Any progress of investigation?
    The reply is currently minimized Show
  • Accepted Answer

    Friday, November 27 2009, 10:06 AM - #Permalink
    0
    Solved

    From the file showalbum.php of the plugin i delete the follow and fixed

    		//els tipus
    $types = explode(",",$album->types);
    for($i = 0; $i setQuery( $query );
    $types[$i] = $db->loadResult();
    }
    $album->types = implode(" / ",$types);

    // i ara les etiquetes
    $tags = explode(",",$album->tags);
    for($k = 0; $k setQuery( $query );
    $tags[$k] = $db->loadObject();
    }
    $album->tags = $tags;


    Thanks
    The reply is currently minimized Show
Your Reply