i found a little issue with the install which some others may have encountered.
the following moods DONT work and will cause your uses to NOT be able to change the mood and will display nothing in the navbar and on post bits.
hung over fails
in love fails
paranoid fails
worried fails
delete them from the user options in the admin cp as they DONT have a corresponding graphic (from what I can see).
if you need to reset a users mood
nip into the admin panel and if you have execute sql writes do the following
update user set mood = '' where username ='user-with-broken-mood'
that will set the mood back to none and they can select a working one again.
this is how i found out which ones weren't working for me.
|