Moon
Moon
Offline
0
Hi all,

I am using Music Collection Pro, but I would like to know the field where I have to insert youtube video.

Thanks in advance for your help,

MoonDragon
Responses (18)
  • Accepted Answer

    Moon
    Moon
    Offline
    Wednesday, April 03 2013, 10:19 AM - #Permalink
    0
    Hello, there is a support team here : I am a beginner but in emergnecy...
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, April 03 2013, 10:48 AM - #Permalink
    0
    hello

    the youtube video link is in the song form page. just open the song to edit it, and there's a field for the youtube link...
    The reply is currently minimized Show
  • Accepted Answer

    Moon
    Moon
    Offline
    Wednesday, April 03 2013, 11:27 AM - #Permalink
    0
    I have just found the right field: the field in my back end are not ordered (please see the file attached).

    The problem I am presently having is that when I click on the youtube video provided in the song field, it redirect me on youtube instead of playing the video on my website. http://www.joomlamusicsolutions.com/images/fbfiles/images/MC.jpg
    Attachments:
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, April 03 2013, 12:28 PM - #Permalink
    0
    really?

    can you point me to that page (the frontend) on your site?

    thanks
    The reply is currently minimized Show
  • Accepted Answer

    Moon
    Moon
    Offline
    Wednesday, April 03 2013, 12:52 PM - #Permalink
    0
    Presently I am trying to make customization on pc (locally).

    Also, i guess that your last post mean that the youtube video should remain on my website.
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, April 03 2013, 12:55 PM - #Permalink
    0
    yes, the video should appear on the song page. just like this, for instance:
    http://www.joomlamusicsolutions.com/en/music-collection-demo/m/mumford-songs/babel/babel.html
    is this not your case?
    The reply is currently minimized Show
  • Accepted Answer

    Moon
    Moon
    Offline
    Wednesday, April 03 2013, 01:10 PM - #Permalink
    0
    No, I do not have this result. It may have a conflict with videobox plugin.

    I will disable this last for investigation.
    The reply is currently minimized Show
  • Accepted Answer

    Moon
    Moon
    Offline
    Wednesday, April 03 2013, 02:08 PM - #Permalink
    0
    Definitively, there was conflict between jwplayer and videobox plugin.

    Thanks.

    -----------------------------------------------
    However, locally (localhost, wamp server php 5.3) i have error messages like:

    "Task Queue failed at"
    .

    Notice: Undefined variable: width_fb in C:\\wamp\\www\\mydev\\components\\com_muscol\\helpers\\bookmarks.php on line 118
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, April 03 2013, 02:47 PM - #Permalink
    0
    ok!

    in this case, you're just getting a Notice, nothing to worry about: try to decrease your error reporting level on joomla global configuration (set it to NONE or minimum)
    The reply is currently minimized Show
  • Accepted Answer

    Moon
    Moon
    Offline
    Wednesday, April 03 2013, 04:29 PM - #Permalink
    0
    Is it possible to create a song without an album?

    How can I add other tabs such as 'VIDEOS' or 'NEWS'?
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, April 03 2013, 04:32 PM - #Permalink
    0
    hello,

    no, songs are always associated to an album (although you could simply create "1 song albums")

    the tabs are the ones you see (albums, songs). there are no other tabs..
    if you want to customly add yours, it's doable, but they will have to point to somewhere else (i mean, there's no "news" section or video section in Music Collection itself)
    The reply is currently minimized Show
  • Accepted Answer

    Moon
    Moon
    Offline
    Wednesday, April 03 2013, 04:38 PM - #Permalink
    0
    Also, there is an easy way to create this further tabs in MC (without using further tabs plugins/modules) that will point to other part of the website?

    Can I remove the .ds_store files (encrypted while need a customization)?
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, April 03 2013, 07:19 PM - #Permalink
    0
    yes you can remove those files, no problem.

    to create this further tabs (JUST the tabs) I can tell you how (it's in a PHP file)
    however the important thing is "where this tapbs point to.." which is something else..
    The reply is currently minimized Show
  • Accepted Answer

    Moon
    Moon
    Offline
    Thursday, April 04 2013, 11:26 PM - #Permalink
    0
    In fact, it seems that I need a deep customization such as adding field in database, etc.
    The reply is currently minimized Show
  • Accepted Answer

    Moon
    Moon
    Offline
    Friday, April 05 2013, 12:49 PM - #Permalink
    0
    germi wrote:

    to create this further tabs (JUST the tabs) I can tell you how (it's in a PHP file)
    however the important thing is "where this tapbs point to.." which is something else..


    Since a deep customization may take too much time at the end I will prefer your solution. Can you please tell me how to do this? I would this tab to redirect to a blog category like VIDEOS/artists/artist1...
    The reply is currently minimized Show
  • Accepted Answer

    Friday, April 05 2013, 04:22 PM - #Permalink
    0
    hello!

    ok. well, this actually means that you need to assign also a differnet link (URL) depending on the artist, of course.
    this is doable but you need to know a bit of PHP coding (I will point you to the right place, but it's important that you are able to do some coding..!).. are you?
    The reply is currently minimized Show
  • Accepted Answer

    Moon
    Moon
    Offline
    Saturday, April 06 2013, 11:56 AM - #Permalink
    0
    Yes I am.
    The reply is currently minimized Show
  • Accepted Answer

    Saturday, April 06 2013, 03:02 PM - #Permalink
    0
    great

    you have to open file /components/com_muscol/helpers/helpers.php

    in file 398 there's the function artist_tabs

    which is what you're looking for. there you can add your tabs!
    The reply is currently minimized Show
Your Reply