PDA

View Full Version : makechoosercode() Help Please


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!

SaintDog
06-12-2003, 09:07 AM
Seems to be working like a charm, thanks much Mist, job well done and much appreciated over all :)!

Dean C
06-12-2003, 11:11 AM
Your Welcome :)

- miSt