알짜게시판

이모티콘 사용하기!!!

스킨에 room.php 에서 chattext 를 바꾸면 됩니다 ^^

// 채팅 출력부분
 function chattext(str,col)
 {
<?
   $handle=@opendir('skin/homebox00/imoticon/.');
   while (($file = @readdir($handle))!==false)
   { $imoticon=str_replace('.gif','',$file);
     if(strpos($file,'.gif')>1)
     {?>
   str=str.replace("<?=$imoticon?>","<img src='imoticon/<?=$file?>'>");
     <?}
   }
   closedir($handle);
?>
   chatview.document.body.insertAdjacentHTML('beforeEnd', '<font color='+col+'>'+str+'</font><br>');
   chatview.document.body.scrollTop=99999999;
 }

스킨경로에 imotion/ 이라는 폴더안에 xxx.gif 형식으로 넣습니다

xxx 는 이모티콘 문자열이 됩니다 ^^

참고해주세요
    • Me too -_-;;
      왜이러는 건지... 답답하군요 T.T
    • 03-11-11
    • 그대로했는데 이모티콘이 안보여요 ㅡ,,ㅡ[01]
    • 03-10-31
번호 제목 글쓴이 조회 날짜
게시물이 없습니다.
목록