Code:
print_table_header($vbphrase['vbma_permissions']);
print_yes_no_row($vbphrase['stickets_can_admin_stickets'], 'usergroup[canadminstickets]', $ug_bitfield
['canadminstickets']);
print_yes_no_row($vbphrase['stickets_can_add_stickets'], 'usergroup[canaddstickets]', $ug_bitfield
['canaddstickets']);
print_yes_no_row($vbphrase['stickets_can_view_stickets'], 'usergroup[canviewstickets]', $ug_bitfield
['canviewstickets']);
print_table_break();
I would like to change this into a bitfield xml file if possible but i dont know where to start
Also i would like to know where i would put this code
Code:
$_BITFIELD['usergroup']['sticketpermissions'] = array(
'canadminstickets' => 1,
'canaddstickets' => 2,
'canviewstickets' => 4
);
it is from the old vb 3.0 and there have been alot of changes in the files and no need to do main file edits i need some files edited to work with the new sql i cant seem to get all the syntax in them right see attached file so any help would be appreciated