#50283
08/14/2001 5:25 AM
|
Joined: Feb 2000
Posts: 49
Member
|
Member
Joined: Feb 2000
Posts: 49 |
Rather than suspending a member for abuse, is there the ability to actually just have the member ignored by other members. Not sure how to explain this, but lets say I do not want to read what Member #A is writting on the BB, is there a way that I will not be able to see what he/she is writting.
|
|
|
#50284
08/14/2001 10:57 AM
|
Joined: Feb 2000
Posts: 4,625
Member
|
Member
Joined: Feb 2000
Posts: 4,625 |
Good idea, but it'll break the cache.
|
|
|
#50285
08/14/2001 3:20 PM
|
Joined: Jan 2000
Posts: 5,073
Admin Emeritus
|
Admin Emeritus
Joined: Jan 2000
Posts: 5,073 |
UBB.classic: Love it or hate it, it was mine.
|
|
|
#50286
08/14/2001 5:20 PM
|
Joined: Aug 2001
Posts: 18
Junior Member
|
Junior Member
Joined: Aug 2001
Posts: 18 |
|
|
|
#50287
08/14/2001 5:46 PM
|
Joined: Jan 2000
Posts: 5,073
Admin Emeritus
|
Admin Emeritus
Joined: Jan 2000
Posts: 5,073 |
Who cares about speeling?
UBB.classic: Love it or hate it, it was mine.
|
|
|
#50288
08/14/2001 5:56 PM
|
Joined: Feb 2000
Posts: 4,625
Member
|
Member
Joined: Feb 2000
Posts: 4,625 |
Right, could've it just loop through the actual threads skipping ones from a certain member?
|
|
|
#50289
08/14/2001 7:21 PM
|
Joined: Jan 2000
Posts: 5,073
Admin Emeritus
|
Admin Emeritus
Joined: Jan 2000
Posts: 5,073 |
Ugh, no, too much work.
Javascript, my friend, Javascript.
UBB.classic: Love it or hate it, it was mine.
|
|
|
#50290
08/14/2001 9:14 PM
|
Joined: Feb 2000
Posts: 4,625
Member
|
Member
Joined: Feb 2000
Posts: 4,625 |
 [ August 14, 2001: Message edited by: MasterMind ]
|
|
|
#50291
08/15/2001 6:56 AM
|
Joined: Feb 2000
Posts: 49
Member
|
Member
Joined: Feb 2000
Posts: 49 |
Oh well i just thought of asking guys
|
|
|
#50292
08/15/2001 12:19 PM
|
Joined: Jul 2000
Posts: 1,349
Member
|
Member
Joined: Jul 2000
Posts: 1,349 |
This is TOTALLY untested, just code I knocked together: [/code]
It doesn't work yet, I don't know how to test the values of all the elements in an array in JS, so for now, you'll have to replace both
[code] Anyone feeling adventurous? Anyone feeling brave enough to test? [note] Due to HTML-filtering, the word "get*Cookie" above, should not include the * [ August 15, 2001: Message edited by: MasterMind ] [ August 15, 2001: Message edited by: MasterMind ]
|
|
|
#50293
08/15/2001 12:44 PM
|
Joined: Feb 2000
Posts: 4,625
Member
|
Member
Joined: Feb 2000
Posts: 4,625 |
|
|
|
#50294
08/15/2001 12:55 PM
|
Joined: Feb 2000
Posts: 4,625
Member
|
Member
Joined: Feb 2000
Posts: 4,625 |
Almost works. Invalid char here: [code][/code]
Maybe # isn't allowed?
|
|
|
#50295
08/15/2001 2:17 PM
|
Joined: Jan 2000
Posts: 5,073
Admin Emeritus
|
Admin Emeritus
Joined: Jan 2000
Posts: 5,073 |
var ignorelength = 0; while(ignorelength < ignore_array.length) { if(ignore_array[ignorelength] == user) { // Return ignore code } else { // Return unignore code } ignorelength++; } Checking one at a time is unfun. 
UBB.classic: Love it or hate it, it was mine.
|
|
|
#50296
08/15/2001 7:20 PM
|
Joined: Jul 2000
Posts: 1,349
Member
|
Member
Joined: Jul 2000
Posts: 1,349 |
See, THAT'S what I didn't know how to do in JS. Cheers for sorting edits Greg... yeah, I forgot to fill in the variable there. 
|
|
|
#50297
08/15/2001 7:24 PM
|
Joined: Feb 2000
Posts: 4,625
Member
|
Member
Joined: Feb 2000
Posts: 4,625 |
i'll test it later. 
|
|
|
#50298
08/16/2001 5:14 AM
|
Joined: Feb 2000
Posts: 49
Member
|
Member
Joined: Feb 2000
Posts: 49 |
When it is perfected I will try it. Still waiting for the latest code to come out of Beta from Infopop
|
|
|
Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.
Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
|
|
Posts: 87
Joined: December 2001
|
|
Forums63
Topics37,575
Posts293,931
Members13,824
|
Most Online6,139 Sep 21st, 2024
|
|
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
|
|
|
|