I have a vBulletin forum with TONS of forums listed. I need a simple PHP Script written that does the following: 1) when a user registers, they are asked which forums they want to make their "favorite" and they are able to select as many as they want. 2) This info for each user is stored in a database and they can update the information from their profile and usercp at any time. 3) When the forum home is displayed, it checks to see if a user is logged in. If so, it checks which user, and for that user, displays only the forums listed as "favorite". Below their "favorite" forums will be a listing of all the forums. If a user is NOT logged in then it will display the default listings... which is ALL of the listings with no favorite... (as it is displayed now). The purpose of this script is to, instead of displaying all 25723987754 forums, it displays the ones they are most interested in at the top, making the navigation much more user friendly. Concept and implementation seem like they would be rather simple. Any takers? How much would you charge?