bbPress

Simple, Fast, Elegant

bbPress support forums » Plugins

Request: Topic title link to latest post

(7 posts)
  • Started 1 year ago by Vaelrith
  • Latest reply from Arlo
  • This topic is not a support question

Tags:

  1. I was thinking a plugin that when you click on the topic title in the "Latest Discusison" section, it takes you to the last post, or the last unread post by you (which I think would require cookies, I don't know much about that). I'm sure you have seen this on forums like IPB or phpBB, you click on the topic title, and it takes you to the last unread post. This would be good for threads which have more than one page, so that once you go to the thread, you then won't have to navigate to the correct page.

    Posted 1 year ago #
  2. I think there is no plugin needed for this. It only requires a small template change in front-page.php.

    Just replace in line 37:
    topic_link();
    with
    echo get_topic_last_post_link($topic->topic_id);

    ... I think it should work.

    Posted 1 year ago #
  3. thanks :)

    Posted 1 year ago #
  4. Works for me too. Now to do something like "WP Since Last Visit" from Alex King.

    Also, I made the same change in forum.php on lines 16 and 25 for consistency.

    edit: Oops, just looked through the files and that need to be changed in lots of places. I lost track already...

    Posted 1 year ago #
  5. ok you have to edit these pages:

    front-page.php
    forum.php
    tag-single.php

    just three files not much.

    Posted 1 year ago #
  6. edit those pages with what mriannnnn?

    By the way, chrishajer, I only did this on the front page by adding an image that they can click on to take them to the latest post, or if they dont want to go to the latest post, click on the topic title. You can see it on my site, it's the clipboard image that takes to the latest post.

    Posted 1 year ago #
  7. This trick doesn't work if the latest post is on page 2+...ideas how to get around that?

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.