|
1.进入文件夹 ./source/include/space/ 打开space_profile.php
2.在该文件第21行下,添加以下代码:
- if(empty($_G['uid']) && in_array($_GET['do'], array('thread', 'trade', 'poll', 'activity', 'debate', 'reward','profile'))) {
- showmessage('login_before_enter_home', null, array(), array('showmsg' => true, 'login' => 1));
- }
复制代码
|
|