bbPress

Simple, Fast, Elegant

bbPress support forums » Plugins

Categories in 0.901?

(9 posts)
  • Started 3 weeks ago by eyal8r
  • Latest reply from sambauers
  • This topic is not resolved
  1. eyal8r
    Member

    I see some threads of integrating/patching earlier version of bbpress to accommodate Categories for forums. However- that was for version of 0.8xxx. I have version 0.901 and want to group my forums into categories. How do I do this? I'm shocked that this isn't part of the standard install...

    Posted 3 weeks ago #
  2. mrhoratio
    Member

    I agree. It'd be great to have categories, or at least the ability to allow moderators to assign editor "tags" to topics which only moderators can edit. For example, you could assign a topic the tag or category named "Front Page". That way, you can create a bbPress template/theme that shows the Editor's Picks.

    Posted 1 week ago #
  3. bobbyh
    Member

    mrhoratio, to do what you just said, if you're logged in as a Keymaster, you can just select this at the bottom of a post: "Stick topic (to front)]" and then click the MOVE button.

    Posted 1 week ago #
  4. mrhoratio
    Member

    Hey bobby, thanks! I didn't notice the "Stick topic (to front)" link before.

    However, there is a bug. If you click the "to front" link, the topic appears as a Sticky on the Latest Discussions list, but it disappears from the forum it was originally assigned. Seems like it should show up in both places. I did a test where I made a forum with one post in it. I made it Sticky on the front page. On the front page of bbPress, it shows the number of topics as "1" in that forum. However when you forum title, it doesn't display any topic. Instead it takes you to a New Topic form.

    Posted 1 week ago #
  5. bobbyh
    Member

    You can just click STICK TOPIC (not "TO FRONT") and the topic will appear only at the top of the list of posts for that forum (and not the front page).

    Posted 1 week ago #
  6. mrhoratio
    Member

    Hey bobbyh. Is it possible to have it both on the "front" and within the topic as well?

    Posted 1 week ago #
  7. mrhoratio
    Member

    Ah, it looks like there is another thread about this problem:

    http://bbpress.org/forums/topic/stick-to-front-removes-topic-from-forum

    However, there's not solution yet. Strange.

    Posted 1 week ago #
  8. mrhoratio
    Member

    I just did some fiddling in the bbPress functions.php file located in the bb-includes directory. I may have found a possible fix:

    On line 167, look for this code:

    $q['sticky'] = 0;

    Then delete or comment out everything except for the semicolon at the end:

    ;

    This seems to make topics that are stuck to the front page appear in the forum as well.

    Warning: I'm not well-versed in php, so I'm not sure if this will break anything in bbPress. If there's a more elegent solution, please post it.

    Posted 1 week ago #
  9. This behaviour (which is intentional) can possibly be changed with a plugin.

    Although I tend to think the behaviour should change.

    Posted 3 days ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.