|
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.
|
|
|
|
Joined: Feb 2000
Posts: 4,625
Member
|
Member
Joined: Feb 2000
Posts: 4,625 |
Good idea, but it'll break the cache.
|
|
|
|
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.
|
|
|
|
Joined: Aug 2001
Posts: 18
Junior Member
|
Junior Member
Joined: Aug 2001
Posts: 18 |
|
|
|
|
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.
|
|
|
|
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?
|
|
|
|
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.
|
|
|
|
Joined: Feb 2000
Posts: 4,625
Member
|
Member
Joined: Feb 2000
Posts: 4,625 |
 [ August 14, 2001: Message edited by: MasterMind ]
|
|
|
|
Joined: Feb 2000
Posts: 49
Member
|
Member
Joined: Feb 2000
Posts: 49 |
Oh well i just thought of asking guys
|
|
|
|
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 ]
|
|
|
|
Joined: Feb 2000
Posts: 4,625
Member
|
Member
Joined: Feb 2000
Posts: 4,625 |
|
|
|
|
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?
|
|
|
|
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.
|
|
|
|
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. 
|
|
|
|
Joined: Feb 2000
Posts: 4,625
Member
|
Member
Joined: Feb 2000
Posts: 4,625 |
i'll test it later. 
|
|
|
|
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
|
|
|
|