I&#39;m not sure if a module already exists to do this, but regarding the &quot;extra load&quot; whether you use an existing module or code your own, it is going to have to hit the database.<br><br>If you do end up needing to code this, it should be pretty straightforward.&nbsp; A table to hold users ignore preferences, and probably a db_rewrite_sql to make sure that node queries don&#39;t retrieve results authored by users who are in the current user&#39;s ignore list.<br>
<br>Actually, just googled &quot;Drupal ignore module&quot; and this came up: <a href="http://drupal.org/project/ignore_user">http://drupal.org/project/ignore_user</a><br>Looks like what you want<br><br><div class="gmail_quote">
On Mon, Dec 1, 2008 at 1:01 PM, Vasanth Govind <span dir="ltr">&lt;<a href="mailto:govivasanth@gmail.com">govivasanth@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I am in need of a Drupal module which will enable all&nbsp;authenticated&nbsp;users to block other users. Like the feature in Facebook and Orkut.<div>This feature is required for a social community networking website which all content (audio video photo document) uploads.<br>

</div><div><br></div><div><br></div><div>Please help me with a module or a easier way to start a&nbsp;custom&nbsp;module with out extra load on MySQL query.</div><div><br></div><div>Thanks in advance.</div><div><br></div><div><br>
<div>
<br clear="all">Thanks &amp; Regards<br>Vasanth Govind<br><br>
</div></div>
<br>--<br>
[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br></blockquote></div><br>