Not signed in (Sign In)

Categories

Vanilla 1.1.5 is a product of Lussumo. More Information: Documentation, Community Support.

Help keep Vanilla free:
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    •  
      CommentAuthoriambigred
    • CommentTimeJul 10th 2006
     # 1
    Audioscrobblerizer allows your users to enter their Audioscrobbler username on their personal information page. Their 10 most recently played songs are then shown on their profile page.
    •  
      CommentAuthorØ
    • CommentTimeMay 16th 2007
     # 2
    I've just re-discovered Last FM, so I enabled this extension. It works great, but I have two minor issues:

    - 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?
    •  
      CommentAuthorØ
    • CommentTimeMay 19th 2007
     # 3
    bump
    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?
    •  
      CommentAuthorbjrn
    • CommentTimeMay 19th 2007 edited
     # 4
    To get it into french would require you to have the PHP locale on your server set to French. Don't ask me how to do that. But if you can do that, try replacing @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).
    •  
      CommentAuthorØ
    • CommentTimeMay 19th 2007
     # 5
    You rock, bjrn :)

    Thanks a lot, the second solution worked perfectly.
    • CommentAuthorsmw
    • CommentTimeSep 1st 2007
     # 6
    this killed my forum. i had to delete the directory from the extensions folder to get the forum working again.
  1.  # 7
    Would there be a way to make the list smaller? Say only show 5 recent songs?
    • CommentAuthorithcy
    • CommentTimeSep 9th 2007
     # 8
    i think you can change the $items_limit in last_rss.php to 5.
    • CommentAuthorNeverender
    • CommentTimeOct 18th 2007 edited
     # 9
    ithcy, that doesn't work

    Edit: nevermind. it was still cached for 10
    it works. thanks.
    • CommentAuthorStahlblau
    • CommentTimeJul 27th 2008
     # 10
    Hey. This killed our forum, too.
    I deleted the Audioscrobbler Plugin Folder though - there's no effect.
    Please help. All our extensions are deactivated and can't be activated!
Add your comments
    Username Password
  • Format comments as