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: Navigation Menu With Highlight Parent and Child Category When Active
@hgtonight I implemented a hierarchical menu for a client which uses a mix of dropdown and accordion elements (see this forum for an example), and I would not recommend doing everything via JavaScrip… (View Post)1 -
Re: is this free?
The plugin relies on Loginradius service, to which one must subscribe to use the plugin. They have a basic free plan and several paid subscriptions, which I think is the reason why @johnnyzen was ask… (View Post)3 -
Re: Some tips I learned during plugin development
In my experience, you can place the files wherever you like, as long as you call the file class.yourclassname.php. This applies to Modules, Models and almost any class name (e.g. class.thisisafancycl… (View Post)2 -
Re: Is Vanilla Hosted Service running 2.0.18.8? Is anybody running 2.1b1 in a production environment?
It really depends on your confidence in dealing with possible issues. The "b" in Vanilla 2.1 stays for beta, which means that the software can (and it probably does) still contain bugs. We … (View Post)2 -
Re: Some tips I learned during plugin development
Interesting discussion, here are some of my coding habits. Paths Regarding paths, I tend to define them as constants, together with several other values, because I tend to reuse them multiple times a… (View Post)5