trackback 트랙백 기능 제거

This commit is contained in:
gnuboard
2012-12-28 16:07:17 +09:00
parent 2eefdd186d
commit 6040266aed
17 changed files with 1 additions and 405 deletions

View File

@ -253,12 +253,6 @@ if ($board['bo_use_file_content']) {
$is_file_content = true;
}
// 트랙백
$is_trackback = false;
if ($board['bo_use_trackback'] && $member['mb_level'] >= $board['bo_trackback_level']) {
$is_trackback = true;
}
$name = "";
$email = "";
$homepage = "";
@ -275,7 +269,6 @@ if ($w == "" || $w == "r") {
$html_checked = "";
$html_value = "";
$secret_checked = "";
$trackback = "";
if ($w == '') {
$password_required = 'required';
@ -299,8 +292,6 @@ if ($w == '') {
$link[$i] = $write['wr_link'.$i];
}
$trackback = $write['wr_trackback'];
if (strstr($write['wr_option'], 'html1')) {
$html_checked = 'checked';
$html_value = 'html1';