wiredgeek
Results 1 - 1 of 1
bywiredgeek, February 6, 2010
Overall not too shabby but you are missing the smp3p_playlist variable within mod_simple_mp3_player.php. It seems that Ive fixed it on mine ... I just added the following line of code below line 59 mod_simple_mp3_player.php:
$smp3p_playlist = $params->get('smp3p_playlist');
Wihtout this it will say invalid variable within the player.
The play list feature doesnt work proper, I havent figured out what the issue but have a feeling it has something to do with the above variable.
I hope this helps.
$smp3p_playlist = $params->get('smp3p_playlist');
Wihtout this it will say invalid variable within the player.
The play list feature doesnt work proper, I havent figured out what the issue but have a feeling it has something to do with the above variable.
I hope this helps.


