Forums

Join
bbPress Support ForumsPluginsTopic Poster next to Topic Name

Info

Tags

Topic Poster next to Topic Name

  1. Hey, looking to add the original poster's name right next to the topic title in the 'most recent' on the front page and in each forum. I couldn't find any calls for this in /bb-includes/, this info is recorded in the DB tho, "topic_poster_name" I believe.

    Help?

    EDIT: Yeah, K, it'd also be nice to have a delete button for posts if nobody has posted and you're still able to edit the post... Solved.

  2. topic_author() and/or get_topic_author() should do the trick.

  3. Perfection... now, what would the forum name be? :)

    using this...

    <td><img src="/my-templates/images/topic.gif" /> <a href="<?php topic_link(); ?>"><?php topic_title(); ?></a>by <?php topic_author(); ?> in [forum name] </td>

    to give me this...

    [ ] I guess I'll be the first. :)
    by admin in

  4. Is there a link anywhere where one could find a list of these template tags/functions? What file are they in?

  5. template_functions.php ? der.

  6. You must log in to post.