묻고답하기

586.png


소시랑 한줄메모장  닉네임 옆에 뜨는 건데요


시간이랑 new표시 옆에  아이피를 출력하고싶어요~




게시판은 익명적용해놓은 상태이구요



<span cond="$grant->manager">({$oDocument->getIpaddress()})</span>



이 코드를 삽입하면 된다고 검색하면서 보았는데요!



<span class="sm_name">  
                <!--@if($oDocument->isNotice())-->
                	<!--@if($module_info->notice_name == 'S')-->
                	<!--@else-->
                		<!--@if($module_info->notice_name != 'N')-->
						<block cond="!$oDocument->getMemberSrl() && !$oDocument->isExistsHomepage()">{$oDocument->getNickName()}</block><a cond="$oDocument->getMemberSrl()" href="#popup_menu_area" class="member_{$oDocument->get('member_srl')}" onclick="return false">{$oDocument->getNickName()}</a>
						<!--@else-->
                		{$lang->notice}
                		<!--@end-->
                	<!--@end-->
                <!--@else-->
                <block cond="!$oDocument->getMemberSrl() && !$oDocument->isExistsHomepage()">{$oDocument->getNickName()}</block><a cond="$oDocument->getMemberSrl()" href="#popup_menu_area" class="member_{$oDocument->get('member_srl')}" onclick="return false">{$oDocument->getNickName()}</a>
                <!--@end-->
                </span>
                
                <span class="sm_time" cond="$module_info->display_time !='N'">

                <!--@if( ($cur_date = date('Y-m-d'))==($oDocument->getRegdate('Y-m-d')) )-->
                <font color="#FF6666">{getTimeGap($oDocument->get('regdate'), "Y.m.d H:i")}</font>
                <!--@else-->
                {$oDocument->getRegdate('Y.m.d a H:i')}
                <!--@end-->

                </span>
                
                {$oDocument->printExtraImages(60*60*$module_info->duration_new)}
                
                <div style="display:none"|cond="$module_info->action != 'N'" id="action_{$oDocument->document_srl}"|cond="$module_info->action != 'N'" class="action">
                <!--@if($oDocument->isNotice())-->
                 	<!--@if($module_info->notice_comment != 'N')-->
                 	<a href="#" onclick="toggle_object('reply_{$oDocument->document_srl}'); return false;" cond="$grant->write_comment">↵ {$lang->cmd_reply}</a><!--@end-->
                 <!--@else-->
                 	
                    <a href="#" onclick="toggle_object('reply_{$oDocument->document_srl}'); return false;" cond="$grant->write_comment">↵ {$lang->cmd_reply}</a>
                 <!--@end-->
                <span cond="$oDocument->isEditable()"><a href="#" onclick="toggle_object('insert_{$oDocument->document_srl}'); toggle_object('list_{$oDocument->document_srl}'); return false;" title="{$lang->cmd_modify}">{$lang->cmd_modify}</a></span>
                <span cond="$oDocument->isEditable()"><a href="#" onclick="toggle_object('delete_{$oDocument->document_srl}'); toggle_object('list_{$oDocument->document_srl}'); return false;" title="{$lang->cmd_delete}">{$lang->cmd_delete}</a></span>
                </div>

                <div class="sm_text">				
                <!--@if(!$oDocument->isNotice())-->
                <!--@if($module_info->use_category == "Y" && $oDocument->get('category_srl'))--><a href="{getUrl('category',$oDocument->get('category_srl'), 'document_srl', '')}" class="sm_category" style="color:{$category_list[$oDocument->get('category_srl')]->color};"|cond="$category_list[$oDocument->get('category_srl')]->color != transparent" style="color:#000;"|cond="$category_list[$oDocument->get('category_srl')]->color == 'transparent'">{$category_list[$oDocument->get('category_srl')]->title}</a><!--@end--> <!--@end-->
				<span class="document<!--@if($oDocument->document_srl)-->_{$oDocument->document_srl}<!--@end--><!--@if($oDocument->getMemberSrl())-->_{$oDocument->getMemberSrl()}<!--@end--> xe_content">{htmlspecialchars_decode($oDocument->getTitle(text))}</span>
				<span class="sm_count" cond="$oDocument->getCommentcount() && !$oDocument->isNotice()"><a href="#" onclick="toggle_object('list_reply_{$oDocument->document_srl}'); return false;" >{$oDocument->getCommentcount()}</a></span>

             	</div>
			</div> 




제가 저기중간중간에 다 삽입해보았는데


게시판에선 ()  이렇게만뜨더라구요!! 아이피가 안떠요 ㅠㅠ!



뭐가 잘못된걸까요..?



+++추신

제가 익명 애드온

http://www.xpressengine.com/index.php?mid=userForum&search_keyword=%EC%9D%B5%EB%AA%85&search_target=title&document_srl=21750023


이것을 쓰고있는데 이거때문에 아이피가 출력되지않는걸까요..?

글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
oscarmike 큰일났습니다 [15] 2014.05.14 by teguh100
콩까기 이 embed는 화이트리스트에 뭘로 추가해야 본문에 나올까요? [4] 2014.05.14 by 콩까기
인천조합 모든페이지가 백지 내부서버오류 관리자페이지조차 접속이 안되요 [2] file 2014.05.06 by 슈니슈니
Sez-S 소셜 페이스북 로그인 오류인데요ㅠ 도와주세요. file  
Volun 플로팅 배너 오류가 납니다. [4] 2014.04.25 by Volun
다비퀸 사이트 열리는지 확인좀 부탁드릴게요^^ [4] 2014.04.23 by 다비퀸
rhrlfkaus11 고수님들 물어볼께있습니다. [1] 2014.04.19 by rhrlfkaus11
임실치즈 또 질문만하네요 ㅜ 정말 .. ㅜ [2] file 2014.04.15 by 임실치즈
XE초보자입니다 배경 2개? 넣는 방법이 있나요 ㅜㅜ? [2] file 2014.04.10 by teguh100
XEHK 쇼하이드레이어/div를 쓰면 상단 여백이 레이어 하나당 한 줄(?)씩 생깁니다 file  
eohue 스케치북 웹진형 확장변수 [1] file 2014.04.03 by 용초딩
Aslan 총체적 난국입니다 (더이상 나빠질 수 없다...ㅜㅠ) [3] 2014.04.01 by Aslan
Aslan 어느날 갑자기 XE 스스로 외부페이지->문서페이지 변경....??  
레몬바나나 모듈 이름이 자꾸 존재한다고 나와요 [3] 2014.03.28 by KrteamENT
zolaist 한국어로만 입력한 다국어 확장변수값이 영문에서는 보이지 않습니다 [1] file 2014.03.27 by zolaist
콩까기 소시랑 한줄메모장 ip 아이피 출력하는법 알려주세요 ~ [2] file 2014.03.26 by 콩까기
Aslan 외부 페이지 오류가 생기네요 [2] 2014.03.25 by Aslan
유샤인 새 버젼에 왜 이런 이상한 현상이 일어 날가요? 이거 핵커 당한 건가요? 해결책은 요? [4] 2014.03.24 by 유샤인
XE모듈 우측 배너 광고 질문 합니다  
수정원 위젯 오른쪽 정렬방법 [2] 2014.03.15 by 맥클린