Author |
Topic  |
MaD2ko0l
Senior Member
   
United Kingdom
1053 Posts |
Posted - 16 May 2008 : 14:10:35
|
try this.
added parts in red
< |
© 1999-2010 MaD2ko0l |
Edited by - MaD2ko0l on 16 May 2008 14:11:04 |
 |
|
Andy Humm
Average Member
  
United Kingdom
908 Posts |
Posted - 16 May 2008 : 17:20:27
|
Thanks MaD2ko0l< |
 |
|
MaD2ko0l
Senior Member
   
United Kingdom
1053 Posts |
Posted - 16 May 2008 : 20:17:34
|
your welcome< |
© 1999-2010 MaD2ko0l |
 |
|
texanman
Junior Member
 
United States
410 Posts |
Posted - 09 July 2008 : 08:17:50
|
What kind of issues one should expect when deleting a member with replies? I have seen somewhere this is not recommended, but there was no further explanation as to what happens. Thanks< |
 |
|
AnonJr
Moderator
    
United States
5768 Posts |
Posted - 09 July 2008 : 08:21:10
|
Mostly you lose the context for the post. If you have a topic with two deleted members contributing, how do you know who said what and if there were 1, 2, or 3 people talking?
Really it comes down to why are you deleting the member? If you don't want them around then lock them. If they are not around just let it be. You're not going to get a significant percentage of your space back by deleting them.< |
 |
|
ruirib
Snitz Forums Admin
    
Portugal
26364 Posts |
|
texanman
Junior Member
 
United States
410 Posts |
Posted - 09 July 2008 : 10:26:14
|
Thanks guys I usually don't delete a member with topics or replies. One of admins today deleted a member and that is why I was wondering. So, what I did for now was to comment out the portion of the code that shows the delete icon in members.asp. Regards< |
 |
|
ruirib
Snitz Forums Admin
    
Portugal
26364 Posts |
Posted - 09 July 2008 : 10:35:14
|
quote: Originally posted by texanman
Thanks guys I usually don't delete a member with topics or replies. One of admins today deleted a member and that is why I was wondering. So, what I did for now was to comment out the portion of the code that shows the delete icon in members.asp. Regards
Using the icon raises no issues, because the member is not deleted from the DB. Some data is removed and his name is changed to 'n/a', but there is a database record to be retrieved, so no data loss occurs. The problems occur if you delete a member directly in the database, or using mod setup, for example.< |
Snitz 3.4 Readme | Like the support? Support Snitz too |
 |
|
texanman
Junior Member
 
United States
410 Posts |
Posted - 09 July 2008 : 14:15:30
|
Gotcha! Thanks< |
 |
|
Topic  |
|