Dashboard>forums>all forums and edit the forum you want
then just put the description in the content
But thats for forums? How for topics?
You originally posted a picture of a screen with ‘…marketing forum’ which I took to be a forum not a topic, and therefore I posted a solution for forum.
Now you have posted a topic without a description, complaining that my solution did not work which it would have as it is a topic not a forum, the forum being the solution to the original picture.
Please re-describe what exactly it is that you do want. and how/where you would expect to post a topic description?, are you expecting topic creators to have an area to put a description?
Yours confused …
@digitalninjaza
this should do what your talking about
function rk_topic_description() {
echo bbp_topic_excerpt();
}
add_action('bbp_theme_after_topic_title','rk_topic_description');