Hello @viper357, I'm so sorry for my late reply. I don't understand your question totally? Could you please tell me little bit detail about your question? You want to it looks like this screenshot: https://brivium.com/resources/brivium-facebook-group-to-xenforo.288/#&gid=981&pid=5.
Hi, no, I would like the link to be put somewhere inside the post that is made on the forum, maybe in the signature or at the bottom of the post. Because when people read the post they do not know that the post is from facebook. See screenshot, thank you.
In template "post" find code: Code: <xen:set var="$messageContentAfterTemplate"><xen:if is="{$post.attachments}"><xen:include template="attached_files" /></xen:if></xen:set> replace Code: <xen:set var="$messageContentAfterTemplate"> <xen:if is="{$post.attachments}"><xen:include template="attached_files" /></xen:if> <xen:if is="{$post.brfbgtp_comment_id} && {$post.post_id} == {$thread.first_post_id}"> <a href="https://www.facebook.com/{$post.brfbgtp_comment_id}"> {xen:phrase BRFBGTP_view_in_facebook} </a> </xen:if> </xen:set>