Dixie McCall Well-known member Sep 21, 2021 #1 Is there a way to exclude guests from viewing the member page but allow them to view "newest member" widgets? Display conditions in widgets don't seem to override normal permissions. Thanks!
Is there a way to exclude guests from viewing the member page but allow them to view "newest member" widgets? Display conditions in widgets don't seem to override normal permissions. Thanks!
P Paul B XenForo moderator Staff member Sep 21, 2021 #2 The permission removal will affect the page and widget. One way around it would be to edit the page template and wrap the contents in a conditional statement: HTML: <xf:if is="$xf.visitor.user_id"> Template code </xf:if> Upvote 0 Downvote
The permission removal will affect the page and widget. One way around it would be to edit the page template and wrap the contents in a conditional statement: HTML: <xf:if is="$xf.visitor.user_id"> Template code </xf:if>