I have a forum that I would like to open for some customers of mine that would require some extra data in a couple of spots. Is this doable?
1) When a user registers, I want them to be required to enter a customer ID in the profile Info.
2) When a new thread is created in certaing forums, I want a new required field for product ID.
3) When displaying that thread, I want to be able to see info on the poster and info on the product ID at the top and bottom of the thread. This would require building some URL's from the product ID.
I assume this is possible but I wasn't certain where to look. What language would it require to make these changes? PHP? Perl?
Thanks!
1) When a user registers, I want them to be required to enter a customer ID in the profile Info.
2) When a new thread is created in certaing forums, I want a new required field for product ID.
3) When displaying that thread, I want to be able to see info on the poster and info on the product ID at the top and bottom of the thread. This would require building some URL's from the product ID.
I assume this is possible but I wasn't certain where to look. What language would it require to make these changes? PHP? Perl?
Thanks!
Comment