Activity Timeline Question
Design and Skin Customization
Curtis, you can adjust your index_activity_list template.
First, see if you have that template in your custom skin... if so, then adjust that one. If not, then adjust that template in your jrAction module.
In my skin, I have it set so that two things do NOT show up in the main page activity feed: when someone 'follows' someone else, and when someone leaves a comment on another member's profile page. (I have lots of "welcome to the site!" comments)
So, my skin's template omits those things from the activity feed by adding:
{jrCore_list module="jrAction" search1="action_module != jrFollower" search2="action_module != jrComment"
You could add something like Nate's above suggested search parameter there, using his "login" code example.
That said, logins do not show up on my main page activity feed to begin with, so I'm not sure how your site and mine differ in that way. There must be something else making them show up on yours. But perhaps that code will stop them showing regardless of the cause.
updated by @strumelia: 05/19/18 11:40:45AM