PDA

View Full Version : chooser row like stylechooser, but custom


HakkieDEV
07-13-2004, 07:38 PM
Hi all!

I'm trying to make a chooserrow to select data from a table.
Kinda like the style_chooser
I think it involves:
print_chooser_row

But, I can't get it to work properly.

I've tried:

print_chooser_row($vbphrase['custom_group_name'], 'customgroup[customgroupid]', 'customgroup', $customgroup['customgroupid']);

What am I doing wrong?

Dark_Wizard
07-13-2004, 10:37 PM
Well it looks right so the question is what isn't working right? Can you be more specific?

HakkieDEV
07-16-2004, 05:03 PM
Well it looks right so the question is what isn't working right? Can you be more specific?
It seems it has to be defined in for example includes_newpost.php.

I've had a look in there and i really don't know what to do.