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
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
-
Accepted Answer
0thanks , 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 -
Accepted Answer
0to 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
Your Reply
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »