1. index.php : 다음의 위치에 붉은 박스의 내용을 삽입 (450~470 line)
...
$d2_rp = str_replace("[# #_article_rep_tb_cnt_# #]", $tb_cnt, $d2_rp);
$d2_rp = str_replace("[# #_article_rep_pno_# #]", $no, $d2_rp);
...
2. skin.html : <s_article_rep> ~ </s_article_rep> 사이의 원하는 위치에 삽입
<a href="#ab" onclick="layer_toggle(document.getElementById('allblet_[# #_article_rep_pno_# #]')); return false;" title="AllBlog Virtual Tag 관련글 보이기"> [+] Allblet 관련글 표시</a>
<div id="allblet_[# #_article_rep_pno_# #]" style="padding:0 20 0 0;background-color: rgb(238, 238, 238);display: none;">
<script language="JavaScript" src="http://www.allblog.net/Allblet/Libraries/GetReleationPostList.html?
http://blog url/index.php?pl=[# #_article_rep_pno_# #]" type="text/javascript"></script>
</div>
3. 적용하실 때에는 위 코드의 치환문자열에서 공백을 제거하셔야 합니다. (
[# #_article_rep_pno_# #] 에서 #사이의 공백을 제거) 그리고,
skin.html 에서
blog url/index.php 이부분은 여러분의 블로그 주소로 바꿔주시면 됩니다.
4. skin.html 에 다음과 같은 CSS를 추가하여 올블릿을 꾸밀 수 있습니다. (option)
/* Allblet CSS */
.post-items { margin-top: 5px; }
.post-content { display: none;width:0;height:0; }
.post-writer { margin-left: 15px;color: black; }