Go back
PERFORMANCE TABLE

PERFORMANCE TABLE

General

Vote Up
Vote Down

There used to be a button next to the Rate/Time feature that showed your standings against opponents.....has it been moved/disguised ??

Vote Up
Vote Down

It is on vacation.

But don't worry, it will be back soon.

-Russ

Vote Up
Vote Down

thanks 🙂 one more item on your to do list !!

Vote Up
Vote Down

Originally posted by Russ
It is on vacation.

But don't worry, it will be back soon.

-Russ
Unless Living Legend times it out first ;-)

2 edits
Vote Up
Vote Down

1 edit
Vote Up
Vote Down

Originally posted by StarValleyWy
Russ,

Was that you playing with "mock true" a while ago? I hope so, because the implication is you are testing how to "ban" bad ass posters. Go all out if it was. if the monitors got them then that's cool. Just that russ should ...[text shortened]... are doomed! Into hell you silly Post... Into Hell!
End Function
Not quite sure what you are referring to - I did remove a thread earlier today straight from the DB, if that is what you mean? This is an option that needs to be available to moderators - as it is, I needed to hack the DB.

-Russ

3 edits
Vote Up
Vote Down

Originally posted by Russ
Not quite sure what you are referring to - I did remove a thread earlier today straight from the DB, if that is what you mean? This is an option that needs to be available to moderators - as it is, I needed to hack the DB.

-Russ
Yes,
I came in as he made the posts. I just thought < as you do > that the moderators should have the ability to ...

Sub ButtonExterminate_Click(ByVal PosterName)
adodb.execute "delete * from Forums where UserName = '" & Cstr (PosterName) & "'"
End Sub

Russ, if this is not an option now, it will be in VisualStudio.Net.

Further...

at frfForums.Form_Load()

you can implement...
... "delete * from forums where UserName like 'Mock True*'

and several more blocks ... if you want further advice... email me.
On the form name the button "ButtonExterminate" and then impelent the code at Event Click...