R_J
AdminR_J Admin
-
Re: Quotes plugin issue in Vanilla 3.2 for private used forum
Open /conf/config.php and find the line with $Configuration['Garden']['RewriteUrls'] = false; If there is such a line, change false to true If there is no such line, simply append… (View Post)1 -
Re: Customized Profile Page
There are several ways to do so. Vanilla consists of three applications. /applications/dashboard creates the profile page. /applications/vanilla extends the profile page, so you can take it as an exa… (View Post)1 -
Re: Email whitelist?
By now I haven't understood how that rule is applied. A plugin for such a purpose would be short: class SomePlugin extends Gdn_Plugin { public function userModel_beforeRegister_handler($sender, … (View Post)2 -
Re: How to create an endpoint
Both answers can be found in the GitHub repo linked in this comment (View Post)1 -
Re: How to create an endpoint
There is a section in the official docs which gives more information about creating your own end points: https://docs.vanillaforums.com/developer/addons/events-and-handlers/#magic-methods (View Post)1
