Masz kod PHP, ale już to co wypluwa to musisz sobie dopasować by to zrobić, dodać CSS etc.
foreach( \IPS\forums\Topic\Post::getItemsWithPermission( array( array( 'forums_forums.id=?', 2 ) ), 'rand()', 1, 'read', \IPS\Content\Hideable::FILTER_PUBLIC_ONLY ) as $post )
{
}
A wypluwa obiekt z postem:
IPS\forums\Topic\Post Object ( [sharelinks:protected] => Array ( ) [_dataLayerProperties:protected] => Array ( ) [warning] => [reputation:protected] => [skipContainerRebuild] => [hiddenBlurb:protected] => [_approvalQueueReason:protected] => [alreadyReported:protected] => [caches:protected] => Array ( ) [_data:protected] => Array ( [pid] => 93 [append_edit] => 0 [edit_time] => [author_id] => 1 [author_name] => DawPi [ip_address] => 127.0.0.1 [post_date] => 1703862365 [post] =>
ewwee
[queued] => 0 [topic_id] => 29 [new_topic] => 0 [edit_name] => [post_key] => 0 [post_htmlstate] => 0 [post_edit_reason] => [post_bwoptions] => 0 [pdelete_time] => 0 [post_field_int] => 0 [post_field_t1] => [post_field_t2] => [tid] => 29 [title] => test [state] => open [posts] => 31 [starter_id] => 1 [start_date] => 1696249549 [last_poster_id] => 5 [last_post] => 1704888772 [starter_name] => DawPi [last_poster_name] => John Doe [poll_state] => [last_vote] => [views] => 33 [forum_id] => 2 [approved] => 1 [author_mode] => [pinned] => 0 [moved_to] => [topic_firstpost] => 66 [topic_queuedposts] => 0 [topic_open_time] => 0 [topic_close_time] => 0 [topic_rating_total] => 0 [topic_rating_hits] => 0 [title_seo] => test [moved_on] => 0 [topic_archive_status] => 3 [last_real_post] => 1704888772 [topic_answered_pid] => 0 [popular_time] => [featured] => 0 [question_rating] => [topic_hiddenposts] => 0 [topic_meta_data] => 0 [is_anon] => 0 [last_poster_anon] => 0 [solved_reminder_sent] => 0 [is_future_entry] => 0 [publish_date] => 1696249549 [sdform_outdated] => 0 [sdform_image] => ) [_new:protected] => [changed] => Array ( ) [skipCloneDuplication] => [_reactions:protected] => [_reactionCount:protected] => [hasReacted:protected] => Array ( ) [reactBlurb] => [likeBlurb] => [reportData] => )
Tam oczywiście trzeba zmienić ID forum z 2 na inne - to Twoje.