Hi, I am currently working on a site that I have managed to add statuses on(kinda like a social networking site) but I am trying to add the function to select the topic of the status from a drop down list. i.e Topic: Pets Status: My dog is sick. [post status] Currently the site has login functions, I am just not sure if I can just add fields to the "users" and "status" tables on the database, or if this sort of functionality would require new tables in the database, thanks for any help.