R_J
AdminR_J Admin
-
Re: Custom module settings validation
public function settingsController_myPlugin_create($sender) { $sender->permission('Garden.Settings.Manage'); $sender->title(Gdn::translate('MyPlugin Settings')); $sender-&g… (View Post)1 -
Re: My Members Need to Delete Their Own Accounts
And I thought to myself: "That shouldn't be too hard..." I will upload the plugin some time later, but you can already get it from here. @phreak That plugin replaces every name with &q… (View Post)2 -
Re: Catastrophic on Vanilla 3.2
Yes, this plugin needs "Custom Pages". Not sure if it still works, but I would prefer Basic Pages over Custom Pages anyway. (View Post)1 -
Re: How to implement a Pager
Instead of having [previous] 1...7 [next] you want to have [__3__|\/]? Then the pager module isn't suitable. The good thing is that you now already know what you need! offset limit total record … (View Post)1 -
Re: Conditional Module view
Modules - those mighty beasts... Many things can happen magically inside modules, that's what makes them hard to understand. 1. The application folder You are using the fetchView method which on… (View Post)1
