plugins?

0
Are there plugins for MC's content (album & artist reviews)

- to use something like {tabs} {spoiler} etc...
- like WebLinks (for Joomla) to relink...
?
thanx
Responses (18)
  • Accepted Answer

    Sunday, October 28 2012, 08:05 PM - #Permalink
    0
    there is a ALBUM plugin, yes.
    The reply is currently minimized Show
  • Accepted Answer

    Sunday, October 28 2012, 08:13 PM - #Permalink
    0
    ALBUM plugin does other things))
    The reply is currently minimized Show
  • Accepted Answer

    Sunday, October 28 2012, 08:44 PM - #Permalink
    0
    are you planning on purchasing Music COllection?
    The reply is currently minimized Show
  • Accepted Answer

    Sunday, October 28 2012, 08:50 PM - #Permalink
    0
    yes!!! realy nice thing))
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, October 30 2012, 11:49 AM - #Permalink
    0
    This would be the artist review. In the backend, this is an editor field, so you can use all the html code you like.


    so, how can I use any content plugins like {tabs} {spoiler} {module} etc in reviews??? nothing working....
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, October 30 2012, 11:52 AM - #Permalink
    0
    what you mean nothing working? do you have Music Collection? you are not a customer in our site! :(
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, October 30 2012, 02:11 PM - #Permalink
    0
    hmmm... and Album plugin works in Joomla items only(( in MC I got http://www.joomlamusicsolutions.com/images/fbfiles/images/plugin_error.jpg

    you are not a customer in our site!

    stop repeat it!! I said - I'll buy it!!
    Attachments:
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, October 30 2012, 02:15 PM - #Permalink
    0
    we already discussed this. I cannot help you anymore if you're not a customer. we talked about this more than a week ago Jurgen! :)

    the showalbum plugins are not rendered in the artist review field (it's for articles!)
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, October 30 2012, 02:24 PM - #Permalink
    0
    the showalbum plugins are not rendered in the artist review field (it's for articles!)

    so what to do? I need nice-made reviews :)
    to pay you for custom work? :)
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, October 30 2012, 02:52 PM - #Permalink
    0
    this can be added with custom work, yes.
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, October 30 2012, 04:43 PM - #Permalink
    0
    are you really think this way????
    :)
    I have to pay money for your bugs???

    so I can load any module anywhere... in any component of my site except MC and I have to pay you that you fixed this????

    joking or greed??? :)
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, October 30 2012, 04:54 PM - #Permalink
    0
    Jurgen, please.
    what you're saying is not fair, and honestly is a bit rude:
    1) this is nota BUG. do you know what a bug is? a bug is a failure in the system (or software) something that is suposed to be working in a way, and it does not. this is NOT a bug at all! you're asking if we can load content plugins INSIDE artist review. music collection doesn't have this ability (at least for now). a bug? no! simply something that it's not there! please mesure your words.

    secondly: what money? what money you have pay? you didn't buy our software and you're complaining about somehitng you want but isn't there?

    yo usimply ask for a feature, I tell you is not part of MC, and you say it's a bug?

    finally, I do not tolerate you accusing me of "greed". Music Collection is a paying software. why? because if we don't make money with it, we can't mantain it (create it, etc). and we don't make much money with that. but you acuse me of greed? seriously?

    I do not tolerate this. right now I'm really offended.

    do you think MC could be improved? OF COURSE. of course it can be improved! we also think so. we work to add new feature to it month after month.

    there's a hundred things MC CAN do.
    there's another hundred things MC cannot do. of course. of, but wait, you consider this a bug!

    the code you ask for is actually pretty simple, it's not hard work. so probably, if you were just a regular customer, I would have search for that code to add and tell you what lines to add and to which file. it should be a small thing probably. nothing we have to charge you about.

    but you didn't go this way. you complain without being a customer. as a customer we help our clients. it the work is big, then of course we can provide a (paying) custom service. but for small things you can do yourself, we don't.

    very unhappy right now.
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, October 30 2012, 05:50 PM - #Permalink
    0
    so many letters... so hard for my bad English :)
    I am fully realizing you B)
    I was interested in MC one reason - discogs plugin. I need no players...no songs... just nice view, full search engine and easy-to-complete-content. To show my collection to ... anyone. And I can't do it :) no modules no widgetkit no plugins to do it nice))

    and now I think... maybe did I need to order discogs (allmusic/rateyourmusic) plugin only for my lovely JBZoo?))
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, October 30 2012, 05:53 PM - #Permalink
    0
    I understand, Discogs is a good thing to easy complete content.
    I don't know about that plugin. if you use MC you can import discs from discogs and they will show nicely on your site (no need for extra plugins!) ;)
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, October 30 2012, 06:06 PM - #Permalink
    0
    no need for extra plugins!

    :)
    no... I want it like this
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, October 30 2012, 06:07 PM - #Permalink
    0
    this is just a music collection with some custom code somebody has made.
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, October 30 2012, 06:18 PM - #Permalink
    0
    that's right. I need something like this...without long-long reviews))
    + some user's fields))
    so I'll try to find a way to do this...
    and, of course, I'll buy MC when be ready to publish it))
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, October 31 2012, 12:48 AM - #Permalink
    0
    oh...really difficult thing to debate so much :laugh:

    replace code in
    components/com_muscol/views/artist/tmpl/common.php

    artist->review; ?>


    by

    text = $this->artist->review;
    $dispatcher =& JDispatcher::getInstance();
    $plug_params = new JParameter('');
    JPluginHelper::importPlugin('content');
    $results = $dispatcher->trigger('onPrepareContent', array (& $intro, & $plug_params, 0));
    $this->assignRef($this->artist->review, $intro->text);
    echo $intro->text; ?>



    oh germi B)
    The reply is currently minimized Show
Your Reply