Thanks for the update, installed. One slight oversight in your howto though:
Quote:
******************************************
*////////////////////////////////////////*
*/includes/class_userprofile.php/////////*
*////////////////////////////////////////*
******************************************
(...)
-- Find --
$this->prepared['hasimdetails'] = ($this->prepared['icq'] OR $this->prepared['aim'] OR $this->prepared['msn'] OR $this->prepared['yahoo'] OR $this->prepared['skype']) ? true : false;
-- Replace With --
$this->prepared['hasimdetails'] = ($this->prepared['icq'] OR $this->prepared['aim'] OR $this->prepared['msn'] OR $this->prepared['yahoo'] OR $this->prepared['skype'] OR $this->prepared['xfire']) ? true : false;
|