Shadowdare
MVPShadowdare MVP
I'll be away on vacation next week and will be back by the end of the month.
Reactions
-
Re: how do i make @ to work with Chinese username
If the string is encoded in UTF-8, this regex will probably match all Chinese characters: $Configuration['Garden']['User']['ValidationRegex'] = '/[^\x{4E00}-\x{9FA5}]/u'; (View Post)1 -
Re: Stop Spam Member Account Creation? It is harmful to my community.
@dneary, check out Registration Restrict Logger by @peregrine. (View Post)1 -
Re: how do i remove Activity from header
You would add the code in a file called class.mythemethemehooks.php in your theme like this: class.mythemethemehooks.php <?php if (!defined('APPLICATION')) exit();class mythemeThemeHooks implement… (View Post)3 -
Re: Can i delete User System?
Any role would work and the profile image upload is in the front end of the site. (View Post)2 -
Re: Can i delete User System?
It can be renamed from the dashboard and you can change it's avatar without a problem by editing its profile. The system user ID is also set in the config file. (View Post)4