Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Kaip išimti?

Parašė pokemonu_karalius· 2009 Bir. 14 10:06:33
#1

Sveiki,

kaip išimti "Paskutinis pranešimas".

Orginalas:
<span class='small'>".$data['forum_description'].($moderators ? "<br>\n".$locale['411'].$moderators."</span></td>\n" : "</span></td>\n")."
<td align='center' class='tbl2'>".$data['thread_count']."</td>
<td align='center' class='tbl1'>".dbcount("(post_id)", "posts", "forum_id='".$data['forum_id']."'")."</td>
<td class='tbl2'>";
if ($data['forum_lastpost'] == 0) {
echo $locale['405']."</td>\n</tr>\n";
} else {
echo showdate("forumdate", $data['forum_lastpost'])."<br>
<span class='small'>".$locale['406']."<a href='".BASEDIR."profile.php?lookup=".$data['forum_lastuser']."'>".$data['user_name']."</a></span></td>

</tr>\n";



Kaip išimti tą skriptą nepadarius klaidų? Nes vis nesiseka.

Redagavo pokemonu_karalius· 2009 Bir. 14 10:06:47