Log in

View Full Version : Changing the forum id?


DDad
12-27-2005, 05:13 PM
Is there a way to change the forum id?
I have a weather module that works off of zip codes entered in a profile field, I would like to change the forum id so profile field can work with the weather and the forum id. [field2]
mysite/forum/forumdisplay.php?f=$bbuserinfo[field2]
it would be better for members to enter one field.

tuga-gsm
12-27-2005, 05:58 PM
try in DB
;)

Marco van Herwaarden
12-27-2005, 05:59 PM
I would suggest against changing the id, it would cause you a lot of problems. I suggest adding a zip-code column to the forum table and work from there.

DDad
12-27-2005, 11:03 PM
Thanks!! I'm not messing with the DB!