businessdad
MVPHackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
businessdad MVP
Reactions
-
Re: How to properly override / add views in applications/dashboard/views/home?
To override views, you must copy them in the same path in your theme, like you did, and keep the same file name. That is, just copy dashboard/home/views/termsofservice.php to yourtheme/home/views and… (View Post)1 -
Re: Is extending tables for plugins good or bad practice
There is no absolute rule for adding tables or extending existing ones, if not common sense. Denormalisation has its time and place, but it brings a cost in terms of maintenance. For example, you wou… (View Post)1 -
Re: How to insert HTML within the Content div
Good approach. I would just put DiscussionController_AfterCommentFormat_Handler() in theme hooks, to avoid having a plugin for such a small change. (View Post)1 -
Re: solution needed - storing data between events in 2.1 (routines work in 2.0.18 but not 2.1)
The commands are out of context, which makes it more difficult to understand the possible issue, but I think that the first one should work correctly, unless the instance of the class changes between… (View Post)2 -
Re: Feedback for plugin
Unit Testing would be great, but it's still very painful to set up. For the documentation, tip of the day: write it together with the method. If you are not sure of what the method will be, add a sim… (View Post)2