Hey, I have usernode installed with the activity module.
And usernode pretty much updates every like 2 seconds (exaggeration) but still, my activity is full of 'You updated the usernode Mike'
It's really annoying. Is there anyone that I can filter this out.
Comments
Comment #1
jaydub commentedwe're hashing out a change to the admin interface
to allow for per node type and per operation toggles
so you would be able to disable activity recording
for cases such as yours.
Check out #231331: Separate filtering settings for activity recording and display
if you have any input to add
Comment #2
jaydub commentedComment #3
yngens commentedsubscribe
Comment #4
sirkitree commentedThe easiest way to accomplish this is to just take out any sort of messages in the admin interface for the node: user.
Comment #5
mike.hobo commented@4 Could you elaborate on this?
Comment #6
sirkitree commentedgo to /admin/settings/activity, open the fieldset for tokens for nodeactivity (since your users are now nodes) and simply remove any messages in any text box that specifies a message for your user node.
Comment #7
mike.hobo commentedThis seems like it works, and it sort of does, but instead it still 'tries' to show it. because on my activity page, when ever the usernode is updated then the activity shows less and less. So instead of showing the 20 if there were 6 usernode updates in the last 20, then it will show only 6. And the MySql still logs them.
Comment #8
jaydub commentedThe new 5.4 branch and the new 6.x branch have each contrib
module's activity settings displayed on their own page now reached
via the activity admin page admin/settings/activity. There are
checkboxes for each contrib module's activity token type and
activity operation types. When activity records are about to
be written a check is done to see if the relevant combination of
token type and operation type is enabled and only then is the
activity record written.
Note that you should not test this out on a production site as
many token patterns have changed and no upgrade functions
have been written at this point.
#314433: Activity 6.1 & 5.4
Comment #9
sirkitree commented