닉네임에 마우스대면 이름은 보이지만 아이디는 안보이게 할려면? 정보
그누보드 닉네임에 마우스대면 이름은 보이지만 아이디는 안보이게 할려면?본문
보안을 요구하는 페이지에서는 풍선 도움말에서 이름만 보였으면 합니다.
댓글 전체
거기에 숨어 있었군요 감사합니다
lib/gnuboard.lib.php 의 544라인
$str .= "<img src='$icon_file' width='$width' height='$height' align=absbottom title='$name ($mb_id)'> ";
을
$str .= "<img src='$icon_file' width='$width' height='$height' align=absbottom title='$name'> ";
고치면 됩니다.
$str .= "<img src='$icon_file' width='$width' height='$height' align=absbottom title='$name ($mb_id)'> ";
을
$str .= "<img src='$icon_file' width='$width' height='$height' align=absbottom title='$name'> ";
고치면 됩니다.