SaintDog
06-12-2003, 05:18 AM
Hello,
I am working on a small hack for vBulletin and I cannot seem to get the data entered for the makechoosercode() option placed into the database.
I have checked the code and my code is as follows:
makechoosercode("Choose Category","catid","cat");
Where cat is the table and catid is the ID of the selected category.
My problem that exists is this:
When I use the above code, the title field shows as it should and as an option, though, when I click submit, that is the only data that DOES NOT get entered into the database as it should, or displayed for that matter.
Could someone please help me with this, I am not sure why this information is not being entered.
Any help is much appreciated!
I am working on a small hack for vBulletin and I cannot seem to get the data entered for the makechoosercode() option placed into the database.
I have checked the code and my code is as follows:
makechoosercode("Choose Category","catid","cat");
Where cat is the table and catid is the ID of the selected category.
My problem that exists is this:
When I use the above code, the title field shows as it should and as an option, though, when I click submit, that is the only data that DOES NOT get entered into the database as it should, or displayed for that matter.
Could someone please help me with this, I am not sure why this information is not being entered.
Any help is much appreciated!