mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-04-01 01:25:39 +00:00
add multiple identicon drivers support, add icon field settings, make icons display optional
This commit is contained in:
parent
edf9149654
commit
6bffa1c6b9
3 changed files with 16 additions and 7 deletions
|
|
@ -72,6 +72,12 @@ define('MODERATOR_IP_LIST', (array)
|
|||
// User
|
||||
define('USER_DEFAULT_APPROVED', false);
|
||||
|
||||
define('USER_AUTO_APPROVE_ON_MAGNET_APPROVE', false);
|
||||
define('USER_AUTO_APPROVE_ON_COMMENT_APPROVE', false);
|
||||
|
||||
define('USER_DEFAULT_IDENTICON', 'jidenticon'); // jidenticon|false
|
||||
define('USER_IDENTICON_FIELD', 'address'); // address|userId|...
|
||||
|
||||
// Magnet
|
||||
define('MAGNET_DEFAULT_APPROVED', USER_DEFAULT_APPROVED);
|
||||
define('MAGNET_DEFAULT_PUBLIC', false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue