새 댓글 표시 애드온 사용중인데 아이콘이 아래에 있습니다. torrent 2017.02.14 01:51 254 0 3 안녕하세요? 제가 지금 새 댓글 표시 애드온을 사용중인데요 위 사진처럼 N 표시 아이콘이 댓글 아래에 달립니다 ㅠ.. 어떻게 해결을 해야 할까요?
이번엔 매뉴얼에서 지시한 대로 xe1 /xe 에 압축된 파일을 풀면 생기는 /rhymix 의 파일들을 다 filezilla 로 에러 하나없이 업로드 시켰는데도 에로가 생기네요... youshine 26.07.24 0 9
Parse error: syntax error, unexpected '?' in /home.youshi5/public_html/Phoenix.kb34.net/common/autoload.php on line89 youshine 26.07.21 0 8
서버 오류 Error #0 "Attempt to modify property "list" on null" in files/cache/menu/780252.php on line 1 톰캣 26.06.29 0 3
댓글 3
이부분을 다르게 고침 될거같은데ㅎㅎ 개발자가 아니라서 다른분의 답변을 기다려 봐야겠네요.
// new 이미지 적용
foreach($oComments as $oComment) {
if ($oComment->regdate > $time_check) {
if ($addon_info->position) {
$pattern = sprintf('/<!--AfterComment\(%s,.*\)-->/U', $oComment->comment_srl);
$output = preg_replace($pattern, "$new_image $0", $output);
}else{
$pattern = sprintf('/<!--BeforeComment\(%s,.*\)-->/U', $oComment->comment_srl);
$output = preg_replace($pattern, "$0 $new_image", $output);
}
}
}
라고 되어있던데 코딩을 잘 못해서 어떻게 바꿔야 할지 잘 모루겠네여 ㅠㅠ