How to edit this [SV!] [Fmod] [Smd] [Adm] and other groups name in my forums, chat and other function in my site? Please help.
edit file
forum/index.php on line 550-553
//Метка должности
$user_rights = array(
3 => '(FMod)',
6 => '(Smd)',
7 => '(Adm)',
9 => '(SV!)'
thanks sir its work. Last same question how to edit in user list? ? Profile??
sfimba, I don't check it, but maybe you should edit a file
incfiles/classes/functions.php on line 375-385
$rank = array(
0 => '',
1 => '(GMod)',
2 => '(CMod)',
3 => '(FMod)',
4 => '(DMod)',
5 => '(LMod)',
6 => '(Smd)',
7 => '(Adm)',
9 => '(SV!)'
);
ok sir thanks for reply ill try it. Feedback later. Thanks again.
very very nice.. its work, thanks for sharing sir.. thank you!!