Quantcast
Channel: Development tutorials and resources [1.x]
Viewing all articles
Browse latest Browse all 20

Omit thread from recent activity (code example)

$
0
0
Jake Bunce submitted a new resource:

Omit thread from recent activity (code example) (version 1.x) - Allows you to omit a thread from recent activity. Useful for spammy threads.

It will prevent any new feed entries being made for a thread.

You need to edit this file to specify the thread_id you want to omit:

library/OmitFromRecentActivity/NewsFeedModel.php

Rich (BB code):
<?php

class OmitFromRecentActivity_NewsFeedModel extends XFCP_OmitFromRecentActivity_NewsFeedModel
{
	public...

Read more

Viewing all articles
Browse latest Browse all 20

Trending Articles