I’m also trying to figure out how to change bpress_forum_freshness_link() to output the Topic Name inside the link tag in replacement of the ‘freshness’ time.
Anyone have an update on how to do this? The internet is absent with a solution for this, would be awesome to have something!
This is spectacular, props!
Could you clue me in on how you were able to provide a list of avatars for users to choose from? This kind of avatar system is something I would *love* to do myself.
The closest thing I could find is:
echo get_the_title($post->post_parent);
However, that only grabs the parent from one step back in the bread crumb. I need to get the “main” or “base” parent of all pages/threads under the parent. Say the forum structure is like this:
Forum > Tennis > Tutorials > Thread Name 1
The set “parent” in that is “Tennis” (bolded above). Is there a way I can print that main parent for all bbPress pages?