PDA

View Full Version : Add Ignore button in each user's post


arurcard
04-20-2005, 08:37 PM
I want to add an ignore button in each post with the quote, reply, and edit buttons. So if you click the button it will ignore the user who's post you clicked the ignore button in. Make sense?

Example http://uploads.miscforums.com/main/nga.jpg

bump

bump

WetWired
04-21-2005, 05:40 PM
This is the link that we use on my site:
<a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=ignore&amp;u=$userinfo[userid]">Ignore this user</a>
Just add it in the postbit_legacy template next to the quote button.

arurcard
04-22-2005, 09:01 PM
This is the link that we use on my site:
<a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=ignore&amp;u=$userinfo[userid]">Ignore this user</a>
Just add it in the postbit_legacy template next to the quote button.
Thanks that exactly what i was looking for