Parašė Mobiless· 2010 Kov. 8 11:03:56
#1
Sveiki,
Iškilo problema su "skaityti daugiau". Trumpai - spaudžiant and read more nuoroda būna štai tokia:
http://www***.lt/news.php?readmore=1/
Pažymėjau slah'ą, nes jame ir yra visa problema. Atidarant be slasho atidaro normalią pilną naujieną, o atidarant su juo vėl atidaro pagrindinį puslapį...
Štai kodas:
function render_news($subject, $news, $info) {
echo "<table cellpadding='0' cellspacing='0' width='476' align='center'>
<tr>
<td class='capmain2' width='100%'>$subject</td>
</tr>
<tr>
<td class='news-body'>$news</td>
</tr>
</table>
<table cellpadding='0' cellspacing='0' width='476' align='center'>
<tr>
<td><a href='news.php?readmore=".$info['news_id']."'><img src='".THEME."images/naujiena/2_03.gif' width='106' height='27' border='0' alt=''></a></td>
<td>
<a href='news.php?readmore=".$info['news_id']."' title='Plačiau'>$subject</a>
<img src='".THEME."images/naujiena/2_04.gif' width='124' height='27' alt=''></td>
<td class='news-info'>
Parase: <a class='news' href='profile.php?lookup='".$info['user_id']."'><b>".$info['user_name']."</b></a>
Ideta:".showdate("shortdate", $info['news_date'])."
</td>
</tr>
</table>\n";
}
Ką reiktų pakeisti? Dėkui už pagalbą. :)
Redagavo Mobiless· 2010 Kov. 8 11:03:32