leandrow
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: iLast.Fm] iLast.fm is broken.In the dashboard, you can’t click on the “Add” link?
I try here in WP 2.7.1 and everything works fine…
Ps.: The module of PHP that you need is SimpleXML (to read, and “translate” the data returned by last.fm). But, someday, is easy to find this in many hosts.
Forum: Plugins
In reply to: [Plugin: iLast.Fm] I cant use it!Try this:
1. Found these lines on ilastfm.php:
private $apikey;
private $username;
private $method;
private $mode;
private $number;
private $period;
private $coverwidth;
private $cache;
private $imagecache;
private $jump;
private $nocover;2. And replace it by:
var $apikey;
var $username;
var $method;
var $mode;
var $number;
var $period;
var $coverwidth;
var $cache;
var $imagecache;
var $jump;
var $nocover;3. Activate plugin
Ps.: The plugin needs PHP5, check it.
Forum: Plugins
In reply to: [Plugin: iLast.Fm] I cant use it!try this:
1. Found these lines on ilastfm.php:
private $apikey;
private $username;
private $method;
private $mode;
private $number;
private $period;
private $coverwidth;
private $cache;
private $imagecache;
private $jump;
private $nocover;2. And replace it by:
var $apikey;
var $username;
var $method;
var $mode;
var $number;
var $period;
var $coverwidth;
var $cache;
var $imagecache;
var $jump;
var $nocover;3. Activate plugin
Ps.: The plugin needs PHP5, check it.