Open forum/styles/prosilver/template/overall_header.html
Find:
Code: Select all
/***********************************************
* fading last messages
Code: Select all
<!-- IF not FORUM_ID=2 and not FORUM_ID=3 -->
Find:
Code: Select all
if (window.addEventListener)
window.addEventListener("load", changecontent, false)
else if (window.attachEvent)
window.attachEvent("onload", changecontent)
else if (document.getElementById)
window.onload=changecontent
</script>
Code: Select all
<!-- ENDIF -->