Previous Thread
Next Thread
Print Thread
Rate Thread
#188317 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
#188318 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.

#188319 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.
#188320 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

#188321 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
#188322 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?

#188323 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.
#188324 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 ]

#188325 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

#188326 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
#188327 08/15/2001 12:44 PM
Joined: Feb 2000
Posts: 4,625
Member
Member
Offline
Joined: Feb 2000
Posts: 4,625
testing it now..

#188328 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?

#188329 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.
#188330 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

#188331 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.

#188332 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
Posts: 70
Joined: January 2007
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
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,833
Greg Hard 4,625
Top Posters(30 Days)
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-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20240430)