Привет ..... как сделат в Category index page показат последная / новая тема
с мой колега говорили и он сказал так:
open applications\forums\sources\Forum\Forum.php
search for public function lastPost
category last topic and post is very similar
to this one
this:
$result = array(
'author' => $lastAuthor,
'topic_url' => \IPS\Http\Url::internal( "app=forums&module=forums&controller=topic&id={$this->last_id}", 'front', 'forums_topic', array( $this->seo_last_title ) ),
'topic_title' => $this->last_title,
'date' => $this->last_post
);
And search for children foreach
Add new public function
And then use this function in your category template
$category->yourfunction
Я попробувал ..... но не заработало .....