hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: Change banner's language
You could hook into the app startup, check the local and change the config option in memory. public function gdn_locale_afterSet_handler($sender) { switch ($sender->Locale) { case 'en': saveToConf… (View Post)2 -
Re: I am trying to enable the built in social integration and keep getting errors
The version comparison uses PHPs version_compare (http://php.net/manual/en/function.version-compare.php). In short version 2.2rc1 is considered lower than 2.2. You can manually change the version req… (View Post)6 -
Re: Profile Data Display
That is the User Info module. It is actually already displayed in the profile page along the top: If you want to add the module to your panel, just hook in to the appropriate controller and add the m… (View Post)2 -
Re: RE-VISIT - commercial marketplace
Selling a plugin for $10 does not give me an incentive to stick around. I get $10 once and then endless support requests because "I paid for this plugin!" Anyway, I think it would be great … (View Post)1 -
Re: CSS Help Featured Yaga Badges
You will need to specify the width of the containing ul. Remove the float on the li elements as well. (View Post)1