NoQuote in Last Post für phpbb2
Verfasst: 17.04.2008 14:45
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
Code: Alles auswählen
//
// Okay, let's do the loop, yeah come on baby let's do the loop
// and it goes like this ...
//
Code: Alles auswählen
$onlastpage=false;
if ($start + $board_config['posts_per_page'] > $forum_topic_data['topic_replies']) $onlastpage=true;
Code: Alles auswählen
$quote = '<a href="' . $temp_url . '">' . $lang['Reply_with_quote'] . '</a>';
Code: Alles auswählen
if (($i+1) == $total_posts & $onlastpage)
{
$quote="";
$quote_img="";
}