![]() |
![]() |
This project is not completely dead. I've just started work on localisation. If you're getting a "Deprecated" error message, follow the instructions here URGENT Security Patch for ≤ v2.2.6 A security hole has been discovered, follow the instructions and download the patch at the topic page. Did the patch break your search page? Search Patch
|
![]() UPB Team Member
Posts: 837
Registered: 2006-11-22 |
The file below contains two fixes regarding non-English languages
Bug fixes Just upload the new files and overwrite the existing ones myUPB Developer |
|
Last edited by: Clark on Jan 04, 2009 3:53:27 pm
| |
![]() Clerk
Posts: 180
Registered: 2008-02-28 |
problem with the forign part is were british and we speak english and thats about it lol ...
N i g h t m a r e
= myUPB Graphic's Designer ![]() Im back, and hopefully staying this time, get ready for some decent GFX updates! |
![]()
Posts: 5
Registered: 2009-03-23 |
Hello, i have made a little addon for a non-English languages.
It's fixes also PM Message System , to display Russian and other languages correctly. You need to simply change 2 lines in newpm.php : $_POST['subject'] = htmlentities(stripslashes($_POST['subject'])); $_POST['message'] = htmlentities(stripslashes($_POST['message'])); with this : $_POST['subject'] = filterLanguage(UPBcoding(stripslashes($_POST['subject']))); $_POST['message'] = filterLanguage(UPBcoding(stripslashes($_POST['message']))); And that's All |
![]() UPB Team Member
Posts: 837
Registered: 2006-11-22 |
The above fix is almost exactly as it will be in the next release....nice work.
myUPB Developer |