Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Audioscrobblerizer
Audioscrobblerizer
0
This discussion has been closed.
Comments
- I'd like to change the date format. It currently displays dates like Wed, 16 May 2007 18:11 and I'd like to translate it in french, or at least change it for something like 16/05/07 18:11. I had a look in the files but this PHP date formatting stuff is quite unreadable for me.
- The song list is displayed at the very top of the account page, no matter the order the extensions are enabled. How could I put the song list at the bottom?
I guess the date has something to do with pubDate. I tried many things, both in default. and lastRSS.php but the date still appears in english format (or doesn't appear at all). Could someone help?
@substr($item[pubDate], 0, -9)
on line 49 in default.php with@date("D, j F Y H:i",strtotime($item[pubDate]))
or, if you can't set the php language to French, try@date("d/m/y H:i",strtotime($item[pubDate]))
I tried it out, and that works for me (well, I didn't try the French thing, but changing the formatting worked just fine).
Thanks a lot, the second solution worked perfectly.
Edit: nevermind. it was still cached for 10
it works. thanks.
I deleted the Audioscrobbler Plugin Folder though - there's no effect.
Please help. All our extensions are deactivated and can't be activated!