g3용 달력 스킨 ---->photofly님의 g4용 스킨 변환 정보
g3용 달력 스킨 ---->photofly님의 g4용 스킨 변환관련링크
http://218.55.227.132/~pro/
75회 연결
첨부파일
본문
g3용 달력 스킨 ---->photofly님의 g4용 스킨 변환
http://sir.co.kr/bbs/board.php?bo_table=g4_skin&wr_id=7685
에 보시면 g4용 달력 스킨이 있습니다. 이것을 g3용으로 변환했는데...한가지 pop_schedule.php를
변환하지 못했습니다. 실력이 미천하여 이부분이 해결이 안됩니다. 혹 보시고 하신분들은 해결하여
주시면 감사하겠습니다.
설치 방법은 똑같습니다.
bbs/skin/board/ <-- 밑에 schedule 복사
bbs/skin/latest/ <-- 밑에 calendar 복사
root 디렉토리 <-- 밑에 pop_scedule..php 복사
최신글 calendar폴더 latest.skin.php 에서 해당 달력 링크가 게시판 달력으로 되 있습니다.
177라인에
echo "<p align=center><a href='?doc=bbs/gnuboard.php&bo_table=$bo_table' class=writeday><b>$daytext</b></a></p>\n";//팝업창
요부분이 팝업창이 들어가야 하는데..안되서...그냥 달력 게시판으로 링크 했습니다.
요부분이 수정이 되어야 합니다.
lib/latest.lib.php 소스 수정
//====================================== 달력 최신글
function latest_schedule($skin_dir='', $bo_table)
{
global $latest_skin, $cfg;
global $year, $month ,$day;
// 스킨디렉토리값이 넘어왔다면
if ($skin_dir) {
$latest_skin = "./bbs/skin/latest/$skin_dir";
}
$write_table = $cfg[write_table_prefix] . $bo_table;
ob_start();
include "$latest_skin/latest.skin.php";
$content = ob_get_contents();
ob_end_clean();
return $content;
}
이 부분을 추가 하시면 됩니다.
압축파일엔 이렇게 되 있습니다.
최신글 달력,달력 게시판은 잘 됩니다.. 그런데 팝업이 안되는 거죠...
요부분만 해결하면 좋을듯 합니다....
부탁합니다...
http://sir.co.kr/bbs/board.php?bo_table=g4_skin&wr_id=7685
에 보시면 g4용 달력 스킨이 있습니다. 이것을 g3용으로 변환했는데...한가지 pop_schedule.php를
변환하지 못했습니다. 실력이 미천하여 이부분이 해결이 안됩니다. 혹 보시고 하신분들은 해결하여
주시면 감사하겠습니다.
설치 방법은 똑같습니다.
bbs/skin/board/ <-- 밑에 schedule 복사
bbs/skin/latest/ <-- 밑에 calendar 복사
root 디렉토리 <-- 밑에 pop_scedule..php 복사
최신글 calendar폴더 latest.skin.php 에서 해당 달력 링크가 게시판 달력으로 되 있습니다.
177라인에
echo "<p align=center><a href='?doc=bbs/gnuboard.php&bo_table=$bo_table' class=writeday><b>$daytext</b></a></p>\n";//팝업창
요부분이 팝업창이 들어가야 하는데..안되서...그냥 달력 게시판으로 링크 했습니다.
요부분이 수정이 되어야 합니다.
lib/latest.lib.php 소스 수정
//====================================== 달력 최신글
function latest_schedule($skin_dir='', $bo_table)
{
global $latest_skin, $cfg;
global $year, $month ,$day;
// 스킨디렉토리값이 넘어왔다면
if ($skin_dir) {
$latest_skin = "./bbs/skin/latest/$skin_dir";
}
$write_table = $cfg[write_table_prefix] . $bo_table;
ob_start();
include "$latest_skin/latest.skin.php";
$content = ob_get_contents();
ob_end_clean();
return $content;
}
이 부분을 추가 하시면 됩니다.
압축파일엔 이렇게 되 있습니다.
최신글 달력,달력 게시판은 잘 됩니다.. 그런데 팝업이 안되는 거죠...
요부분만 해결하면 좋을듯 합니다....
부탁합니다...
댓글 전체

pop_scedule..php 파일이 팝업창을 불러오기위한 파일 입니다.
링크부분은 이걸 참고로 경로를 맞춰주시면 됩니다..
echo "<p align=center><a href='루트/pop_scedule..php&bo_table=$bo_table' class=writeday><b>$daytext</b></a></p>\n";//팝 업창
링크부분은 이걸 참고로 경로를 맞춰주시면 됩니다..
echo "<p align=center><a href='루트/pop_scedule..php&bo_table=$bo_table' class=writeday><b>$daytext</b></a></p>\n";//팝 업창
photofly님 관심가져주셔서 감사합니다.
madem님이 수정해 주셨습니다.
http://sir.co.kr/bbs/board.php?bo_table=g3_skin&wr_id=12972
madem님이 수정해 주셨습니다.
http://sir.co.kr/bbs/board.php?bo_table=g3_skin&wr_id=12972