Code: Select all
//If other mods are installed you may have to change legend3 to the next available legend number
Code: Select all
//If other mods are installed you may have to change legend3 to the next available legend number
No, it does not. It is not designed to change usernames in textarea.ghx666 wrote: so if i create a new topic or reply to a topic and i write someones name in the textarea of the topic does this mod color that username?
This mod does not support that. But, this mod has quick nick instertion at viewtopic which you may be interested in.ghx666 wrote:does this mod support this ? or does anyone know about a mod who does this ?
the new user has been added to phpbb_users though, but for example is not showing up in our newest memberGeneral Error
SQL ERROR [ mysqli ]
Unknown column 'user_colour_change' in 'where clause' [1054]
SQL
SELECT user_id FROM phpbb_users WHERE user_colour_change = 0 AND user_id = 56
BACKTRACE
FILE: includes/db/mysqli.php
LINE: 163
CALL: dbal->sql_error()
FILE: includes/functions_user.php
LINE: 3320
CALL: dbal_mysqli->sql_query()
FILE: includes/functions_user.php
LINE: 278
CALL: group_set_user_default()
FILE: includes/acp/acp_add_user.php
LINE: 177
CALL: user_add()
FILE: includes/functions_module.php
LINE: 507
CALL: acp_add_user->main()
FILE: adm/index.php
LINE: 74
CALL: p_master->load_active()
ghx666 wrote:i also have checked phpbb_users for that field/column but it does not exist
No, you should read DIY section in install.xml of this mod, and run database update script.ghx666 wrote:maybe you can post an sql statement which i can simply execute in phpmyadmin so this field gets added to the database (if that would fix the problem)
and of course you should update your mod download too
Automod only runs sql queries that are set as such within the MODX file, database installers are to be run by the individual that installs the mod (for now).ghx666 wrote:so you prefer not to fix this bug which it obviously is? because either i can install a mod using automod or i simply shouldn't be able to install it using automod if it is not working!
Code: Select all
/board/store/mods/Username_Colour_Change_MOD_v1-0-2/root/install_usercolour.php
Code: Select all
/board/install_usercolour.php