I dunno if it was stated anywhere in these post but I didn't see any instructions saying to:
Change:
Code:
$db->query_write("UPDATE " . TABLE_PREFIX . "userfield SET
FIELDXX = '" .$_POST['mood']. "' WHERE userid = '" .$bbuserinfo[userid]. "'");
To the Field # of your mood in the PlugIn.
Code:
$db->query_write("UPDATE " . TABLE_PREFIX . "userfield SET
FIELD16 = '" .$_POST['mood']. "' WHERE userid = '" .$bbuserinfo[userid]. "'");
If it was stated my appologies.
Installed and works great!