We only installed this MOD to change the colour of one particular user without having to setup a while new group. We have not permitted individual users to change their own colour because it wont go with our ranking system and it would appear distracting as you mentioned.imkingdavid wrote:Hey the MOD looks good. I might install it just to give myself a different color without having to create my own group for myself. Although I can't see the practicality of letting my forum members have this power. Because all the different colors would be really distracting.
Some people mentioned before, they would sell the username colour change permission to those giving points/cash.imkingdavid wrote:Hey the MOD looks good. I might install it just to give myself a different color without having to create my own group for myself. Although I can't see the practicality of letting my forum members have this power. Because all the different colors would be really distracting.
Code: Select all
Error General
Language file ./language/es/mods/info_acp_user_colour.php couldn't be opened.
Code: Select all
$user->add_lang('install');
$user->add_lang('mods/info_acp_user_colour');
Code: Select all
//$user->add_lang('install');
//$user->add_lang('mods/info_acp_user_colour');
Code: Select all
$message = $user->lang['DONE'] . '<br /><br />';
$message .= $user->lang['REMOVE_USERNAME_COLOUR_MOD_INSTALL'];
Code: Select all
$message = 'Done <br /><br /> Remove install_usercolour.php file';
Code: Select all
- You can change disallowed colours options at ACP-> General -> Board Settings
- Set the new change colour user permission YES for users or groups who should change their own colours at UCP.
- To change user colour and protect user colour against default group colour changes
go to ACP->GENERAL->User administration: User colour
SET
Username colour changes: NO
Code: Select all
Username colour change
Similar username colour control:
Euclidean distance between allowed and disallowed colours. Decrease this distance to allow more similar username colours. Valid range is between 0 and 650. Enter 0 to disable similarity check.Disallowed colours in usernames:
Administrator and moderator username colours may not be allowed. Enter any additional colours Ex.: AA00FF,1133FF Maximum 255 characters. Administrators and moderators are not affected.
ok and how do i set up the user permision for this mod?ive looked everywhere on the acp and nothing.mtrs wrote:By default, user cannot change username colour, you need set the user permission for this mod.
The other settings can be left as default.