I use phpBB v.3.0.5 and your mod the v.0.0.2.ameisez wrote:Please post your pl_all.php and your php version
Findmuggins wrote:ameisez,
I will update as well, but I have a question about pl_all.php (I think). The playlist is sorted in reverse, with track 13 at the top and track 1 at the bottom.
How do I fix that? Edit2: Solved. I changed the function call from arsort() to asort(). Why did you do a reverse sort originally?
Edit1: The new version's demo page shows the 'download' button on the control bar, but it doesn't appear to do anything.
Code: Select all
arsort
Code: Select all
asort
I think it is cause by the php version you have. RecursiveDIrectory function used in generating the playlist is not working in your server. Try updating your php to 5archivar wrote:A very good mod.![]()
The playlist can be seen. Unfortunately, the title does not play.
Edit: PHP Version 4.4.9
updating to v0.0.4
See the bolded portion above.ameisez wrote:Findmuggins wrote:ameisez,
I will update as well, but I have a question about pl_all.php (I think). The playlist is sorted in reverse, with track 13 at the top and track 1 at the bottom.
How do I fix that? Edit2: Solved. I changed the function call from arsort() to asort(). Why did you do a reverse sort originally?
Edit1: The new version's demo page shows the 'download' button on the control bar, but it doesn't appear to do anything.Change toCode: Select all
arsort
Code: Select all
asort
We are editing at the same timemuggins wrote: The new version's demo page shows the 'download' button on the control bar, but it doesn't appear to do anything.
You're welcome!autinhyeu wrote:The nice MOD
Thank you!
Yessir, it works. I had a pop-up blocker working...Download link is working on my side. It will download the currently selected/playing file.
sure you can change.archivar wrote:I can not change that.![]()
Then I must unfortunately remove the mod.
@ameisez: Thanks for the help.
Code: Select all
AddType x-mapp-php5 .php
AddHandler x-mapp-php5 .php