Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Re: [brewt] Ignore User?

Quote Reply
Re: [brewt] Ignore User? In reply to
Thank you for your reply. I just need a bit of help implementing this code side. I have this:

CREATE TABLE gforum_IgnoreUser
(user_id int(10) unsigned NOT NULL,
user_to_ignore_id int(10) unsigned NOT NULL,
PRIMARY KEY(user_id, user_to_ignore_id));


How do I even start to create a new page for people to add this? And the message display? Do I have to do a database hit for each member who has a message?

All help is appreciated - thank you!
Subject Author Views Date
Thread Ignore User? afra 4083 Dec 4, 2007, 1:46 PM
Thread Re: [afra] Ignore User?
brewt 3982 Dec 4, 2007, 4:31 PM
Thread Re: [brewt] Ignore User?
afra 3973 Dec 13, 2007, 9:54 AM
Thread Re: [afra] Ignore User?
Andy 3933 Dec 14, 2007, 1:57 AM
Post Re: [Andy] Ignore User?
afra 3927 Dec 14, 2007, 11:41 AM