R_J
AdminR_J Admin
-
Re: Any example of using the new sort & filter module?
I once created a dropdown on that page (for another reason). This plugin might be helpful: https://open.vanillaforums.com/addon/latest-plugin You would need to get CategoriesModel::categories() and b… (View Post)1 -
Re: "Basic Pages" Plugin not working
I don't see additional value in keeping the last editing user when there is no history. You'll never be able to "blame" someone for the content. You could make use of Vanillas logging featu… (View Post)1 -
Re: Unknown column Active in field list
That user doesn't had the permission to edit posts so I wrote my own test post. You can delete that now. There was nothing strange in the POST data so it's really an error message that is sent in ret… (View Post)1 -
Re: multiple vanilla forums and memcached?
Some things in Vanilla are not ducumented and you need to look at Vanillas source code to find out more about it. Look at those files to find some more informaion: /library/core/class.cache.php /libr… (View Post)1 -
Re: Attachments not working
That fix would skip permission checks for uploading files, but if you have no categories where uploading is not allowed, it should be save to skip it. (View Post)1