如何設定為未註冊就無法觀看論壇

Home Home
引用 | 編輯 蘆洲阿良
2006-05-24 03:51
樓主
推文 x0
【類型】主程式
【版本】4.32

請問如何設定為未註冊就無法觀看論壇
也就是在論壇的首頁看的到各個版塊
不過在點進去的時候會出現需先登入或是註冊

非常感謝

獻花 x0
引用 | 編輯 dycheng83
2006-05-24 16:07
1樓
  
所有版區設為正規版塊



thread.php 加

if(!$windid) header("Location=login.php");

獻花 x0
引用 | 編輯 蘆洲阿良
2006-05-28 21:42
2樓
  
請問在thread.php 的最後面加
if(!$windid) header("Location=login.php");
就可以了嗎?

非常感謝

獻花 x0
引用 | 編輯 dycheng83
2006-06-01 14:40
3樓
  
搜尋
!$windid && $admincheck = 0;
下加
if(!$windid) header("Location:login.php");

獻花 x0