R_J
AdminR_J Admin
-
Re: [3.0.2] how to text below discussion title
What you are asking for has been the example plugin: https://github.com/vanilla/addons/blob/release/2.8/plugins/example/class.example.plugin.php Using that example unaltered might help or not, but at… (View Post)1 -
Re: FilterForumSearch plugin
That looks really great! I haven't tested it but only looked at the code on GitHub. There is nothing much to say and I'm surprised you say you have no real experience with PHP. I only spott… (View Post)3 -
Re: Vanilla 2.3 beta
Pull requests were made against the master branch. I guess you would have to make an extra PR against 2.3 so that it would be included. (View Post)1 -
Re: Fatal error after importing database
It should be 2.6.4: https://open.vanillaforums.com/addon/vanilla-core Sounds as if you tried using the version from GitHub. First try installing 2.6.4 without using the old forum database. With that … (View Post)1 -
Re: Upgrading From Version 2.0.18.1
Don't forget to make a backup before working with your database: DELETE FROM GDN_UserRoleWHERE RoleID in (1,3,6,7);UPDATE GDN_UserRoleSET RoleID = 8WHERE RoleID = 2;UPDATE GDN_UserRoleSET RoleID… (View Post)2
