Mr Lucky Well-known member May 29, 2014 #1 I would like to have the share buttons in a more obvious place, e.g. just below the breadcrumbs or notices at the top. Or after the first post. Can anyone help please?
I would like to have the share buttons in a more obvious place, e.g. just below the breadcrumbs or notices at the top. Or after the first post. Can anyone help please?
P Paul B XenForo moderator Staff member May 29, 2014 #2 You will need to edit the thread_view template and move this code: Code: <xen:include template="share_page"> <xen:set var="$url">{xen:link 'canonical:threads', $thread}</xen:set> </xen:include> Upvote 0 Downvote
You will need to edit the thread_view template and move this code: Code: <xen:include template="share_page"> <xen:set var="$url">{xen:link 'canonical:threads', $thread}</xen:set> </xen:include>