logo

Debtconsolidationcare.com - the USA consumer forum

Useless Threads

Date: Mon, 12/14/2009 - 07:33

Submitted by Shazzers
on Mon, 12/14/2009 - 07:33

Posts: 17344 Credits: [Donate]

Total Replies: 7


May we have a location to move useless threads, or duplicate threads that serve no purpose, instead of deleting it completely. This way it won't push down the most recent threads which needs attention.

I will try to explain. There have been times when a new (bogus) member or guest begins a new topic (repeatedly) which other members responds to not realizing it's spam. I feel guilty deleting the entire thread due to the fact that regular members are simply being polite welcoming the new (bogus) member.

For example; "Hi, I am new here from Scotland"
Same thread over and over and over. Regular member responds welcoming them.

I dunno, just a thought!


[QUOTE]
...guest begins a new topic (repeatedly) which other members responds to not realizing it's spam.
[/QUOTE]

In a case where someone has posted the same thread multiple times, and some members respond in different threads....
I usually "merge" the threads so that all the replies appear in the same thread, then I go delete the duplicates after the replies have been moved.


lrhall41

Submitted by DebtCruncher on Mon, 12/21/2009 - 20:28

( Posts: 2293 | Credits: )


I think one problem that leads to duplicate posts is the server response time. A user may "post" their thread, then the server doesn't respond so quickly, so in the mean time the user presses the "post" button again. When the server finally catches up, the user may have pressed submit 2-3-4 times before they are redirected.

I don't know if it's possible to set a timer on the server side (and then you get into identifying sessions in the case of guests), but maybe you could disallow any subsequent/new posts within 60 seconds or so of a submit request.

(Or maybe to get away from identifying sessions on the server side, you could write a function on the client side, handled through "onSubmit", that would prevent them from even pressing submit again until the server responds. Although that would require javascript to be enabled on the client, and you'd need special handling if the client has disabled javascript).


lrhall41

Submitted by DebtCruncher on Tue, 12/22/2009 - 05:13

( Posts: 2293 | Credits: )