Page 12 of 13

Re: [RC] Simple Audio Player Mod

Posted: Mon Oct 07, 2013 3:23 pm
by muggins
Edit your overall_header.html. Change the existing link to point to the other player.

Re: [RC] Simple Audio Player Mod

Posted: Wed Oct 09, 2013 9:31 am
by xlc
Ive just installed this with automod and there is no audio files folder to put music into??

Re: [RC] Simple Audio Player Mod

Posted: Wed Oct 09, 2013 2:30 pm
by keith10456
xlc wrote:Ive just installed this with automod and there is no audio files folder to put music into??
If you don't have it, create a directory titled "audioplayer_files" in your root folder. For example: /yourphpbb/audioplayer_files/

Then place the audio files there.

If you're using the player in the "contrib" folder, upload your audio files to "/yourphpbb/audioplayer2/"



@ PolRas - Muggins is correct.

@ Muggins - Thanks ;)

Re: [RC] Simple Audio Player Mod

Posted: Wed Oct 09, 2013 2:35 pm
by keith10456
@ All - I'm in the process of looking for an html5 player that will do away with the flash player and many of these headaches (but still have the ease of simply uploading your audio to a director).

As soon as I find one, I'll replace the player(s) in the mod.

Re: [RC] Simple Audio Player Mod

Posted: Wed Oct 09, 2013 3:05 pm
by xlc
I made the folder and put files in, but still no files...

my forum is a www.example.com/
not in a sererate phpbb folder.

I used automod
flash player comes up but no files to choose

Re: [RC] Simple Audio Player Mod

Posted: Wed Oct 09, 2013 6:35 pm
by keith10456
xlc wrote:I made the folder and put files in, but still no files...

my forum is a http://www.example.com/
not in a sererate phpbb folder.

I used automod
flash player comes up but no files to choose
Please post a link to your forum.

Re: [RC] Simple Audio Player Mod

Posted: Wed Oct 09, 2013 9:45 pm
by muggins
He really might have used the URL as it is above, without understanding that IANA doesn't like that... :lol:

Re: [RC] Simple Audio Player Mod

Posted: Wed Jan 22, 2014 8:55 pm
by pilsner
How do i hide player2 from guests?

Re: [RC] Simple Audio Player Mod

Posted: Thu Jan 23, 2014 2:30 pm
by Pthelovod

Code: Select all

<!-- IF S_USER_LOGGED_IN -->

Re: [RC] Simple Audio Player Mod

Posted: Fri Jan 24, 2014 2:44 pm
by keith10456
pilsner wrote:How do i hide player2 from guests?
Open:
root/styles/prosilver/template/overall_header.html


Find:

Code: Select all

				<!-- SIMPLE AUDIO PLAYER MOD BEGIN -->
				<li class="icon-sap"> <a href="{U_SIMPLE_AUDIO_PLAYER_MOD_LINK2}" onclick="window.open('{U_SIMPLE_AUDIO_PLAYER_MOD_LINK2}','','toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=400, height=300, left=20, top=10'); return false;">{L_SIMPLE_AUDIO_PLAYER_MOD_LINK2}</a></li>
				<!-- SIMPLE AUDIO PLAYER MOD END -->
Replace With:

Code: Select all

         <!-- SIMPLE AUDIO PLAYER MOD BEGIN -->
            <!-- IF S_USER_LOGGED_IN -->
				<li class="icon-sap"> <a href="{U_SIMPLE_AUDIO_PLAYER_MOD_LINK2}" onclick="window.open('{U_SIMPLE_AUDIO_PLAYER_MOD_LINK2}','','toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=400, height=300, left=20, top=10'); return false;">{L_SIMPLE_AUDIO_PLAYER_MOD_LINK2}</a></li>
            <!-- ENDIF -->
            <!-- SIMPLE AUDIO PLAYER MOD END -->

Re: [RC] Simple Audio Player Mod

Posted: Fri May 30, 2014 7:08 pm
by Kaycee
Thank you for this MOD. I tried it but got a pop up window that is just blank. Not playing.

Re: [RC] Simple Audio Player Mod

Posted: Sat May 31, 2014 8:07 pm
by muggins
I don't use this mod, but I helped test it. Try using the second player. There are plenty of posts here that explain how to enable it and link to it.

Re: [RC] Simple Audio Player Mod

Posted: Tue Aug 26, 2014 9:20 pm
by DennyW
Please help. I have everything installed. But, how do I edit in, or put the link in to point to the mp3 files ? If it's in default xml, how do I list them ? Really confused on this. The popup window opens, but it is blank where the mp3's would be listed. One more thing I read. This does not show up in the mods, as was posted to list any mp3's.

Re: [RC] Simple Audio Player Mod

Posted: Tue Aug 26, 2014 9:35 pm
by keith10456
DennyW wrote:Please help. I have everything installed. But, how do I edit in, or put the link in to point to the mp3 files ? If it's in default xml, how do I list them ? Really confused on this. The popup window opens, but it is blank where the mp3's would be listed. One more thing I read. This does not show up in the mods, as was posted to list any mp3's.
Please post a link to your site (and login info if needed). I will check it as soon as I get home.

Re: [RC] Simple Audio Player Mod

Posted: Tue Aug 26, 2014 9:49 pm
by DennyW
Please just pick something to join. I have no restrictions on members joining.

http://www.dennysgettogether.com/dennys ... 3fb3c4e168