inherit
Beware the ever changing head
33588
0
Nov 18, 2023 0:32:44 GMT -8
Ross
19,039
November 2004
elindir
|
Post by Ross on Sept 18, 2005 5:54:22 GMT -8
Main Footer (Or Global Footer to Affect Sub-Boards Too) This will add a message in the 'Last Post' column for guests in boards which they are not allowed to normally view. You can edit the red with your own message if you want.
<script type="text/javascript"> <!-- var cellHTML='Please <a href="?&action=login">Login</a> or <a href="?&action=register">Register</a> to view'
if(pb_username == 'Guest') { var td=document.getElementsByTagName('td'); for (m=0;m<td.length;m++) { if(td[m].className=="windowbg2" && td[m].width=="24%" && !td[m].firstChild.innerHTML.match(/(by|on|in)/)) { td[m].innerHTML=cellHTML; } } } //--> </script>
July 8, 2009: Updated for v45 ~ Triad
|
|