Welcome, Guest. Please Login or Register.
April 25, 2024, 12:23:35 PM
Home Help Search Log in Register
News: If you are still using YaBB SE, please consider upgrading to SMF as soon as possible.

YaBB SE Community  |  YaBB SE Info  |  News From the YaBB SE Team  |  Version 1.4 on the way... « previous next »
Pages: 1 ... 10 11 [12] 13 14 ... 16 Reply Ignore Print
Author Topic: Version 1.4 on the way...  (Read 54224 times)
dwp
Jr. Member
**
Posts: 81


Administrator of another YaBB Board

Re:Version 1.4 on the way...
« Reply #165 on: May 26, 2002, 02:17:53 PM »
Reply with quote

So it isn't a pure bugfix version, then I understand, good  ;)

Do you expect any day, week or so..when we get this  8)
« Last Edit: May 26, 2002, 02:18:36 PM by dwp » Logged
Chris Cromer
The Strange One
Mod Team
YaBB God
*****
Posts: 3152


I am just a figment of your imagination.

WWW
Re:Version 1.4 on the way...
« Reply #166 on: May 26, 2002, 02:28:00 PM »
Reply with quote

Well it depends on how long it takes for us to get it ready. But hopefully it will be soon.
Logged

Chris Cromer

I am not suffering from insanity, I am enjoying every minute of it.
Coyote
YaBB God
*****
Posts: 702


I love YaBB SE!

Re:Version 1.4 on the way...
« Reply #167 on: May 26, 2002, 03:22:37 PM »
Reply with quote

Is the IM fix in 1.4 the instant message problem with users having spaces in there nicks?

I thought this problem was fixed ages ago, I have the most recent sources :(

Logged

To the world - you are just one person, but to one person you are the world!
Chris Cromer
The Strange One
Mod Team
YaBB God
*****
Posts: 3152


I am just a figment of your imagination.

WWW
Re:Version 1.4 on the way...
« Reply #168 on: May 26, 2002, 03:27:06 PM »
Reply with quote

Nope it hasn't been fixed yet.
Logged

Chris Cromer

I am not suffering from insanity, I am enjoying every minute of it.
Coyote
YaBB God
*****
Posts: 702


I love YaBB SE!

Re:Version 1.4 on the way...
« Reply #169 on: May 26, 2002, 03:48:29 PM »
Reply with quote

Well, I just found this post and applied it to my board and it works 100%

Thanks to PtPazuzu for pointing it out!

changing :

Code:
$db = preg_replace("/[^0-9A-Za-z#%+,-\.@^_]/","",$db);
 

to

Code:
$db = preg_replace("/[^0-9A-Za-z#%+\s,-\.@^_]/","",$db);
 

fixes the problem 2. This adds the space to the list of characters not 2 remove from the string.
Logged

To the world - you are just one person, but to one person you are the world!
Chris Cromer
The Strange One
Mod Team
YaBB God
*****
Posts: 3152


I am just a figment of your imagination.

WWW
Re:Version 1.4 on the way...
« Reply #170 on: May 26, 2002, 03:54:16 PM »
Reply with quote

Alright, thanks that saves me the trouble of haveing to fix it myself. :)
Logged

Chris Cromer

I am not suffering from insanity, I am enjoying every minute of it.
Hypocrite
YaBB God
*****
Posts: 692


For To End Yet Again

dimmuh@gmx.net WWW
Re:Version 1.4 on the way...
« Reply #171 on: May 26, 2002, 03:58:41 PM »
Reply with quote

What about usernames which have äöå in them?
Logged
Chris Cromer
The Strange One
Mod Team
YaBB God
*****
Posts: 3152


I am just a figment of your imagination.

WWW
Re:Version 1.4 on the way...
« Reply #172 on: May 26, 2002, 04:03:58 PM »
Reply with quote

I thought usernames with those characters couldn't even register?

Also I found something if somebody registers with a + in front of their name... the profile goes crazy.
Logged

Chris Cromer

I am not suffering from insanity, I am enjoying every minute of it.
Hypocrite
YaBB God
*****
Posts: 692


For To End Yet Again

dimmuh@gmx.net WWW
Re:Version 1.4 on the way...
« Reply #173 on: May 26, 2002, 04:06:50 PM »
Reply with quote

Quote from: Chris Cromer on May 26, 2002, 04:03:58 PMI thought usernames with those characters couldn't even register?

Also I found something if somebody registers with a + in front of their name... the profile goes crazy.

Ok :)
Logged
Chris Cromer
The Strange One
Mod Team
YaBB God
*****
Posts: 3152


I am just a figment of your imagination.

WWW
Re:Version 1.4 on the way...
« Reply #174 on: May 26, 2002, 04:09:54 PM »
Reply with quote

Nevermind, they can register with those characters.

Also... I have a temp solution to fix the + problem... don't let it be used in the registering name at all.

A better solution would be to check to see if the user name has a + for the first character... but is there a command to check a specifc character to see if it is a certain letter?
Logged

Chris Cromer

I am not suffering from insanity, I am enjoying every minute of it.
lenaP
Jr. Member
**
Posts: 97


Well well...

Re:Version 1.4 on the way...
« Reply #175 on: May 26, 2002, 04:11:44 PM »
Reply with quote

QuoteI thought usernames with those characters couldn't even register?
Since I run two Swedish boards I should know... but I don't. I guess we're so used with not using those characters in registrations on the web, in e-mail-addresses and so on...
Asking me it's not a big problem if you can't use them with yabb, it's just the way things are.
Logged
Chris Cromer
The Strange One
Mod Team
YaBB God
*****
Posts: 3152


I am just a figment of your imagination.

WWW
Re:Version 1.4 on the way...
« Reply #176 on: May 26, 2002, 04:13:33 PM »
Reply with quote

They can be used... but I don't think that the im's would have problems would it?

Have you had problems with those characters and im's?
Logged

Chris Cromer

I am not suffering from insanity, I am enjoying every minute of it.
lenaP
Jr. Member
**
Posts: 97


Well well...

Re:Version 1.4 on the way...
« Reply #177 on: May 26, 2002, 05:38:05 PM »
Reply with quote

I didn't have any users with åäö in the usernames, so I created a user björn. No problem with registration and sending IM from björn, but to björn the "ö" was just ignored and I got the messages "usernamn bjrn doesn't exist".
Logged
Chris Cromer
The Strange One
Mod Team
YaBB God
*****
Posts: 3152


I am just a figment of your imagination.

WWW
Re:Version 1.4 on the way...
« Reply #178 on: May 26, 2002, 05:51:30 PM »
Reply with quote

Alright this bug has been fixed.

Any other bugs?
Logged

Chris Cromer

I am not suffering from insanity, I am enjoying every minute of it.
Jeff Lewis
Global Moderator
YaBB God
*****
Posts: 10149


I'm a llama!

WWW
Re:Version 1.4 on the way...
« Reply #179 on: May 26, 2002, 10:35:16 PM »
Reply with quote

Chris, have an email I can send you a few more changes to?

Once we collect all of these, I will update the upgrade.php file...
Logged

Pages: 1 ... 10 11 [12] 13 14 ... 16 Reply Ignore Print 
YaBB SE Community  |  YaBB SE Info  |  News From the YaBB SE Team  |  Version 1.4 on the way... « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.081 seconds with 20 queries.