whatson1
whatson1
Offline
0
Question 1 - Music Player Pop - Out - Please could you tell me how to have a border around the whole pop out Music player, as displayed in the first attachment. (Pop Out Music Box Border.png).

Question 2 - Ask is there an option to store the music uploaded to the site on a remote storage area - i am using amazon S3 and Cronjobs on the site already was wondering if this is possible (REMOTE STORAGE)

Question 3 - Is there anyway to approving people before they can add songs or albums to the site, so i am able to control the music and the people adding music to the site.

Question 4 - Buttons not displaying properly, got some code from jomsocial that sovlved this on that section please could you see if its appropriate for music collection as well

#community-wrap .btn {
background-color: #F5F5F5;
background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
background-repeat: repeat-x;
border-color: #CCCCCC #CCCCCC #B3B3B3;
border-image: none;
border-radius: 4px;
border-style: solid;
border-width: 1px;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
color: #333333!important;
cursor: pointer;
display: inline-block;
float: none;
font-size: 14px;
height: auto;
line-height: 20px;
margin-bottom: 0;
padding: 4px 12px;
text-align: center;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
text-transform: none;
vertical-align: middle;
}
Responses (1)
  • Accepted Answer

    Wednesday, March 19 2014, 11:05 AM - #Permalink
    0
    hello

    1. this file is rendered in /modules/mod_muscol_jwplayer/tmpl/popup.php, you can maybe add some CSS classes there to add "padding".

    2. no, not at the moment. it's possible that joomla will provide APIs for that in a future version, but not at the moment.

    3. sorry, no. that requires custom coding.

    4. well, the buttons use the standard bootstrap button class ".btn". if that CSS you show me works, then you can use it all over the component.
    maybe get this code into your main template's CSS file, but lose the "#community-wrap" part, to make sure it will work everywhere. do you know what I mean?
    The reply is currently minimized Show
Your Reply