recent activity page and whats new page

Adam Howard

Well-known member
So I'm trying to deter some bots which seem to hover overs these, as well as a few other reasons.....

The idea is I'm trying to find the recent activity page and whats new page and basically wrap the whole thing up in this

<xen:if is="{$visitor.user_id}">
</xen:if>

I managed to hide the tabs so only members can see it, but I'm trying to also track down the page so the address will also be useless to guest.
 
news_feed_page_global

I believe that has an association to recent activity, but I don't want to also end up blocking my rss feeds.

If anyone can point me in the right direction.....
 
Last edited:
Top Bottom