View Full Version: Allow Guests To Read Topic Titles Only

Pages :[ 1 ]

Cafe
11 September 2005, 02:43
CODE
<script type="text/javascript">
<!--

if(document.cookie.match(/member_id=0/i) || !document.cookie.match(/member_id=/i)){
if(location.href.match(/showtopic=\d+/i)){
location.href = "index.php?act=Login";
}
}

//-->
</script>