글 수 151
include/list_check.php 파일
수정전
// 제목에 링크 거는 부분;
if($member[level]<=$setup[grant_view]||$is_admin) {
//if($setup[use_status]&&!$data[is_secret]) $addShowComment = " onMouseOver=\"showComment('$showCommentStr',true)\" onMouseOut=\"showComment('',false)\" ";
if($setup[use_status]&&!$data[is_secret]) $addShowComment = " title=\"$showCommentStr\" ";
$subject="<a href=\"".$view_file."?$href$sort&no=$data[no]\" $addShowComment >".$subject."</a>";
}
---------------------------------------------------------------------
수정후
// 제목에 링크 거는 부분;
if($member[level]<=$setup[grant_view]||$is_admin) {
//if($setup[use_status]&&!$data[is_secret]) $addShowComment = " onMouseOver=\"showComment('$showCommentStr',true)\" onMouseOut=\"showComment('',false)\" ";
if($setup[use_status]&&!$data[is_secret]) $addShowComment = " title=\"$showCommentStr\" ";
$subject="<a href=\"".$view_file."?$href$sort&no=$data[no]\" $addShowComment >".$subject."</a>";
} else {
$subject="<a onClick=\"alert(' 읽을 수 있는 권한이 없습니다.\\n\\n 로그인을 안하셨거나 읽을 수 있는 레벨이 아닙니다^─^ '); window.open('".$_zb_url."member_join.php".$aUrl."','zbMemberJoin','width=560,height=350,toolbars=no,resizable=yes,scrollbars=yes')\"style='cursor:hand'>".$subject."</a>";}
참고 링크 : https://www.nzeo.com/bbs/zboard.php?id=cgi_tip&page=1&sn1=&divpage=1&sn=off&ss=on&sc=off&keyword=제목&select_arrange=headnum&desc=asc&no=6921
수정전
// 제목에 링크 거는 부분;
if($member[level]<=$setup[grant_view]||$is_admin) {
//if($setup[use_status]&&!$data[is_secret]) $addShowComment = " onMouseOver=\"showComment('$showCommentStr',true)\" onMouseOut=\"showComment('',false)\" ";
if($setup[use_status]&&!$data[is_secret]) $addShowComment = " title=\"$showCommentStr\" ";
$subject="<a href=\"".$view_file."?$href$sort&no=$data[no]\" $addShowComment >".$subject."</a>";
}
---------------------------------------------------------------------
수정후
// 제목에 링크 거는 부분;
if($member[level]<=$setup[grant_view]||$is_admin) {
//if($setup[use_status]&&!$data[is_secret]) $addShowComment = " onMouseOver=\"showComment('$showCommentStr',true)\" onMouseOut=\"showComment('',false)\" ";
if($setup[use_status]&&!$data[is_secret]) $addShowComment = " title=\"$showCommentStr\" ";
$subject="<a href=\"".$view_file."?$href$sort&no=$data[no]\" $addShowComment >".$subject."</a>";
} else {
$subject="<a onClick=\"alert(' 읽을 수 있는 권한이 없습니다.\\n\\n 로그인을 안하셨거나 읽을 수 있는 레벨이 아닙니다^─^ '); window.open('".$_zb_url."member_join.php".$aUrl."','zbMemberJoin','width=560,height=350,toolbars=no,resizable=yes,scrollbars=yes')\"style='cursor:hand'>".$subject."</a>";}
참고 링크 : https://www.nzeo.com/bbs/zboard.php?id=cgi_tip&page=1&sn1=&divpage=1&sn=off&ss=on&sc=off&keyword=제목&select_arrange=headnum&desc=asc&no=6921