Forum breadcrumbs – You are here:Asgaros Support ForumSupportShow user's posts
Please or Register to create posts and topics.

Show user's posts

Is it possible to show recent posts by a particular user, preferably using a shortcode?

The intended use is to display a list of the user’s posts on their Ultimate Member profile page.  This feature would also be great on the Asgaros profile pages.

mokriska has reacted to this post.
mokriska

Hello collab,

this feature is already on my todo-list. I will try to implement it in one of the future updates.

mokriska has reacted to this post.
mokriska
If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!

Добрый день. Добавил форум на свой сайт Rybaki.by

Подскажите, можно ли сделать так, что бы рядом с подразделом категории на форуме отражалось не 1 последнее сообщение, а несколько: 2-3 сообщения, то есть в столбик. (как я хочу сделать – указал на скриншоте, ниже)

Заранее спасибо!

Uploaded files:
  • 1.png

Hello Agasfer,

try to add the following css-code to your themes style.css-file:

#af-wrapper .forum-poster, #af-wrapper .topic-poster {
    width: 300px !important;
}

#af-wrapper .forum-stats, #af-wrapper .topic-stats, #af-wrapper .member-posts {
    width: 150px !important;
}

 

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!