maxicep Active member Sep 7, 2019 #1 Hello everyone, Actually i want to show an icon in message user info template, if member has connected account from any service provider. Is there any template conditional for do it? If Member has connected account than show that icon. Thanks
Hello everyone, Actually i want to show an icon in message user info template, if member has connected account from any service provider. Is there any template conditional for do it? If Member has connected account than show that icon. Thanks
maxicep Active member Sep 10, 2019 #2 Up, If user connected with facebook or has connected account, than add a icon to message user info on postbit. Upvote 0 Downvote
Up, If user connected with facebook or has connected account, than add a icon to message user info on postbit.
Finexes Well-known member Sep 10, 2019 #3 You can check for connected accounts with this conditional: Code: <xf:if is="$user.Profile.connected_accounts"> // User has at least one connected account, do something </xf:if> Upvote 0 Downvote
You can check for connected accounts with this conditional: Code: <xf:if is="$user.Profile.connected_accounts"> // User has at least one connected account, do something </xf:if>
maxicep Active member Sep 10, 2019 #4 Perfect reply for what i looking for. Thanks @Finexes Upvote 0 Downvote