Previous Thread
Next Thread
Print Thread
Rate Thread
#50283 08/14/2001 5:25 AM
Joined: Feb 2000
Posts: 49
ak
Offline
Member
Member
Offline
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.

Sponsored Links
#50284 08/14/2001 10:57 AM
Joined: Feb 2000
Posts: 4,625
Member
Member
Offline
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
Not nessecarially.


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
Offline
Joined: Aug 2001
Posts: 18
gotta love the spelling

#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.
Sponsored Links
#50288 08/14/2001 5:56 PM
Joined: Feb 2000
Posts: 4,625
Member
Member
Offline
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
Offline
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
ak
Offline
Member
Member
Offline
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
Ell Offline
Member
Member
Offline
Joined: Jul 2000
Posts: 1,349
This is TOTALLY untested, just code I knocked together:

Code
[/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? smile

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 ]

Sponsored Links
#50293 08/15/2001 12:44 PM
Joined: Feb 2000
Posts: 4,625
Member
Member
Offline
Joined: Feb 2000
Posts: 4,625
testing it now..

#50294 08/15/2001 12:55 PM
Joined: Feb 2000
Posts: 4,625
Member
Member
Offline
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
Ell Offline
Member
Member
Offline
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. shocked

#50297 08/15/2001 7:24 PM
Joined: Feb 2000
Posts: 4,625
Member
Member
Offline
Joined: Feb 2000
Posts: 4,625
i'll test it later.

#50298 08/16/2001 5:14 AM
Joined: Feb 2000
Posts: 49
ak
Offline
Member
Member
Offline
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


Link Copied to Clipboard
Donate Today!
Donate via PayPal

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.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
Bill B
Bill B
Issaquah, WA
Posts: 87
Joined: December 2001
Forum Statistics
Forums63
Topics37,575
Posts293,931
Members13,824
Most Online6,139
Sep 21st, 2024
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,834
Greg Hard 4,625
Top Posters(30 Days)
Gizmo 1
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2025 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.1
(Snapshot build 20240918)