R_J
AdminR_J Admin
-
Re: Old Forum closing down, will archive include original database?
The hosted version has features that the open source forum has not. Therefore some functionality might be lost, maybe even some information from the past. If your forum was using reactions, you most … (View Post)1 -
Re: How to add summaries to my homepage
You took the information from a well documented example, so you should be able to solve that on your own... :frown: Look at this row: https://github.com/vanilla/addons/blob/master/plugins/example/cla… (View Post)1 -
Re: Enable 'Category Notifications' by default?
Your plugin is extending the plugin class. If you look at /library/core/class.plugin.php you will find the method setUserMeta with this code: protected function setUserMeta($userID, $key, $value = nu… (View Post)2 -
Re: Does the addon.json "require" key work?
The version number check isn't correct - there already is an open issue :wink: The plugin key check seems to work. I don't know if addon.json and PluginInfo is combined, but addon.json over… (View Post)1 -
Re: Image resizing for users via the WYSIWYG?
No, it's just that it would need (advanced?) JavaScript skills to do so. I assume you are using the Advanced Editor. Look at this line: https://github.com/vanilla/vanilla/blob/release/2.5a/plugi… (View Post)1
