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">
// Thread Listing 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_board/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>


Global Footers.

This adds head/base images to the listing of threads on the view board page.


Last Edit: Dec 20, 2006 19:07:39 GMT by Chris

newBookmarkLockedFalling