x00
MVPx00 MVP
Reactions
-
Re: Worker Domain design pattern
Intro A common way of extending code besides overwriting, is to make use of event hooks and other special functions/methods that will be called by the framework's pluggable API. I use 'Hook… (View Post)1 -
Re: How to set Discussion as default tab on member profile?
in /dashboard/routes add route * Route Expression ^profile/(?!(discussions|notifications|activity|comments|\d+))[^/]+/?$ * Target profile/discussions * Type Internal Only problem is if any addon adds… (View Post)2 -
Re: MySQL query for all discussions except Categories where user has no permission.
You might check the wordpress pluign widgets, it is basically the same thing. One advantage of using @R_J VIEW idea is the data is already sanitised. The other method it it is not, but you can simply… (View Post)2 -
Re: Discussion Polls 1.0.1 Feed Back
@hgtonight I have submitted a pull request, however as it is unnecessary to put code in plugins to remove null value it would require those already using it to drop these tables GDN_DiscussionPollAns… (View Post)2 -
Re: [Solved] Plugin not showing up
you seem to have capitalised name please change it to lowercase class.botstop.plugin.php (View Post)1
