#337 에 따른 게시판 이외에서 비회원 사이드뷰 출력되지 않도록 수정
This commit is contained in:
@ -987,6 +987,9 @@ function get_sideview($mb_id, $name='', $email='', $homepage='')
|
||||
|
||||
$title_mb_id = '['.$mb_id.']';
|
||||
} else {
|
||||
if(!$bo_table)
|
||||
return $name;
|
||||
|
||||
$tmp_name = "<a href=\"".G4_BBS_URL."/board.php?bo_table=".$bo_table."&sca=".$sca."&sfl=wr_name,1&stx=".$name."\" title=\"$name 이름으로 검색\"class=\"sv_guest\" onclick=\"return false;\">$name</a>";
|
||||
$title_mb_id = '[비회원]';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user