R_J
AdminR_J Admin
-
Re: how do i make @ to work with Chinese username
You have to change both files. Try to understand what you are doing ;-) * the file you are looking at has a regular expression that searches for @username, but username is not allowed to contain chin… (View Post)2 -
Re: [Solved] Database Error
It seems to be an MySQL issue. Look at that link and try if it helps you: http://www.fast2host.com/knowledgebase/438/MySQL-41plus-using-the-old-insecure-authentication.html Your version of Vanilla is… (View Post)2 -
Re: How do I make the browser title show my translated word?
@Raffi: have you tried searching your files for "Recent Discussions on"? There are some hits for "recent discussion" (see here) but as you can see by looking at the result list, t… (View Post)1 -
Re: how do i remove Activity from header
You can hide anything by finding out it's css id or class and style it with a display:none. For v2.0.18.8 it would be ul#Menu > li.Activity {display: none;} For renaming discussions, there are qui… (View Post)2 -
Re: Strange Errors and Timeouts with PDO
How can this be done? I've found no config setting for this. Would it be necessary to delete each $this->AddJsFile('autosave.js'); or is this file needed? Would it be better to change var options … (View Post)2
