XF 1.3 Move Share This Page section to different location

Mr Lucky

Well-known member
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?
 
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>
 
Top Bottom