Please login or register. Welcome to the Studio, guest!


Quick Links:


newBookmarkLockedFalling

Chris

Chris Avatar

******
Head Coder

19,519


June 2005
<script type="text/Javascript">
// View Thread Head/Base Images by Chris
// Do not redistribute without permission of the creator

var _head = "URL OF HEAD IMAGE";
var _foot = "URL OF BASE IMAGE";

// NO NEED TO EDIT
if(document.page_select1 && location.href.match(/action=view_topic/i)){
var t = document.page_select1;
while(t.nodeName.toLowerCase() != "table")
t = t.parentNode;
var h = new Image();
var b = h.cloneNode(false);
h.src = _head;
b.src = _foot;
t.parentNode.insertBefore(h,t);
t.parentNode.insertBefore(b,t.nextSibling);
}
</script>


This adds head/base images to the page where you view a thread. For example, the page you are on currently.

Global footers.

newBookmarkLockedFalling