R_J
AdminR_J Admin
-
Re: not show subcategories.
If you want to modify your forum, you should try getting basic skills in CSS. Wht you are asking for could be easily achieved with CSS. If you inspect those HTML elements, you will see that child cat… (View Post)2 -
Re: How to replace a string via MySQL command on all discussions?
You replace things in MySql by using MySqls replace command ;) https://dev.mysql.com/doc/refman/5.7/en/string-functions.html#function_replace You would have to replace in the column "Body" … (View Post)1 -
Re: Doesn't work with Vanilla 2.2
One of the SEO plugins caused problems when you try to delete a discussion. You should test that, too. Oh, and you know that you should upgrade to Vanilla 2.3? ;) (View Post)1 -
Re: Can I develop a single-sign-on interface to intergrate the vanilla forum with another cms?
Vanillas SSO solution of choice is jsConnect: http://docs.vanillaforums.com/help/sso/jsconnect/ You can find a PHP implementation here: https://github.com/vanilla/jsConnectPHP (View Post)1 -
Re: Hidden categories?
Please make sure your users only have one role. There might be inconsistencies if they have more than one. (View Post)7