XF 1.3 how to move facebook,g+,twitter button to the upper of a thread?

touch

Member
Hello all,

As you know right now the facebook, G+, and twitter like button position in a thread is in below/bottom section .

How to add or move it to the upper section of a thread ?

Srry for my english, I hope you understand what I mean :confused:
 
Admin CP -> Appearance -> Templates -> thread_view

Find this code at the bottom and move it closer to the top:

Code:
<xen:include template="share_page">
	<xen:set var="$url">{xen:link 'canonical:threads', $thread}</xen:set>
</xen:include>
 
Top Bottom