artist name & genre on module

gerardo
gerardo
Offline
0
hi i like very mcuh this extention.

i wold like to ADD to the lastest albums module :
the name of the artist & the genre and
TAKE OUT(HIDE) the year and the rating


and want to hide the "Powered by Music Collection for Joomla!" its bad for my business and already paid for this extention, thank u very much !



how can i do this
thank you very much

Gerardo
Responses (3)
  • Accepted Answer

    Friday, August 28 2009, 05:05 PM - #Permalink
    0
    hey

    I'll think about this. however it is easy for you to modify the template of the latest album module:

    /modules/mod_muscol_latest_added/tmpl/default.php

    to hide the Powered by MC:

    /components/com_muscol/helpers/helpers.php on line 152: comment the line
    The reply is currently minimized Show
  • Accepted Answer

    gerardo
    gerardo
    Offline
    Saturday, August 29 2009, 12:09 AM - #Permalink
    0
    thanks , that wes very helpfull, i added the artist name an hide power by .....

    but i cant add the genre to the module
    and cant align to the center or left , etc..

    look
    http://www.mixology.com.mx/new/index.php?option=com_muscol&view=artists&Itemid=219

    can you send me the line to add genre and to align the text ??

    one more question: i would like to search with out type anything on text space , for example just choose genre (techno) and search all albums with that genere (techno)
    how can i do this ?



    thanks very much

    Gerardo
    The reply is currently minimized Show
  • Accepted Answer

    Saturday, August 29 2009, 10:02 AM - #Permalink
    0
    to do what you ask at the end:

    open file /components/com_muscol/models/search.php and go to line 326. you'll find this:

    if ($keywords != ""){

    (maybe the line is not exaclty 326... look near by)

    all you have to do is replace it with:

    if (true){

    and about the first question: well, you'll have to retrieve the data you want (genre in this case) from the database. the main file of the module is

    /modules/mod_muscol_latest_added/helper.php

    but you'll have to investigate yourself how to do it

    you'll need some php and mysql skills. if you dont have those, find somebody to help you on this or contact us on our Custom Service are to make the job for a small amount

    cheers,
    Germi
    The reply is currently minimized Show
Your Reply