Im not able to install this properly on my site im not sure why.
The site is
www.Ctvtec.com
I uploaded everything edited everything BUT couldnt find one thing on the member.php:
###### In member.php find:
// *********************
// CUSTOM PROFILE FIELDS
$profilefields = $db->query_read_slave("
SELECT profilefieldid, required, type, data, def, height
FROM " . TABLE_PREFIX . "profilefield
WHERE form = 0 " . iif(!($permissions['genericpermissions'] & $vbulletin->bf_ugp_genericpermissions['canseehiddencustomfields']), "
AND hidden = 0") . "
ORDER BY displayorder
");
I searched the whole file and wasnt able to find it.
I think that is the problem.
What should i do?