I meant the manual instructions, you wrote:
search for
 
	
	
	
		
replace it with
 
	
	
	
		
 
The replace it with could be changed to Add after, as that is basically what you do. Doesn't really matter though. However, the template you need to edit is called thread_view
				
			search for
		Code:
	
	<xen:if is="{$canMoveThread}"> <li><a href="{xen:link
'threads/move', $thread}" class="OverlayTrigger">{xenhrase
move_thread}</a></li> </xen:if>
	
		Code:
	
	<xen:if is="{$canMoveThread}"> <li><a href="{xen:link
'threads/move', $thread}" class="OverlayTrigger">{xenhrase
move_thread}</a></li> </xen:if> <xen:if is="{$canViewModLog}"> <li><a
href="{xen:link 'threads/mod-log', $thread}"
class="OverlayTrigger">{xenhrase ragtek_ml_showML}</a></li>
</xen:if>
	The replace it with could be changed to Add after, as that is basically what you do. Doesn't really matter though. However, the template you need to edit is called thread_view
