[RC] Simple Audio Player Mod

A place for MOD Authors to post and receive feedback on MODs still in development. No MODs within this forum should be used within a live environment!
Get Involved
User avatar
Lumpy Burgertushie
Registered User
Posts: 69223
Joined: Mon May 02, 2005 3:11 am
Contact:

Re: [RC] Simple Audio Player Mod

Post by Lumpy Burgertushie »

DennyW wrote:Please just pick something to join. I have no restrictions on members joining.

http://www.dennysgettogether.com/dennys ... 3fb3c4e168
the idea is that you should create a temporary user account and supply the login info for those trying to help you.
we shouldn't have to register at every board as supporters.

also, did you upload any mp3 files to your server so that your members could choose one and play it with this player? it does not come with any songs, you have to upload the ones you want to make available to your members.


robert
Premium phpBB 3.3 Styles by PlanetStyles.net

I am pleased to announce that I have completed the first item on my bucket list. I have the bucket.
DennyW
Registered User
Posts: 210
Joined: Sun Dec 28, 2008 4:05 pm

Re: [RC] Simple Audio Player Mod

Post by DennyW »

Lumpy Burgertushie wrote:
DennyW wrote:Please just pick something to join. I have no restrictions on members joining.

http://www.dennysgettogether.com/dennys ... 3fb3c4e168
the idea is that you should create a temporary user account and supply the login info for those trying to help you.
we shouldn't have to register at every board as supporters.

also, did you upload any mp3 files to your server so that your members could choose one and play it with this player? it does not come with any songs, you have to upload the ones you want to make available to your members.


robert
Robert. Not a problem. All he has to do is signup as test, or anything else. Put some password in. I'm not real up on what you mention. Otherwise, all he has to do is say I can't help you. Not a big problem.
I have uploaded mp3's, tried it. made a new folder, and named it mp3s. Have tried a few different ways, but no luck.
By the way, To add a picture, I see I have to take one, upload it somewhere else, and then link it to here. Why isn't there a way to upload from my desktop ?
Image


PS::: On second thought, Never Mind...I'll work it out, or dump it on my own. No One has to try, or do anything to help. Thanks...

I got it. I'm going another way with this. That way members can click on what they want to hear. Thanks for getting my mind going. ;)
User avatar
keith10456
Registered User
Posts: 2315
Joined: Thu Feb 24, 2005 6:55 pm
Contact:

Re: [RC] Simple Audio Player Mod

Post by keith10456 »

I have a new version that's not Flash-based (can be used on mobile devises, etc). God willing I'll have a download available by Sunday.
pilsner
Registered User
Posts: 79
Joined: Wed Oct 16, 2013 7:07 pm

Re: [RC] Simple Audio Player Mod

Post by pilsner »

Where can i find this? There are a new adsress but i cant find it....
Or can someone copy the xml-file here?
User avatar
keith10456
Registered User
Posts: 2315
Joined: Thu Feb 24, 2005 6:55 pm
Contact:

Re: [RC] Simple Audio Player Mod

Post by keith10456 »

pilsner wrote:Where can i find this? There are a new adsress but i cant find it....
Or can someone copy the xml-file here?
Completely missed this... Sorry :-( I'll add a new download page this weekend.
User avatar
keith10456
Registered User
Posts: 2315
Joined: Thu Feb 24, 2005 6:55 pm
Contact:

Re: [RC] Simple Audio Player Mod

Post by keith10456 »

Just an FYI that the download link was updated.
HeinrichP
Registered User
Posts: 28
Joined: Wed Oct 14, 2015 8:15 pm

Re: [RC] Simple Audio Player Mod

Post by HeinrichP »

hope this great mod can be made for 3.1?
User avatar
Solidjeuh
Registered User
Posts: 522
Joined: Wed Oct 06, 2010 11:20 pm
Location: Aalst / Belgium
Name: Andy Dm
Contact:

Re: [RC] Simple Audio Player Mod

Post by Solidjeuh »

HeinrichP wrote:hope this great mod can be made for 3.1?
easy to install manual :)
I don't suffer from insanity. I enjoy every minute of it.
HeinrichP
Registered User
Posts: 28
Joined: Wed Oct 14, 2015 8:15 pm

Re: [RC] Simple Audio Player Mod

Post by HeinrichP »

most of it is Solidjeu, I think so too, but I could not find where to put the mod in overall_header.html
User avatar
Solidjeuh
Registered User
Posts: 522
Joined: Wed Oct 06, 2010 11:20 pm
Location: Aalst / Belgium
Name: Andy Dm
Contact:

Re: [RC] Simple Audio Player Mod

Post by Solidjeuh »

HeinrichP wrote:most of it is Solidjeu, I think so too, but I could not find where to put the mod in overall_header.html
You can add it in navbar_header.html
Something like:

Code: Select all

<li class="small-icon icon-team"><a href="HEREFULLURL" onclick="window.open('HEREFULLURL','','toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=400, height=390, left=20, top=10'); return false;">Audio player</a></li>
after:
<!-- EVENT overall_header_navigation_prepend -->
I don't suffer from insanity. I enjoy every minute of it.
HeinrichP
Registered User
Posts: 28
Joined: Wed Oct 14, 2015 8:15 pm

Re: [RC] Simple Audio Player Mod

Post by HeinrichP »

looks good Solidjeuh, thanks!!

do you have an idea for bidi, buttons and colour.css too?
User avatar
Solidjeuh
Registered User
Posts: 522
Joined: Wed Oct 06, 2010 11:20 pm
Location: Aalst / Belgium
Name: Andy Dm
Contact:

Re: [RC] Simple Audio Player Mod

Post by Solidjeuh »

HeinrichP wrote:looks good Solidjeuh, thanks!!

do you have an idea for bidi, buttons and colour.css too?
All you need is the stylesheet audioplayer.css
You can add that in overall_header.html.. something like:
<link rel="stylesheet" type="text/css" href="www.your-site.com/other-paths../audioplayer.css">
I don't suffer from insanity. I enjoy every minute of it.
HeinrichP
Registered User
Posts: 28
Joined: Wed Oct 14, 2015 8:15 pm

Re: [RC] Simple Audio Player Mod

Post by HeinrichP »

thanks very much for your help Solidjeuh, tomorrow I go on with this mod and report here when I succeded.
HeinrichP
Registered User
Posts: 28
Joined: Wed Oct 14, 2015 8:15 pm

Re: [RC] Simple Audio Player Mod

Post by HeinrichP »

everything looks good, no error-messages,
but there are no mp3 (loaded in audioplayer_files) in the pop-up screen
HeinrichP
Registered User
Posts: 28
Joined: Wed Oct 14, 2015 8:15 pm

Re: [RC] Simple Audio Player Mod

Post by HeinrichP »

made the edit from the contrib the 2nd player, same story ....

BUT .... than I moved the mp3 to the "audioplayer2"folder and that works fine!! :D
Locked

Return to “[3.0.x] MODs in Development”