Footers:
<script>
if(document.getElementById("bodyarea").innerHTML.match(/Login /i)){
//Created by Agent Moose (smcodes.smfforfree3.com)
document.write("<style>.Member{display:none};</style>");
}else{
document.write("<style>.Guest{display:none};</style>");
};
</script>
Just like the Index Only Code, this makes a class for Members and Guests.
Just put the class of an element to Member to show only for Members, or put it for Guest to only show for guests.
Enjoy
