БЛОК ВЫВОДА ПОСЛЕДНИХ СООБЩЕНИЙ С ФОРУМА для IPB 3 (для wordpress)

БЛОК ВЫВОДА ПОСЛЕДНИХ СООБЩЕНИЙ С ФОРУМА для IPB 3

вы этот скрипт можете вставить в любое место (например скрипт основного сайта wordpress)
ipb wp


 $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; ?>

Leave a Reply

Ваш адрес email не будет опубликован. Обязательные поля помечены *

You may use these HTML tags and attributes:

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>