Hi!
Sure I’ve done something wrong here, but what, I don’t know.
I’m trying to show something only if the logged in user is a super admin or the logged in user’s member_id is the same as the member_id to prevent the logged in user from looking at someone else’s page (unless they’re me!).
{if logged_in_member_id != "{member_id}" OR logged_in_group_id != "1"}Please, I beg you, tell me the error of my ways.