Quote:
Originally Posted by AzH
Has anyone else encountered this issue and if so how did you fix it?
Thanks.
|
The phrase "open" is in the "Thread Management" phrasetype, and the sig editor don't use this phrasetype. Two possible solutions:
- Ranma2k updates his mod by adding a new vbphrase especially for the mod (for display "Open" correctly in the sig editor).
- Add the 'threadmanage' in the profile.php file. Search this:
PHP Code:
$phrasegroups = array('user', 'timezone', 'posting', 'cprofilefield', 'cppermission');
And modify to this:
PHP Code:
$phrasegroups = array('user', 'timezone', 'posting', 'cprofilefield', 'cppermission', 'threadmanage');
The better way to correct this is the second for the moment.
-----------------------
So, I've found a little thing to fix (very trivial). When you see your images (vbimghost.php?do=myimages), for the file size, the 'KB' is missing (not missing from the admincp when you see images for all users). If the 'KB' expression can be added into the language system...
Thanks