Quote from
Glazfab on October 8, 2020, 7:23 pm
Hello
I’m currently building a community website (based on Buddypress) where achievements by users are listed on his/her profile. Among thoses are the number of discussions initiated on the forum (Asgaros Forum). So I need a way to retrieve topics created by a user — topics with at least on post from the author of the topic. I found there are functions to get posts by user (AsgarosForumContent::get_posts_by_user / AsgarosForumContent::count_posts_by_user) but couldn’t find the same for topics.
Is there a smarter way to achieve this than to directly query database?
Thanks in advance.
Hello
I’m currently building a community website (based on Buddypress) where achievements by users are listed on his/her profile. Among thoses are the number of discussions initiated on the forum (Asgaros Forum). So I need a way to retrieve topics created by a user — topics with at least on post from the author of the topic. I found there are functions to get posts by user (AsgarosForumContent::get_posts_by_user / AsgarosForumContent::count_posts_by_user) but couldn’t find the same for topics.
Is there a smarter way to achieve this than to directly query database?
Thanks in advance.