Author |
Topic |
|
ssnapier
Junior Member
USA
126 Posts |
Posted - 19 June 2003 : 19:07:58
|
I have noticed a problem with the PM mod, that I have no clue how to fix. When I try to send a PM to a user that has a space in his name, I get an error that says the user does not exist.... so in essence, all users with spaces are unable to receive a private message unless they generate one and then you REPLY to it... that seems to work fine.
I did a search and did not find anything similar... thoughts? |
If freedom were shareware, soldiers are the ones who pay for it. |
|
ssnapier
Junior Member
USA
126 Posts |
Posted - 19 June 2003 : 19:11:10
|
oh I forogt to mention I am actually running a serverhacker version, but I cannot seem to get to his site any more.... |
If freedom were shareware, soldiers are the ones who pay for it. |
|
|
dayve
Forum Moderator
USA
5820 Posts |
Posted - 19 June 2003 : 20:33:39
|
must be a bug in the ServerHacker version because I don't have that problem. by the way, ServerHacker moved to http://www.shnforum.com |
|
|
|
Francodepaw
Junior Member
USA
111 Posts |
Posted - 20 June 2003 : 10:51:27
|
Yup, I thought it was a MySql problem at first but found others with Spaces in names had the same issue, are you also using NT Authentication? That was the common denominator I have found so far.
I Had to change references of M_NAME to M_USERNAME in the PM Mod.
http://www.shnforum.com/forum/topic.asp?TOPIC_ID=459&SearchTerms=+PM+MOD
Near bottom of first page.
Note if you are using the SH Modded forum, I found a missing clr_spaces() in the file lister mod that you can't view member files with spaces in there names.
In file_lister_view.asp at line 252 I had to make the following changes (in red) to catch those spaces in user names.
strBasePath = bdir&"\"&clr_spaces(m_name)&"\"&clr_spaces(aData(2,i))
|
Edited by - Francodepaw on 20 June 2003 11:08:57 |
|
|
ssnapier
Junior Member
USA
126 Posts |
Posted - 21 June 2003 : 17:31:03
|
cool.. thanks for the tip! |
If freedom were shareware, soldiers are the ones who pay for it. |
|
|
|
Topic |
|