Well, here is the situation... I am creating a mood mod in phpBB for my bipolar site, but Im not too familiar with how phpBB handles its user information. I havent worked with phpBB enuff to know what Im doing.
Heres what I need to do:
User needs to be able to select their mood from a jumpbox in the header: http://bipolarclub.com -> look at the header
The mood will then be displayed in the area the avatar is. Now Ive figured out how to put it in this area.
The mood needs to be able to be seen my everyone but only changed by the active user.
Here is what Ive done so far:
Ive added a new row in my USERS_TABLE named user_mood.
I have a list of smilies that represent the mood.
I added the mood variable to the template variables.
The problem I need to fix at the moment is how to change the mood using a form in the header.
Thanks,
Sam
Ok, I figured out how to get the mood from the database, but Im having trouble changing the mood from the form... any suggestions?