0
I can't find any answer on the forum!
My home page is: Music Collection » Search / Detailed
It shows only the alphabet listing and the search forms (albums and songs)
How can I add some text like the on the demo?
On parameters I have the text on both description but still not working.
Thanks
(update)
Another request:
Is it possible to have the search form in a module? so I can place it where ever I want!!
Thanks
My home page is: Music Collection » Search / Detailed
It shows only the alphabet listing and the search forms (albums and songs)
How can I add some text like the on the demo?
On parameters I have the text on both description but still not working.
Thanks
(update)
Another request:
Is it possible to have the search form in a module? so I can place it where ever I want!!
Thanks
Responses (11)
-
Accepted Answer
-
Accepted Answer
0well, just choose Music Collection -> Artists, then fill up the INTROTEXT fields, make the search bars show up (on MC parameters).. and that's it!!
in my case, I have some PLUGINS and MODULES rendered on the introtext fields, through the LOADPOSITION plugin, wich renders some MC modules, and SHOWALBUM plugin
do you know what I mean? be sure that the option to render plugins on introtext fields is ON
Germi -
Accepted Answer
0Thanks for your previous help.
For now:
I receive an error when I try to use Jomcomment
components/com_muscol/views/artist/view.html.php on line 39
This is the code I have on this file:
f($params->get('showalbumcomments') ){ // show the comments
switch($params->get('commentsystem')){
case 'jomcomment':
$this->assignRef('jomcomment', jomcomment( 100000000 + $album->id, "com_muscol")); // 100000000 code for album comments
break;
default:
$comments = & $this->get( 'Comments');
$this->assignRef('comments', $comments);
break;
}
}
Am I doing something wrong?
The comment works fine when I use the default one. -
Accepted Answer
-
Accepted Answer
-
Accepted Answer
0Finally I'm gonna use the MC one, it's more simple for users.
But, I have another problem that I tried to fix but I could not.
When I search for a song, It gives me the a list of the song but the player is not working.
The player works fine everywhere else except here.
I'm using an external server for my songs.
I will send you a private message if you wana look to the configuration.
Thanks
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 »