БЛОК ВЫВОДА ПОСЛЕДНИХ СООБЩЕНИЙ С ФОРУМА для IPB 3
вы этот скрипт можете вставить в любое место (например скрипт основного сайта wordpress)
$topic_num_sym) { $topicstrip = substr($topicstrip,0,$topic_num_sym); $topicstrip = $topicstrip."..."; } #$status = ($row_resultf['state'] == "closed") ? "" : ""; #$attach = ($row_resultf['topic_hasattach'] == "1") ? "
" : ""; #$icon = ($row_resultf['icon_id'] == "0") ? "
" : "
"; $last_date = date($time,$row_resultf['last_post']); // $bt.= " //
// $topicstrip - // ".$row_resultf['last_poster_name']." //
" ; $bt.= "$topicstrip - ".$row_resultf['last_poster_name']."
"; } while( $row_resultf = mysql_fetch_assoc($resultf) ); mysql_free_result($resultf); echo $bt; ?>