Выводит перед каждым тегом [cоde] вот такую кнопку:
Вставлять в "Общий вид страниц форума", в конец 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><br />' + $(this).html())})
</script>