Вставлять в "Общий вид страниц форума", в конец BODY:
Code
<script type="text/javascript">
$('.codeMessage').each(function(){$(this).html('<a class="Lnk" style="float:right" href="javascript://" onclick="var win=window.open(\'/\');win.document.body.innerHTML=\'<style>.Lnk {display: none}</style>\'+$(this).parent().html();win.window.stop();"><b>Показать код</b></a>
' + $(this).html())})
</script>