It seems to me that perhaps your first mod should have been a bit easier. This isn't going to be an easy one and I can't give you all the answers here. All I can do it point you in the general direction.
You need to add all your variables to the $validfields array. I believe I said to do that in threaddata_start and I think I gave an example on that last page.
After that, you need to 'set' that fields after you have the data (from your form) and before they are saved. I can't tell you want hook location to use - you will have to find that by seeing which hooks are available and reading the code to see which is positioned where you want it.
|