Hi
to edit this to suit my forum can i edit the installer file so it installs the new phrases?
Code:
$DB_site->query("
INSERT INTO " . TABLE_PREFIX . "phrase (languageid, varname, text, phrasetypeid) VALUES(0, 'vbgarage_text', 'Text', 1)
");
can i change the above sql insert from vbgarage_text to member_info etc to customize it or will this mess with the installer?
thanks again.