hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: No Post Content Displays in Comments Page 2
That is by design. You can easily change this via a view override in your custom theme (don't have one? check out the quickstart). Copy the file from /applications/vanilla/views/discussion/index.php … (View Post)1 -
Re: Creating Android/iPhone apps through the use of JSON
@rbrahmson If you haven't been satisfied yet, let me add another voice. Yes, this is a perfectly good use of the JSON endpoints. P.S. If I was developing an app on Android, I would check out: http://… (View Post)1 -
Re: Send user email when your comment has been quoted.
Quoting mentions a user by default. User's can choose to be notified by mentions from their notification preferences page: (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: What's the best way to invoke one plugin from another?
Also, what he said. (View Post)2