Does anybody know how I could go about adding a checkbox to the main file upload page, I've tried a number of times pulling the status of the checkbox through $vbulletin->GPC but it never seems to get it so when I run an if statement it doesnt work and passes to the else.
When I put a value in the checkbox and check for the value it seems to always report having that value whether checked or not.. forgive me if I'm wrong but an unchecked box shouldnt carry the value.
I'm trying to setup a way for people to select if they want the image public or private on that page on a per image basis, if checked, its private.. if not its public.
|