묻고답하기

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 남기남
치키니aaa 패턴인가요? 알려주세요.. [1] 2007.08.10
박병언 폰트 다운받을때 말이죠... [1] 2007.08.10
스피언트 게시판에서 번호 이어지게 하는 법.. [1] 2007.08.10
오재호 안녕하세요..상업적인 홈페이지를 만들려고 하는데요.. [2] 2007.08.10
오재호 노프레임에 관한 질문좀 드립니다.... [3] 2007.08.10
정성용 잘하시는 분들께 물어봅니다.[수정] [1] 2007.08.10
이건회 mysql 설치후 인터넷이 안되요 ! [1] 2007.08.10
Woodi 이미지맵 문제  
하늘구름 아이피에 따라 접속 페이지를 다르게 하는 방법이? [1] 2007.08.10
코퍼 웹에서 POP3 읽어주는 메일 프로그램 추천바랍니다. [2] 2007.08.10
모진형 플레시 하고 HTML이나 PHP하고 연동되게 하는 방법 좀 알려주세요... [2] 2007.08.10
One-Kill 제로 카운터 이미지로 만드는 방법이? [1] 2007.08.10
Jungdos 포토샵 7.0 쓰는데...문제가 있어요...  
UGenet 일정한 시간이 되면 링크가 다른 곳으로 되게 만들 수 있나요? [1] 2007.08.10
장현우 이미지 랜덤하게 나오는 소스말고 이미지 순차적으로 나오게 하는소스 없나요.  
비타민c dump파일복구관련해서 문의드립니다. [2] 2007.08.10
박만영 include 관련 질문이요.. include 하니깐.. 그림이 안뜨는데.. file  
젠틀버그 표가 자꾸 깨지네요...ㅠㅜ [1] 2007.08.10
명민국 자바스크립트 삭제가 안됩니다..  
빨간고추 회원만 볼수 있는 페이지.. [2] 2007.08.10
위피 웹디자인 잘하시는분들~! [2] 2007.08.10
amouru 요즘 사이트 만들때 해상도 몰러 해서 만드나요? [5] 2007.08.10
오유경 급한 문제입니다. 꼭좀 답변부탁드릴께요 ㅠㅠ  
비타민c dump파일복구관련해서 문의드립니다.  
안진오 mysql 에서 lcoalhost 주소가 안먹네요.. [2] 2007.08.10
안진오 php 서버에서..... 이상한 말이 나오네요..--^  
울산사람 print 문으로 이미지를 어떻게 불러오나요?  
박세왕 아이프레임을 이용한 슬라이딩메뉴에 질문이''ㅅ'';;  
이은태 팝업 스타일로 그림크기의 창만 뜨게 할려면...  
yaho. :-D 허접한 질문좀 드리겠습니다..^^ [1] 2007.08.10