Jump to content

Отображение определенного форума в блоке Портала 1.4.1

Featured Replies

Posted
comment_66910

В центральном блоке отображаются все темы форума, а как сделать чтобы отображался определенный раздел форума. Скажем так: к примеру Новости.

 

В самом блоке есть код, который, как я понял отображает все темы.

<?php


if ( ! $this->registry->isClassLoaded( 'portalBlocks' ) )
{
$classToLoad =  IPSLib::loadLibrary( IPSLib::getAppDir( 'portal' ) . "/sources/blocks.php", 'portalBlockGateway' );
$this->registry->setClass( 'portalBlocks', new $classToLoad( ipsRegistry::instance() ) );
}


print $this->registry->getClass('portalBlocks')->latest_topics_main();


?>

Нужно чтобы отображался определенный раздел.

 

Guest
This topic is now closed to further replies.

Последние посетители 0

  • No registered users viewing this page.