socceronly Posted November 5, 2015 Posted November 5, 2015 It might be kind of fun to have a plug in where you can like your own post, but it kind of makes a joke out of it somehow... Like when I am drunk, posting on a board and want to like my post like 79 times. Some kind of self deprecating humor. Like a badge on the post for liking your own post.....
Nathan Explosion Posted November 5, 2015 Posted November 5, 2015 In other words an option in Reputation called something like "Members can give themselves reputation?"
-FP Posted November 5, 2015 Posted November 5, 2015 This sounds fun just to troll people liking themselves, like adding a derp icon next to their avatar in the post. I've been trying to find if people liked themselves with this: {{if $content->author()->member_id == \IPS\Member::loggedIn()->member_id}} {{if $content->canGiveReputation( -1 )}} Code {{endif}} {{endif}} And that kinda works because if you can unlike stuff, it means you liked it previously. But it breaks as soon as you stop enabling people to give reputation to themselves, you can no longer like/unlike yourself, but previous likes given to yourself remain so... I was hoping for a $content->gaveReputation() or something like that, but no luck so far.
-FP Posted November 6, 2015 Posted November 6, 2015 Bump! @Matt or anyone maybe?? Trying to solve the thing above.
-FP Posted December 19, 2015 Posted December 19, 2015 Bump, got back to this today, still can't figure something out.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.