S skullkrusher Member Licensed customer Feb 8, 2018 #1 Code: <xf:if is="$user.user_id == 377"> im trying to check the user id of the person viewing the page, im guessing $user.user_id is wrong
Code: <xf:if is="$user.user_id == 377"> im trying to check the user id of the person viewing the page, im guessing $user.user_id is wrong
Bryan Active member Licensed customer Feb 8, 2018 #2 Code: <xf:if is="$xf.visitor.user_id == x"> Upvote 0 Downvote