bbPress

Simple, Fast, Elegant

bbPress support forums » Plugins

Topic Poster next to Topic Name

(5 posts)
  • Started 1 year ago by RedSkunk
  • Latest reply from nolageek
  • This topic is resolved
  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.

    Posted 1 year ago #
  2. topic_author() and/or get_topic_author() should do the trick.

    Posted 1 year ago #
  3. nolageek
    Member

    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

    Posted 1 year ago #
  4. nolageek
    Member

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

    Posted 1 year ago #
  5. nolageek
    Member

    template_functions.php ? der.

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.