• ODT Gun Show this Saturday! - Click here for info and tickets!

If this thread doesn't go exactly like I want it to.....

Initially I think it is a horrible idea! I only got through three pages and I wiil reserve final judgement for later. Goodnight!
 
Actually I looked at it a little more Geaux, the member.php script could be modified for another tab. Recycle some of the code for the "friend" tab and use that for ignore instead since it's drawn from the usertextfield.

I was a little off on the sql as well to see who all a member had blocked. It's actually:

PHP:
SELECT ignorelist FROM usertextfield WHERE userid = X;

The X would be the user number you're interested in know (as though you were viewing their profile). The output is likewise in a user number, not the name. A simple join could yield that.

Another alternative could be to use COUNT (*) in the query to result only a number. There's some more joining on the SQL that would need to make this work.
I have no idea what any of that means other than "It's possible and relatively easy".

We NEED this! Paging Space Pope!!!

Thanks patracy.
 
Back
Top Bottom