|
|
|
22년 전
|
조회 411
|
|
|
|
22년 전
|
조회 521
|
|
|
|
22년 전
|
조회 393
|
|
|
|
22년 전
|
조회 297
|
|
|
|
22년 전
|
조회 508
|
|
|
|
22년 전
|
조회 1,970
|
|
|
|
22년 전
|
조회 522
|
|
|
|
22년 전
|
조회 566
|
|
|
|
22년 전
|
조회 803
|
|
|
|
22년 전
|
조회 617
|
|
|
|
22년 전
|
조회 374
|
|
|
|
22년 전
|
조회 694
|
|
|
|
22년 전
|
조회 1,213
|
|
|
|
22년 전
|
조회 534
|
|
|
|
22년 전
|
조회 497
|
|
|
|
22년 전
|
조회 486
|
|
|
|
22년 전
|
조회 854
|
|
|
|
22년 전
|
조회 627
|
|
|
|
22년 전
|
조회 547
|
|
|
|
22년 전
|
조회 448
|
댓글 3개
이메일을 안적으면 링크가 안걸려야 하는데
무조건 링크가 걸리네요..
..
gnuboard.lib.php 파일을 수정하셔야 합니다. 정확한 방법은 아니지만 오류없이 정상작동가능할겁니다.
원본 -
// 쪽지 레이어
function gblayer($mb_id, $name='', $email='', $homepage='', $open=0)
{
global $cfg;
static $layerno = 0;
$layerno++;
$email = preg_replace("/@/", "@", $email);
$homepage = set_http($homepage);
$profile = 0;
$str = "<span onmousedown=\"gblayeraction('gblayer{$layerno}')\" style='cursor:hand;'>";
수정 -
// 쪽지 레이어
function gblayer($mb_id, $name='', $email='', $homepage='', $open=0)
{
global $cfg;
static $layerno = 0;
$layerno++;
$email = preg_replace("/@/", "@", $email);
$homepage = set_http($homepage);
$profile = 0;
$str = "<a href=mailto:$email>";
끝입니다. ^_____________^/