MyUPB.com Discussion forums
You are not logged in. Please Register or Login.

Announcements

This project is not completely dead. I've just started work on localisation.
Please email me at clark@NOSPAMmyupb.com once you've registered so I can activate your account (remove "NOSPAM" from the email address)
~~~~ Clark


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

Download myUPB
Version 2.2.7 Released - 24th December 2010


Posted: Jan 04, 2009 3:52:55 pm
Clark



The file below contains two fixes regarding non-English languages

  1. Topic Titles appear correctly after being edited
  2. Using Quick Edit to edit posts works properly with other languages


Bug fixes

Just upload the new files and overwrite the existing ones
myUPB Developer

Posted: Mar 18, 2009 1:30:26 am
Nightmare



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!

Posted: Mar 23, 2009 5:43:49 pm
kilaz



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  :)

Posted: Mar 23, 2009 11:43:02 pm
Clark



The above fix is almost exactly as it will be in the next release....nice work.
myUPB Developer

Powered by myUPB v2.2.6  ·   © PHP Outburst 2002 - 2013

Creative Commons License