PDA


View Full Version : new custom field in managecats


reddyink
10-27-2007, 02:11 PM
I want to put one of the customfields in my ADV_DYNA_CATMANAGER_ADDEDIT. So users can enter in something and it is stored in database. I added new field to database and to addedit template. I can view that new field in web page without value from db.

When I add new field in select,update and insert statements in Managecats .php it is not recongnizing. I can retrieve the fields which are already there in select list in managecats.php but not new one that i added.
Do I need to add that $category[newfield] in some where else to retreive,update and insert?
I was wondering where I should start getting this to pass to vbadvanced?

Any help would really be appreciated.
Thanks

Brian
10-29-2007, 02:10 PM
My guess would be that you either did not update the 'UPDATE' query in managecats.php to update your new column, or you did not globalize the variable that you're using in your new input field.

reddyink
10-30-2007, 10:44 PM
Thanks brian,
Adding,updating new field is working now. I did not globalize any variable though. I just uploaded a new version of dynamics and I tried and it worked

Thanks a lot all your help.