scottkoz20
03-03-2018, 06:42 PM
I am working on modification that will allow members to link their Facebook Messenger Account to their user profile. I already have the postbit and profile fields set, that was not much of a lift. However, when I try to add information to the memberaction_dropdown, I can't get this to link right
Postbit - Works
<vb:if condition="$post['fieldxx']"><a href="https://m.me/{vb:raw post.fieldxx}" target="_blank"><img src="images/postbit_social/messenger.png" alt="Contact {vb:raw post.fieldxx} on Messenger" border="" /></a></vb:if>
Member Dropdown - partial works (does not link to the user to message - bold is not working)
<li class="left">
<a href="https://m.me/{vb:raw post.fieldxx}" target="_blank" class="siteicon_profile">
Contact me on Messenger
</a>
</li>
Thoughts?
Thanks,
Scott
Postbit - Works
<vb:if condition="$post['fieldxx']"><a href="https://m.me/{vb:raw post.fieldxx}" target="_blank"><img src="images/postbit_social/messenger.png" alt="Contact {vb:raw post.fieldxx} on Messenger" border="" /></a></vb:if>
Member Dropdown - partial works (does not link to the user to message - bold is not working)
<li class="left">
<a href="https://m.me/{vb:raw post.fieldxx}" target="_blank" class="siteicon_profile">
Contact me on Messenger
</a>
</li>
Thoughts?
Thanks,
Scott