SANCAKBEY
Member
Hi, I changed user title & banner text max lenght (100>200)
but file health check fail
Is this a problem or not?
FTP > /library/XenForo/DataWriter/UserGroup.php
Database > xf_user_group
but file health check fail
Is this a problem or not?
FTP > /library/XenForo/DataWriter/UserGroup.php
PHP:
'user_title' => array('type' => self::TYPE_STRING, 'default' => '', 'maxLength' => 200),
'banner_text' => array('type' => self::TYPE_STRING, 'default' => '', 'maxLength' => 200),
Database > xf_user_group
Code:
user_title varchar(200)
banner_text varchar(200)
Last edited: