토마토블랙시리즈-폰트게시판 정보
게시판 토마토블랙시리즈-폰트게시판첨부파일
본문
검은 배경에 쓰시면 이쁘구요...
이미지는 하나도 사용하지 않앗습니다.
그래서 아주 깔끔합니다.
에디터는 뺏습니다.
코멘트부분도 뺏습니다.
첨부파일 게시판관리자에서 설정해준만큼 바로 출력되구요.
감사합니다.^^
이미지는 하나도 사용하지 않앗습니다.
그래서 아주 깔끔합니다.
에디터는 뺏습니다.
코멘트부분도 뺏습니다.
첨부파일 게시판관리자에서 설정해준만큼 바로 출력되구요.
감사합니다.^^
추천
2
2
댓글 전체
안녕하세요 적용하여 보니
<?
$ss_name = "ss_view_{$bo_table}_{$list[$i][wr_id]}";
session_register($ss_name);
$$ss_name = $HTTP_SESSION_VARS[$ss_name] = TRUE;
for ($p=2; $p<6; $p++) {
if ($list[$i][file][$p]) {
$sql_file = " select * from g4_board_file where bo_table='$bo_table' and wr_id='{$list[$i][wr_id]}' and bf_no='$p'";
$result_file = @mysql_query($sql_file);
$row_file = @mysql_fetch_array($result_file);
?>
<a href="<?=$g4['bbs_path']?>/download.php?bo_table=<?=$bo_table?>&wr_id=<?=$list[$i][wr_id]?>&no=<?=$p?>" style=" color:#FF9933; font-weight:bold; background-color:#333333;"><?=$row_file['bf_source']?></a>
<? }}?>
이부분이 나오지 않는데요
다운받을 수가 ... 없어서... 아니 내가 몰라서...
한참 뒤지다
<?
$ss_name = "ss_view_{$bo_table}_{$list[$i][wr_id]}";
session_register($ss_name);
$$ss_name = $HTTP_SESSION_VARS[$ss_name] = TRUE;
if($list[$i][file][0]) {
$down_link0 = "download.php?bo_table=" . $bo_table . "&wr_id=" . $list[$i][wr_id] . "&no=0";
echo "<a href='$down_link0'>";
echo "file_01";
echo "</a>";
}
if($list[$i][file][1]) {
$down_link1 = "download.php?bo_table=" . $bo_table . "&wr_id=" . $list[$i][wr_id] . "&no=1";
echo "<a href='$down_link1'>";
echo "file_02";
echo "</a>";
}
?>
이 것을 사용했는데, 이번에는 다운은 되는데...
"file_01" 이 부분에 다운받을 파일명이 나오게 할 수 있는 방법 알려주세요.
감사합니다
<?
$ss_name = "ss_view_{$bo_table}_{$list[$i][wr_id]}";
session_register($ss_name);
$$ss_name = $HTTP_SESSION_VARS[$ss_name] = TRUE;
for ($p=2; $p<6; $p++) {
if ($list[$i][file][$p]) {
$sql_file = " select * from g4_board_file where bo_table='$bo_table' and wr_id='{$list[$i][wr_id]}' and bf_no='$p'";
$result_file = @mysql_query($sql_file);
$row_file = @mysql_fetch_array($result_file);
?>
<a href="<?=$g4['bbs_path']?>/download.php?bo_table=<?=$bo_table?>&wr_id=<?=$list[$i][wr_id]?>&no=<?=$p?>" style=" color:#FF9933; font-weight:bold; background-color:#333333;"><?=$row_file['bf_source']?></a>
<? }}?>
이부분이 나오지 않는데요
다운받을 수가 ... 없어서... 아니 내가 몰라서...
한참 뒤지다
<?
$ss_name = "ss_view_{$bo_table}_{$list[$i][wr_id]}";
session_register($ss_name);
$$ss_name = $HTTP_SESSION_VARS[$ss_name] = TRUE;
if($list[$i][file][0]) {
$down_link0 = "download.php?bo_table=" . $bo_table . "&wr_id=" . $list[$i][wr_id] . "&no=0";
echo "<a href='$down_link0'>";
echo "file_01";
echo "</a>";
}
if($list[$i][file][1]) {
$down_link1 = "download.php?bo_table=" . $bo_table . "&wr_id=" . $list[$i][wr_id] . "&no=1";
echo "<a href='$down_link1'>";
echo "file_02";
echo "</a>";
}
?>
이 것을 사용했는데, 이번에는 다운은 되는데...
"file_01" 이 부분에 다운받을 파일명이 나오게 할 수 있는 방법 알려주세요.
감사합니다