PDA

View Full Version : Ignore thread feature in vB4?


nerbert
08-19-2011, 02:35 AM
Is anyone else trying to build a feature to allow users to ignore threads and not list them in New Posts or Daily Posts?

I have a crude experimental method of ignoring forums that does the same as $vbulletin->GPC['exclude'] = ........., but I can't get an analogous function to ignore threads by threadid.

Does anyone understand how this new search feature works?