리스트 링크 질문입니다.. 정보
리스트 링크 질문입니다..본문
위링크를 통해 보시면 랜덤광고 뿌리기 스킨인데요
적용 하니 잘됩니다
근데 불러오는것 까지 되는데 그 광고를 클릭하면 알수없는 페이지로 됩니다
이렇게 연결되니 안되는게 당연합니다
주소 를 link = board 로 바꿔야 연결이 잘될텐데
latest 스킨 을 수정 해야할것같은데 초보라 손대지도 못하고잇답니다...
소스좀 살펴봐주세요
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<html>
<head> <style> .b, a.b:link, a.b:visited, a.b:hover, a.b:active{font-weight:bold} /*Weight*/ .brn01 {color:#2D2C2D;font-size:12px;font-family:굴림} a.brn01:link{color:#2D2C2D;text-decoration:none;font-family:굴림} a.brn01:visited{color:#2D2C2D;text-decoration:none} a.brn01:active{color:#0000FF;text-decoration:underline} a.brn01:hover {color:#0000FF;text-decoration:underline} </style> </head>
<body topmargin="0" leftmargin="0" >
<? for ($i=0; $i<count($list); $i++) { ?>
<table border=0 cellpadding=0 cellspacing=0 align=center><tr> <td width=10> <img src=<?=$latest_skin_path?>/img/ico_ad.gif> </td> <td width=3> </td> <td width=14> <img src=<?=$latest_skin_path?>/img/ico_bracket_l.gif width=8 height=27> </td> <td height=34 class="brn01"> <table border=0 cellpadding=0 cellspacing=0 align=center> <tr> <td align=center valign=middle>
<?
echo "<a href='{$list[$i][link_href][1]}' target='{$list[$i][wr_2]}' class=\"brn01 b\" style=font-size:13px>";
echo "{$list[$i][subject]}</a>";
?>
</td> </tr><tr> <td height=5></td> </tr> <tr> <td align=center>
<?
$content = explode("\n", $list[$i][wr_content]);
echo "<a href='{$list[$i][link_href][1]}' target='{$list[$i][wr_2]}' class='brn01'>";
echo "$content[0]";
echo "</a>";
?>
</td> </tr> </table> </td> <td width=14 align=right> <img src=<?=$latest_skin_path?>/img/ico_bracket_r.gif width=8 height=27> </td></tr></table></body></html>
<? } ?>
<head> <style> .b, a.b:link, a.b:visited, a.b:hover, a.b:active{font-weight:bold} /*Weight*/ .brn01 {color:#2D2C2D;font-size:12px;font-family:굴림} a.brn01:link{color:#2D2C2D;text-decoration:none;font-family:굴림} a.brn01:visited{color:#2D2C2D;text-decoration:none} a.brn01:active{color:#0000FF;text-decoration:underline} a.brn01:hover {color:#0000FF;text-decoration:underline} </style> </head>
<body topmargin="0" leftmargin="0" >
<? for ($i=0; $i<count($list); $i++) { ?>
<table border=0 cellpadding=0 cellspacing=0 align=center><tr> <td width=10> <img src=<?=$latest_skin_path?>/img/ico_ad.gif> </td> <td width=3> </td> <td width=14> <img src=<?=$latest_skin_path?>/img/ico_bracket_l.gif width=8 height=27> </td> <td height=34 class="brn01"> <table border=0 cellpadding=0 cellspacing=0 align=center> <tr> <td align=center valign=middle>
<?
echo "<a href='{$list[$i][link_href][1]}' target='{$list[$i][wr_2]}' class=\"brn01 b\" style=font-size:13px>";
echo "{$list[$i][subject]}</a>";
?>
</td> </tr><tr> <td height=5></td> </tr> <tr> <td align=center>
<?
$content = explode("\n", $list[$i][wr_content]);
echo "<a href='{$list[$i][link_href][1]}' target='{$list[$i][wr_2]}' class='brn01'>";
echo "$content[0]";
echo "</a>";
?>
</td> </tr> </table> </td> <td width=14 align=right> <img src=<?=$latest_skin_path?>/img/ico_bracket_r.gif width=8 height=27> </td></tr></table></body></html>
<? } ?>
<? if (count($list) == 0) { ?><table><tr><td colspan=4 align=center height=50><font color=#6A6A6A>게시물이 없습니다.</a></td></tr></table><? } ?>
댓글 전체
{$list[$i][link_href][1]}
를
{$list[$i][href][1]}
로 해 보세요
를
{$list[$i][href][1]}
로 해 보세요
rolo 님 답변감사합니다
하지만 저렇게 바꿔보니 링크는 커녕 홈페이지가 새로고침 됩니다 .
해결방안이 없는건 아닐텐데 정말 답답할노릇이네요 ㅜㅜ
하지만 저렇게 바꿔보니 링크는 커녕 홈페이지가 새로고침 됩니다 .
해결방안이 없는건 아닐텐데 정말 답답할노릇이네요 ㅜㅜ
아 해결 되엇습니다 스킨 제작님한테 직접물어보니 답변 해주셧습니다 관심감사드립니다