hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: Displaying Ranks in Posts & User Profile
Thanks for trying my addon! You can get the RankID from the User object. From there, you can get a list of the ranks from the rank model. A rough sketch of how to do this via a plugin would be as fol… (View Post)1 -
Re: [Config Option] Signup Bug SendConnectEmail not sent with Vanilla 2.1
Add $Configuration['Garden']['Registration']['SendConnectEmail'] = TRUE; to your /conf/config.php file. (View Post)4 -
Re: 大家还需要什么中文相关的功能可以在这里说说
@djangonz 请原谅我的翻译反应。 我在这里回答你在其他讨论:http://vanillaforums.org/discussion/27052/how-to-remove-username-validation (View Post)1 -
Re: Error generated by BetterNotifications when trying to send private message
Either cast the object to array before access or access the member directly instead. Adding the following line to line 47 of class.betternotifications.plugin.php should quash that error: $Activity = … (View Post)1 -
Re: How do I set a default quotes level?
It looks like you will have to change it in the code in this case. It is possible for JS to use translatable phrases. The translations are generally added as a definition and then just looked up usin… (View Post)1
