i don't understand one thing, the $footercode must be placed after this (in the footer template)?
PHP Code:
<script type="text/javascript">
<!--
// Main vBulletin Javascript Initialization
vBulletin_init();
//-->
</script>
also i put this code in the php field:
PHP Code:
$footercode = implode('', file('/board/custom_plugins/footercode.html'));
but it doesn't run ...