If you don't have it, create a directory titled "audioplayer_files" in your root folder. For example: /yourphpbb/audioplayer_files/xlc wrote:Ive just installed this with automod and there is no audio files folder to put music into??
Please post a link to your forum.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
Code: Select all
<!-- IF S_USER_LOGGED_IN -->
Open:pilsner wrote:How do i hide player2 from guests?
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 -->
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 -->
Please post a link to your site (and login info if needed). I will check it as soon as I get home.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.