To clarify......in 'gallery.php' do we replace the field id number (
field61 in the example below) with whatever our field number is, which is created earlier in the instructions?
Quote:
$vbulletin->db->query_write("UPDATE ".TABLE_PREFIX."userfield SET field61 = 'Yes' WHERE ".TABLE_PREFIX."userfield.userid = $posid AND ".TABLE_PREFIX ."userfield.field61 != 'Yes'");
|
Thanks in advance.