Originally posted by StarValleyWyNot 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,
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
-Russ
Originally posted by RussYes,
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
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...