hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: Definition Names displaying instead of values
It looks like your locale isn't loading. Delete your cached locale file in /cache. As far as your other issue, it looks like some a debug statement is still in there. Rest assured that regular u… (View Post)1 -
Re: [Yet Another Gamification Application] How to add ranks as titles
The rank id is attached to the user object. You can get the rank name from the rank model with this snippet: $RankModel = Yaga::RankModel();$Rank = $RankModel->GetByID($User->RankID);echo $Rank… (View Post)2 -
Re: Wow. Wow Wow! A beautiful add-on
Thanks for the kind words @peregrine. :D First and foremost, I didn't want to tread on other plugin names. I also already made some plugins for myself that I called Reactions, Ranks, and Badges … (View Post)1 -
Re: Not working in Opera or Mobile, Emotify also not working
@Kasper I am going to use the dirty word 'planning', but are you guys planning on releasing it for the OS version? I really like it. I think of it like button bar 2.0. (View Post)1 -
Re: change comment count
You probably want to override the Gdn_Format::BigNumber() method. You can find the base file in /library/core/class.format.php. Make it a soft modification by wrapping it in a plugin. (View Post)1
