Is this something that's possible? I'd like to have a duplicate "ignore user" alongside the "report" button below posts. Not sure how to do it or if it's possible?
You would need to do some editing, but the code you want to add is something like that^
You would also need to make the ignore button not show to already ignored users. I found the following in the member_view template.
I can get $post_userid (id of poster) and $visitor_userid (my id) and check if logged in, but not sure who to get the $post_user (or whatever) for the post username. I thought with that combination I would be able to make it work, no luck so far but still plugging away and will share if I crack it.
This is what I have conjured up, as it seems the username isn't required for the ignore links to works, just userid (standard format is username.userid in the URL). But this doesn't show anything?
So what I'm doing there (in theory) is checking if the poster is the viewer, if not checking if they are or can ignore the poster, and providing the link to do so. Just... nothing?
I don't think it's smart to show people links they can't effectively use so I'll pass for now, it's not worth paying for but I may have a go in the future at working this all out properly.