PlannerXE123 Q&A 게시판
勇 (날랠 용) · 容 (얼굴 용) · 用 (쓸 용) / 庸 (쓸 용)
眼透紙背 안투지배
안광이 종이 뒷면까지 꿰뚫는다는 뜻으로, 책을 정독하여 그 이해가 깊고 날카로움을 이르는 말.

늘푸른나무2

oxythus 님 안녕하세요,

 

아래와 같이 변경 해보시기 바랍니다.

 

A: LIST 형에서 문서내용 전체를 출력하려면..

게시판관리->스킨설정에서 일정내용 일부출력 옵션을 아래 그림과 같이 "출력-전체" 선택

내용출력.png

 

B: 추가로 Comment를 같이 출력 하려면...

1) _style.planner_list.html 파일(V5.12.0) 490~503번 라인 사이를 아래와 같이 변경.

변경전:

<!--@end--><!--// end if 일정 있으면 끝-->
<!--@end--><!--// end foreach($tmparr6 as $val)-->
<!--@end--><!--// end if(!empty($tmparr6[0])-->
<!--@if($is_offday && $ind_offday_Label)--><!--// 휴무일-->
{@ $out_html .= "<div class='offday strong'>".$lang->pln_off_day."</div>";}<!--//휴뮤일표시-->
<!--@end-->
{@ $ind_ua = $oPlanner123_main->fn_get_USER_AGENT()}
<!--@if(($ind_ua == "IE6" || $ind_ua == "IE7") && $Calmain_yymmdd == $today_yymmdd)-->
<td class = 'plan today_border'>{@ echo $out_html}</td><!--// 일정 출력(V560)-->
<!--@else-->
<td class = 'plan'>{@ echo $out_html}</td><!--// 일정 출력(V560)-->
<!--@end-->
{@ $out_html = null;}

{@ $holiday_process = "js";}<!--// ""는 직접처리 "js"는 jquery에서 처리-->
 

변경후:

<!--@end--><!--// end if 일정 있으면 끝-->
{@ echo $out_html}<!--// 일정 출력-->
{@ $out_html = null;}
<!--@if($module_info->display_detail == "F")--><!--// COMMENT 출력-->
{@ $oDocument = $oDocumentModel->getDocument($tmparr7[12])}
{@ $comment_count = $oDocument->getCommentcount()}
<!--@if($comment_count)-->
<!--#include("./comment.html")--><!--// COMMENT 출력-->
<!--@end-->
{@ $oDocument = null}
{@ $comment_count = 0}
<!--@end-->
<!--@end--><!--// end foreach($tmparr6 as $val)-->
<!--@end--><!--// end if(!empty($tmparr6[0])-->
<!--@if($is_offday && $ind_offday_Label)--><!--// 휴무일-->
<div class='offday strong'>{$lang->pln_off_day}</div><!--//휴뮤일표시-->
<!--@end-->
</td><!--// 일정 출력 칼럼 끝(위치변경)-->

{@ $holiday_process = "js";}<!--// ""는 직접처리 "js"는 jquery에서 처리-->
 

2) _style.planner_list.html 파일(V5.12.0)  263~264번 라인 사이에 아래 붉은색 코드 추가.

 

{@ $out_mem_html = null;}
{@ $ind_ua = $oPlanner123_main->fn_get_USER_AGENT()}
<!--@if(($ind_ua == "IE6" || $ind_ua == "IE7") && $Calmain_yymmdd == $today_yymmdd)-->
<td class = 'plan today_border'><!--// 일정 출력 칸(위치변경)-->
<!--@else-->
<td class = 'plan'><!--// 일정 출력 칸-->
<!--@end-->

<!--@if(!empty($tmparr6[0]))--><!--// 두째칸(일정/플랜) -->
 

 

C: Stop_Spambot을 사용하고 있다면 최신버전(V3.2.0)으로 업데이트.

(http://crypto216.iwinv.net/xe/download?package_srl=202)

 

감사합니다.

ksc

 

XE Login