Author |
Topic |
|
ateixeira
Starting Member
Brazil
13 Posts |
Posted - 04 December 2003 : 06:04:31
|
I know it sounds stupid, but I really needed a forum working with real names, and not the usernames...
This Snitz forum i'm trying to use won't allow people to subscrobe, I'll be giving people's usernames and it'll make it hard to find out who's posting or not by names like "student01" and "student02".
Could someone give me a help?
I'm not a programmer, but if you tell me which files should I modify and in which codes, selects or things like this, I can handle. :)
thanks. :D
PS: Not urgent, but really important... |
Alexandra Teixeira Macromedia certified Professional email@shampoo.art.br http://www.shampoo.art.br/ |
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
Posted - 04 December 2003 : 07:16:08
|
Olá .
What you want is to show the member's real name when displaying topics, in topic.asp, or you want even more than that? Or in what other situation do you want the user's name to be displayed?
Also, if you are registering them yourself, wouldn't it be possible for you to create their usernames using the real names (example: Alexandra Teixeira instead of ateixeira)? The forum allows the use of usernames with spaces. |
Snitz 3.4 Readme | Like the support? Support Snitz too |
|
|
ateixeira
Starting Member
Brazil
13 Posts |
Posted - 04 December 2003 : 07:46:10
|
Olá!! ;)
Well, mostly I need the real names in the topics. I could use the real names when registering them, but the idea is register all the students with their codes, so "Joăo Paulo Silva" will read "12345", and that's not exactly intuitive. ;)
It would be useful also displaying real names in the "members" list. Moderators colum may remain with usernames, or it'll get way to large.
That's the forum i'm setting: http://www.proway.com.br/forum/
Thanks!! |
Alexandra Teixeira Macromedia certified Professional email@shampoo.art.br http://www.shampoo.art.br/ |
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
|
ateixeira
Starting Member
Brazil
13 Posts |
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
Posted - 04 December 2003 : 11:10:26
|
I can't get there, registration is needed. Can you provide the details of a valid (test) account for your forum?
Also did you apply the changes both at lines# 109 and 312? |
Snitz 3.4 Readme | Like the support? Support Snitz too |
Edited by - ruirib on 04 December 2003 11:12:39 |
|
|
ateixeira
Starting Member
Brazil
13 Posts |
Posted - 04 December 2003 : 11:39:31
|
I did all the changes, and it goes like this:
First reply "the one that opens the topic" is just perfect: real name and last name.
But then in the second reply the real name goes diferent (I made it bold, but it doesn't show bold) and give me this error:
Microsoft VBScript runtime error '800a000d'
Type mismatch: '[string: "resposta"]'
/forum/topic.asp, line 685
What is this?
Would you mind if I make a registration for you so you can see it? |
Alexandra Teixeira Macromedia certified Professional email@shampoo.art.br http://www.shampoo.art.br/ |
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
Posted - 04 December 2003 : 12:17:03
|
Yeah, register an account for me and I'll have a look. One other thing: save your topic.asp as topic.txt, upload it to your site and post a link to it so that I can have a look. |
Snitz 3.4 Readme | Like the support? Support Snitz too |
Edited by - ruirib on 04 December 2003 15:18:52 |
|
|
ateixeira
Starting Member
Brazil
13 Posts |
Posted - 04 December 2003 : 13:16:23
|
Thank you!!
you username is test, password test.
www.proway.com.br/forum
www.proway.com.br/forum/topic.txt
sorry it took so long for me to show up again, I was... teaching classes. (webdesign with dreamweaver MX and fireworks MX for a woman who can't find difference between "save file" and "save file as". God have mercy on me...) |
Alexandra Teixeira Macromedia certified Professional email@shampoo.art.br http://www.shampoo.art.br/ |
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
|
ateixeira
Starting Member
Brazil
13 Posts |
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
Posted - 05 December 2003 : 05:55:06
|
Ok, will have a look. One of the difficulties here is that the line# where the error is occurring is not correct, so it's hard to figure what's causing that. Be back to you ASAP. |
Snitz 3.4 Readme | Like the support? Support Snitz too |
|
|
ateixeira
Starting Member
Brazil
13 Posts |
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
Posted - 05 December 2003 : 06:00:24
|
Ok, at line 313:
strSql = strSql & ", M.M_TITLE, M.MEMBER_ID, M.M_HOMEPAGE, M.M_LEVEL, M.M_POSTS, M.M_COUNTRY, M.M_FIRSTNAME, M.M_CITY, M.M_LASTNAME"
remove the code in red, because you already have those fields being requested in the previous line. This should fix it. |
Snitz 3.4 Readme | Like the support? Support Snitz too |
|
|
ateixeira
Starting Member
Brazil
13 Posts |
Posted - 05 December 2003 : 06:04:40
|
YAAAAAAAAAYY!! Thank you, it's working now!!
How can I thank you? Want me to send you a Xmas present?
*happy happy joy joy*
|
Alexandra Teixeira Macromedia certified Professional email@shampoo.art.br http://www.shampoo.art.br/ |
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
|
|
Topic |
|