Dimitris
Dimitris
Offline
0
I am sure I had seen it in the forum but I can't find it now .. so I ask again (sorry)

How can I show the artist name in the Recently added albums module?

Thanks in advance
Dimitris
http://www.metalbible.com
Responses (4)
  • Accepted Answer

    Monday, October 12 2009, 12:40 PM - #Permalink
    0
    /modules/mod_muscol_recently_added/tmpl/default.php
    this is the template

    the varaible of the artist name is holded on $album->artist_name;
    The reply is currently minimized Show
  • Accepted Answer

    Dimitris
    Dimitris
    Offline
    Monday, October 12 2009, 12:54 PM - #Permalink
    0
    thanx :-)
    The reply is currently minimized Show
  • Accepted Answer

    urban
    urban
    Offline
    Tuesday, November 24 2009, 09:47 PM - #Permalink
    0
    i want to add also a short text taken from review variable, it is possible?

    now i have changed the code and see all review...

    look
    www.takeaweb.it/joomla2/
    tnx
    The reply is currently minimized Show
  • Accepted Answer

    urban
    urban
    Offline
    Tuesday, November 24 2009, 10:39 PM - #Permalink
    0
    Solved by myself adding this piece of code


    $limit = 180;
    $summary = $album->review;

    echo substr($summary,0,$limit).'...';
    The reply is currently minimized Show
Your Reply