아...미치겠습니다..4시간째

· 2008-09-29 (월) 03:13:21 · 838 · 4
유록화홍님 파일을 풀어서 모두 skin/latest에 올렸어요
그리고 테이블 새로 만들어서 넣었구요.
거기에 <?=latest("typingplus", "06_5", 4, 60,"height=80")?>이렇게 넣었구요.
근데 글을 가져 오질 못하네요

<?=latest("typingplus", "06_5", 4, 60,"height=80");?>이렇게도 넣어봤구요.
머가 잘못 된건지


아래는 소스입니다..(typingplus의 latest.skin.php소스)
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<style>
.kj {font-family:돋움; font-size:12px;color:#797463;line-height:11pt;text-decoration: none;letter-spacing:-1px;word-spacing:1px}
.kj a:link {color:#797463;text-decoration:none;}
.kj a:visited {color:#797463;text-decoration:none;}
.kj a:active {color:#797463;text-decoration:none;}
.kj a:hover {color:#159422;text-decoration:none;}
</style>

<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td><img src="<?=$latest_skin_path?>/img/title_left.gif" width="2" height="36" alt=""></td>
<td width=100% background="<?=$latest_skin_path?>/img/title_bg.gif" >
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="5"></td>
<td>

<script language="JavaScript1.2">
<!--
/*
Typing Scroller
Submitted by [email protected] (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('<tr><td width="80" class=kj>>>오늘의 팁 : </td><td>')
document.write('<input type="hidden" name="bannerurl">')
document.write('<input type="text" name="banner"')
//document.write('style="width:100%;height=17px;background-color: '+document.bgColor+'; color: '+document.body.text+'; font-family:
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>

</td>
<td width="50" align="right" class=kj>[<a href="<?=$g4['bbs_path']?>/write.php?bo_table=<?=$bo_table?>">쓰기</a>]</td>
<td width="5"></td>
</tr>
</table>
</td>
<td><img src="<?=$latest_skin_path?>/img/title_right.gif" width="2" height="36" alt=""></td>
</tr>
</table>
|

댓글 4개

유록화홍님 스킨은 제가 모르는 것이고..

height=80 빼세요
2008-09-29 (월) 10:39:03
height=80 이것도 빼봤는데 안되네요
height를 빼고
80 만 넣어보세요
스킨파일에 latest.skin.php 하나 뿐이던가요?
혹시 lib 파일 없던가요?
댓글을 작성하시려면 로그인이 필요합니다.

그누4 질문답변

66,531건

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

+
제목 글쓴이 날짜 조회
08-09-29 조회 828
08-09-29 조회 833
08-09-29 조회 854
08-09-29 조회 876
08-09-29 조회 820
08-09-29 조회 902
08-09-29 조회 913
08-09-29 조회 992
08-09-29 조회 880
08-09-29 조회 1,315
08-09-29 조회 1,016
08-09-29 조회 837
08-09-29 조회 839
08-09-29 조회 1,031
08-09-29 조회 802
08-09-29 조회 834
08-09-28 조회 842
08-09-28 조회 1,298
08-09-28 조회 846
08-09-28 조회 903