묻고답하기
본문에 추천 , 비추천삽입
2009.08.08 19:25
↓밑의 소스를 이용해서
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
<!--추천,비추천 버튼-->
<!--게시물번호추출-->
<?
$ss = explode("/",getUrl('http://www.xpressengine.com/%s);
$num = sizeof($ss);
if(sizeof($ss) < 5) $ss = explode("=",getUrl('http://www.xpressengine.com/%s);
$doc_num = $ss[4];
?>
<!--추출끝-->
<p align="center" style="line-height:20pt;"><b><font size="4" color="red">{$oDocument->get('voted_count')}</font><font size="5"> :</font><font size="4" color="red"> {$oDocument->get('blamed_count')}</font></b><br>
<A href="./{getUrl("%s')}#"><img src="./추천버튼" width="70" height="36" border="0" alt="추천"></A><A href="./{getUrl("%s')}#"><img src="./비추천버튼" width="70" height="36" border="0" alt="비추천"></A></p>
<!--추천,비추천 끝-->
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
xe_official 을 씁니다. 어디다 넣어야 하는지 도와 주시면 감사하겠습니다.