[이윰] 이모티콘 크기 바꾸기
페이지 정보
루루아빠
3,394 1
2015.07.23 22:59:54
짧은주소
-
https://yadolee.com/tip/253 주소복사
본문
1. 이모티콘들이 보이는 창에서 크기는 그누보드5/eyoom/theme/설치된 테마/skin_bs/emoticon/basic/emoticon.skin.html 을 열어 width="값"을 수정
<ul class="emoticons">
<!--{@ _emoticon}-->
<li><a href='javascript:;' onclick="set_emoticon('{.emoticon}');"><img src="{.url}" width="40"></a></li>
<!--{/}-->
</ul>
2. 이모티콘 출력시의 크기는 그누보드5/eyoom/classes/eyoom.class.php 을 열고 width='값' 을 수정
public function emoticon_content($emoticon) {
global $theme;
$dir = preg_replace("/([0-9]|_|-)/i","",$emoticon);
$path = EYOOM_THEME_URL.'/'.$theme.'/emoticon/'.$dir.'/';
$output = "<img src='".$path.$emoticon.".gif' align='absmiddle' width='50'>";
return $output;
}
추천인
레벨 101
경험치 1,519,440
Progress Bar 14.66%
- 가입일 : 2015-03-04 03:24:54
- 서명 : KNOW YOUR LIMITS
BUT NEVER STOP TRYING TO EXCEED THEM !!
- 자기소개 : 루루의 자랑
루루아빠랍니다~~
최신댓글이 없습니다.


댓글1
루루아빠님의 댓글