hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: Removing WYSIWYG box on user's profile page?
Try adding $Configuration['Garden']['Profile']['ShowActivities'] = false; to your /conf/config.php file. (View Post)2 -
Re: How to include discussion pages into sitemap?
For reference: https://productforums.google.com/forum/?hl=en#!msg/webmasters/uDjcEXbzuwg/kQf2w6y9zusJ (View Post)1 -
Re: What's the best way to invoke one plugin from another?
First things first, I would add the other plugin as a dependency in the Plugin Info array. You can get instances of existing plugin classes via the plugin manager. Since all hooks are public members,… (View Post)3 -
Re: Is php a good language to learn?
Most SQL are human readable syntax. There are also logical languages like prolog. Lots of different languages out there. (View Post)1 -
Re: how to work articles with Syntax Prettifier together
You would need to modify the articles application to fire the necessary event for the syntax prettifier or the syntax prettifier to look for the article controller too. (View Post)2
