R_J
AdminR_J Admin
-
Re: Enable 'Category Notifications' by default?
I cannot imagine that it is doable by setting a config parameter. But a very small and easy plugin will do. Something like that should be enough: class YourPluginsNamePlugin extends Gdn_Plugin { publ… (View Post)2 -
Re: Working with links and pop-ups for an plugin
In deinem Plugin muss eine solche "delete" Methode implementiert werden. Hier mal ein Code Schnippsel aus einem Plugin, dass ich hier nicht hochgeladen habe: public function delete($sender,… (View Post)1 -
For Plugin* Authors: Changes of Interest in Version 2.5
Quite a lot has changed with Vanilla version 2.5 and I thought it would be a waste of time if everything that I've already stumbled upon would be forgotten. So I will write it down here. Before … (View Post)13 -
Re: Issues with Conversations Application
Something like a "conflict" key? Good idea :mrgreen: But it seems not to work as expected. After seeing this discussion I've considered filing an issue, but I wanted to check first if … (View Post)1 -
Re: How can I use Simple API?
I've found this: https://docs.vanillaforums.com/apiv2/swagger/#/ Looks like it is a good start, e.g.: https://open.vanillaforums.com/api/v2/discussions/35718?expand=true But from a quick look I … (View Post)1
