R_J
AdminR_J Admin
-
Re: Adding a notifications menu item
You can user the eventi plugin (it has some bugs, but is still helpful) to get an impression what handlers are available. You can also do a full text search in the source code for FireEvent(). Where … (View Post)1 -
Re: Vanilla 2.2 beta 1 is now available
/!\ Seems like the only valid locale file name pattern now is "locale/xx.php" where "xx" is the language code. As a consequence, all plugins and addons language files that do not … (View Post)9 -
Re: Can I Install VanillaForums on Windows Platform?
+1 for that. To get an impression: https://github.com/vanilla/vanilla/issues?utf8=%E2%9C%93&q=is%3Aissue+windows Issues for Vanilla on Windows are addressed on GitHub and seem to be solved except… (View Post)3 -
Re: Vanilla 2.2 beta 1 is now available
Sorry for asking a dumb GitHub question again, but where would I find that? Do you mean all the open issues? (View Post)2 -
Re: Counting non-hidden comments
Normally you do not have to replace something at every place, but you can hook into a function. The comment count is calculated by a function in the comment model. If you look at that file, you'… (View Post)1
