Skip to:
Content
Pages
Categories
Search
Top
Bottom

Topic Poster next to Topic Name

  • 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.

Viewing 4 replies - 1 through 4 (of 4 total)
  • topic_author() and/or get_topic_author() should do the trick.


    Nola1974
    Participant

    @nolageek

    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


    Nola1974
    Participant

    @nolageek

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


    Nola1974
    Participant

    @nolageek

    template_functions.php ? der.

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.
Skip to toolbar