최신글 스킨 태그 안나오게 좀 알려주세요.

1982820321_OTLCvquK_hgf.jpg

'     <--- 이거 입력하면 그래요.    콜론이랑 엔터 사이에 있는거요. 유독 이것만...

노란부분이 출력 부분 같아요


<script language="JavaScript1.2" type="text/javascript">
<!--
/*
Typing Scroller
Submitted by bengaliboy00@hotmail.com (hp: http://www.angelfire.com/nt/bengaliboy/)
With modifications by Dynamicdrive.com
For full source code, usage terms, and 100s more scripts, visit http://dynamicdrive.com
*/
//Secify scroller contents

  
   var line=new Array()
   var lineurl=new Array()
   <?  for ($i=0; $i<count($list); $i++) { ?>  
    line[<?=$i?>+1]="<?=$list[$i][subject]?>"
    lineurl[<?=$i?>+1]="<?=$list[$i]['href']?>"
   <? } ?>

  
   <? if (count($list) == 0) { ?>line[0]="게시물이 없습니다.";<? } ?>
  
   //Specify font size for scoller
   var ts_fontsize="12px"
  
   //--Don't edit below this line
  
   var longestmessage=1
   for (i=2;i<line.length;i++){
   if (line[i].length>line[longestmessage].length)
   longestmessage=i
   }
  
   //Auto set scroller width
   var tscroller_width=line[longestmessage].length
  
   lines=line.length-1 //--Number of lines
  
   //if IE 4+ or NS6
   if (document.all||document.getElementById){
  
   document.write('<table width="100%" height="100%" cellspacing="0" cellpadding="0" border="0">')
   document.write('<form name="bannerform">')
   document.write('<input type="hidden" name="bannerurl" style="background-color:whitesmoke;">')
   document.write('<input type="text" name="banner"')
   document.write('style="cursor:hand;width:100%;height=17px;background-color: '+document.bgColor+'; color: #555555; font-family: verdana; font-size: '+ts_fontsize+'; <!-- font-weight:bold -->; border:0px <!-- medium none -->;" onfocus="blur()" onclick="gogo();">')
   document.write('</td></tr>')
   document.write('</form>')
   document.write('</table>')
  
   }
  
   temp=""
   nextchar=-1;
   nextline=1;
   cursor="_"
  
   //if IE 4+ or NS6
   if (document.all||document.getElementById)
   window.onload=animate


function animate(){
 document.bannerform.bannerurl.value=lineurl[nextline];
 if (temp==line[nextline] & temp.length==line[nextline].length & nextline!=lines){
      nextline++;
      nextchar=-1;
      document.bannerform.banner.value=temp;
      temp="";
      setTimeout("nextstep()",3200)}
  else if (nextline==lines & temp==line[nextline] & temp.length==line[nextline].length){
      nextline=1;
      nextchar=-1;
      document.bannerform.banner.value=temp;
      temp="";
      setTimeout("nextstep()",3200)}
  else{ nextstep(); }
}

function gogo(){
 location.href=document.bannerform.bannerurl.value;
}

function nextstep(){
  if (cursor=="\\"){cursor="|"}
  else if (cursor=="|"){cursor="/"}
  else if (cursor=="/"){cursor="-"}
  else if (cursor=="-"){cursor="\\"}
  nextchar++;
  temp+=line[nextline].charAt(nextchar);
  document.bannerform.banner.value=temp+cursor
  setTimeout("animate()",16)
}


// -->
        </script>

첨부파일

|

댓글 15개

<?=addslashes($list[$i][subject])?> 해보세요
<?=$list[$i][subject]?> =========== 이걸
<?=addslashes($list[$i][subject])?> =========== 이렇게 했는데 딱히 수정이 않되네요.

진서기님 말씀 너무 감사해요~
<?=addslashes(htmlspecialchars_decode($list[$i][subject]))?>
말러83님 안녕하세요. <?=addslashes(htmlspecialchars_decode($list[$i][subject]))?> 적용하니까 이 소스 아래는 페이지자체에서 안나오네요. 제목 역시요. 답변 너무 감사해요.
아예 빼버리세요

str_replace("'","",$list[$i][subject])
catkim님 답변 감사합니다~
스킨에 내용이 안나오면서 ; 스크립트가 나요.
한번 해보세요

<?=cut_str(strip_tags($list[$i][subject]))?>
gojhlgo님 답변 감사합니다.
내용이 안나오면서 스크립트 오류가 나네요. 종결되지 않은 문자열 상수입니다. 라고 나와요
따옴표를 넣었나요?
이렇게 넣었어요.

<? for ($i=0; $i<count($list); $i++) { ?>
line[<?=$i?>+1]="<?=cut_str(strip_tags($list[$i][subject]))?>"
lineurl[<?=$i?>+1]="<?=$list[$i]['href']?>"
<? } ?>
['subject'] <=== 저도 확실치는 않지만, 요 부분도....- .-;;
이거 에러나는 주소를 보여줘야 할듯하군요
line[<?=$i?>+1]="<?=$list[$i][subject]?>"
lineurl[<?=$i?>+1]="<?=$list[$i]['href']?>"
이부분이 잘못된거 아닌가요?

음당 라인 저부분에 뒤에 ;이거 붙어야 되는거 아닌가요?
line[<?=$i?>+1]="<?=$list[$i][subject]?>";
lineurl[<?=$i?>+1]="<?=$list[$i]['href']?>";
이러케?
; 해도 달라지는게 없네요..
아..... 여러분께서 도와주셨는데.... 다른것 한번 찾아봐야겠네요..
스크롤 되는 최신글에 글자 깨지지만 않으면 되는데... 정말 힘드네요 ㅠ,ㅠ


http://sir.co.kr/bbs/board.php?bo_table=g4_skin&wr_id=3688&sca=&sfl=wr_content&stx=%B8%B6%C4%FB&sop=and

스킨으로 바꿔서 해결했네요.. 도와주신 분들 너무 감사합니다.

포인트는 리플 많이 달아주신 catkim 님께 드릴께요.
댓글을 작성하시려면 로그인이 필요합니다. 로그인

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기 기존 게시물은 열람만 가능합니다.

+
제목 글쓴이 날짜 조회
16년 전 조회 2,264
16년 전 조회 1,498
16년 전 조회 954
16년 전 조회 944
16년 전 조회 819
16년 전 조회 800
16년 전 조회 950
16년 전 조회 1,232
16년 전 조회 1,035
16년 전 조회 1,520
16년 전 조회 1,124
16년 전 조회 1,527
16년 전 조회 1,566
16년 전 조회 1,522
16년 전 조회 2,239
16년 전 조회 2,016
16년 전 조회 860
16년 전 조회 1,523
16년 전 조회 957
16년 전 조회 1,565
🐛 버그신고