Author |
Topic |
|
rgarg
Starting Member
30 Posts |
Posted - 15 August 2002 : 16:55:26
|
I was wondering if someone knows how a user can change his username in snitz forum? |
|
Doug G
Support Moderator
USA
6493 Posts |
Posted - 15 August 2002 : 16:56:44
|
A user can't. I think the admin can but I'm not sure, it may be something you can do only in the db itself.
|
====== Doug G ====== Computer history and help at www.dougscode.com |
|
|
Bookie
Average Member
USA
856 Posts |
Posted - 15 August 2002 : 16:57:36
|
I'm pretty sure that's something only an Administrator can do. But it can be done. If you need it done here, maybe just ask. If it's on another board that you're hosting, as an admin, click into their profile and change the username. |
Participate in my nonsense |
|
|
rgarg
Starting Member
30 Posts |
Posted - 15 August 2002 : 17:01:10
|
I had the same impression and your replies have confirmed that.
I am thinking about writing a script where in I give the user a choice to change his username. That way Admin would have to do one less task and user will have a broad choice.
If I create such a script, can I insert the link in a snitz forum's file like info_top.asp? Will it violate the copyright? |
|
|
Gremlin
General Help Moderator
New Zealand
7528 Posts |
Posted - 15 August 2002 : 20:00:34
|
inserting anything into the code will not break any of the copyrights. The only copyrights you must be aware of are clearly commented in inc_top.asp and inc_footer.asp ie
'## START - REMOVAL OR MODIFICATION OF THIS CODE WILL VIOLATE THE Snitz FORUMS 2000 LICENSE AGREEMENT Response.Write "<meta name=""copyright"" content=""This code is Copyright (C) 2000-01 Michael Anderson and Pierre Gorissen"">" & vbNewline '## END - REMOVAL OR MODIFICATION OF THIS CODE WILL VIOLATE THE Snitz FORUMS 2000 LICENSE AGREEMENT |
Kiwihosting.Net - The Forum Hosting Specialists
|
Edited by - Gremlin on 15 August 2002 20:01:17 |
|
|
Doug G
Support Moderator
USA
6493 Posts |
Posted - 16 August 2002 : 00:06:40
|
quote: Originally posted by rgarg
I had the same impression and your replies have confirmed that.
I am thinking about writing a script where in I give the user a choice to change his username. That way Admin would have to do one less task and user will have a broad choice.
If I create such a script, can I insert the link in a snitz forum's file like info_top.asp? Will it violate the copyright?
You should have a pretty good understanding of how the forum database works before allowing users to change their own usernames. IMHO that can introduce a fair amount of chaos in your forum as you can't follow who is who over time.
You will have to decide what should happen to existing posts if a username is changed.
|
====== Doug G ====== Computer history and help at www.dougscode.com |
|
|
ÐñÐñ
Starting Member
5 Posts |
Posted - 16 August 2002 : 03:27:52
|
But i can change it!! haha
--------------- ÎÒÊÇÖйúÈË£¬ÎÒҪɱÄãÃÇ £¡ |
Edited by - ÐñÐñ on 16 August 2002 03:28:57 |
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 16 August 2002 : 03:41:49
|
quote: Originally posted by ÐñÐñ
But i can change it!! haha
--------------- ÎÒÊÇÖйúÈË£¬ÎÒҪɱÄãÃÇ £¡
change what? |
|
|
ÐñÐñ
Starting Member
5 Posts |
Posted - 16 August 2002 : 03:56:37
|
i say:I can change my member name on SF3.0 |
|
|
Rasco
Advanced Member
Germany
3192 Posts |
Posted - 16 August 2002 : 04:51:12
|
quote: Originally posted by ÐñÐñ
i say:I can change my member name on SF3.0
When you`re the Admin of your forums, you can do it.... |
German Snitz Forum
|
|
|
rgarg
Starting Member
30 Posts |
Posted - 16 August 2002 : 08:55:01
|
Doug G: I understand your concern and thanks for pointing it out to me. I guess what I can do is put a flag in database and allow users to change their username ONLY ONCE. And that too, the first time they use snitz forum.
Gremlin: As I understand from your reply, I can ADD code, but can NOT DELETE or MODIFY the code. Please let me know if I am correct in my understanding.
Thanks |
|
|
Roland
Advanced Member
Netherlands
9335 Posts |
Posted - 16 August 2002 : 09:28:27
|
You can add, delete and modify everything in the codes of the source files except the marked parts. Take a look at http://www.rakkoon.com/blah.asp That used to be a standard 3.4 topic.asp |
|
|
Gremlin
General Help Moderator
New Zealand
7528 Posts |
Posted - 16 August 2002 : 11:15:40
|
You can not delete or modify the piece of code in inc_top.asp and inc_footer.asp that has the big comments around it looking like this or similar ## START - REMOVAL OR MODIFICATION OF THIS CODE WILL VIOLATE THE Snitz FORUMS 2000 LICENSE AGREEMENT
Everything else but those two pieces of code you can do what you please with. |
Kiwihosting.Net - The Forum Hosting Specialists
|
|
|
Roland
Advanced Member
Netherlands
9335 Posts |
Posted - 16 August 2002 : 11:18:16
|
quote: Originally posted by Gremlin
Everything else but those two pieces of code you can do what you please with.
I thought the copyright statement at the top of the files (lines 2 to 38) couldn't be removed either... |
|
|
Gremlin
General Help Moderator
New Zealand
7528 Posts |
Posted - 16 August 2002 : 11:29:40
|
True. |
Kiwihosting.Net - The Forum Hosting Specialists
|
|
|
Mr Pink
Junior Member
United Kingdom
387 Posts |
Posted - 16 August 2002 : 17:18:35
|
quote: Originally posted by rgarg
I was wondering if someone knows how a user can change his username in snitz forum?
On my forum, only two people have requested a change, this was due to them spelling it wrong and not noticing. I wouldn't have thought that enough people would want to do this to make it worth MOding the forum. It's a very easy thing for Admin to do.
|
Martin Leyland Forum Leyland Lancashire UK |
Edited by - Mr Pink on 16 August 2002 17:19:33 |
|
|
|
Topic |
|