mordauk (@mordauk)

Forum Replies Created

Viewing 25 replies - 126 through 150 (of 150 total)

  • mordauk
    Moderator

    @mordauk

    I may be wrong, but I don’t think you can explicitly create a child theme of the bbPress Twenty Ten theme, not in the usual way anyhow, simply because that theme exists inside of the plugin, not inside of wp-content/themes.

    I’d suggest that you copy the entire bbPress Twenty Ten theme to wp-content/themes and then tweak it.


    mordauk
    Moderator

    @mordauk

    Can you show me a screenshot of the interface for adding the backgrounds? If it is a custom feature that the theme has added in, it will be much more difficult to determine why it doesn’t work, at least without being able to play with the theme myself.


    mordauk
    Moderator

    @mordauk

    Ah, yes, sorry, Dave is right. I run my local development site on the bleeding edge version and sometimes forget things there are not available to everyone yet :)


    mordauk
    Moderator

    @mordauk

    Sorry, I definitely told you wrong before.

    Setting a forum to private will make it so only logged-in users can view it. Logged-out users will get a 404 error.

    You can also adjust the permissions that any individual user has for the forums by going to the user’s profile editor in the admin, as shown in the screenshot below:

    user permissions


    mordauk
    Moderator

    @mordauk

    That is not possible out of the box, only with custom modifications.


    mordauk
    Moderator

    @mordauk

    See the attached image. It’s the Global Access setting you want to adjust.

    enter image description here


    mordauk
    Moderator

    @mordauk

    The taxonomy ID for tags is “topic-tag”. You don’t want to set the meta_key, however.

    You can do it in a couple of ways. One is to use the “tax_query” parameter.

    You could also pass a parameter like the following to your query:

    'topic-tag' => array('tag-1', 'tag-2')
    

    Does that help?


    mordauk
    Moderator

    @mordauk

    There is an option in Settings > Forums to control which user types have access to post in the bbPress forums.

    When a user is created in bbPress by registering, they are always added to WordPress.


    mordauk
    Moderator

    @mordauk

    Are you trying to append to the content of the main topic content (the lead), or to all replies within a topic?


    mordauk
    Moderator

    @mordauk

    Are you using a custom background image feature from your theme, or the built-in background feature provided by WordPress?


    mordauk
    Moderator

    @mordauk

    Thanks! I really appreciate it. I’m really hoping to continue developing this out and make it into a really solid little add-on for bbPress.


    mordauk
    Moderator

    @mordauk

    Yep, my WordPress.org user name is “mordauk” :)

    You’re definitely right about adding the verbiage, and that the unread topics should only be visible to yourself. I’m adding it to the todo list.


    mordauk
    Moderator

    @mordauk

    The plugin is on the repo now: http://wordpress.org/extend/plugins/bbpress-mark-as-read/

    If you visit your forums profile, you will see a section showing unread forum posts, and below the box is a link to “Mark all topics as read”.

    I have a donate link on my site: http://pippinsplugins.com/support-the-site


    mordauk
    Moderator

    @mordauk

    I can definitely see how that can play a major role, but it’s definitely not going to make it in for now, at least not right away.

    Keeping track of replies like that is a whole new ball game.

    I’ve been talkin with JJJ (lead bbPress developer) about how we might work to integrate these features into the plugin core. Tracking replies will probably definitely be something we’ll look into then.


    mordauk
    Moderator

    @mordauk

    Thanks for all of the feedback!

    I am going to add a few more parts to the plugin so that when you create new topics (or reply to topics) they are automatically marked as read.

    In regards to going to the last reply, this actually won’t be possible (not in the scope of this plugin), simply because this is tracking whether the topic has been viewed, not whether there is a new reply. For tracking new replies, simply use the existing Subscribe feature.


    mordauk
    Moderator

    @mordauk

    I’ve added the option to mark all topics as read.

    There is definitely a bug at the moment that causes the profile page to not accurately show all unread topics on existing bbPress installs. Going to try and work that one out.


    mordauk
    Moderator

    @mordauk

    I haven’t added the Mark All as Read option yet, but I will.


    mordauk
    Moderator

    @mordauk

    Cool, thanks for testing it :)


    mordauk
    Moderator

    @mordauk

    Another update: so that read/unread topics can be styled, I’ve added two class names to the topic wrapper:

    .bbp-topic-read if a topic has been read by the current user.
    .bbp-topic-unread if a topic has not been read by the current user.

    enter image description here

    What theme are you using? It’s very possible that your theme is missing a couple of vital components, which would make it so the Unread Topics section doesn’t show. Also, what version of bbPress?


    mordauk
    Moderator

    @mordauk

    Forum topics will not (yet) look any different when they are marked as read / unread, except for the link that lets you mark them as read/ unread.

    Do the topics remember the read status when you click the links?

    I just updated the github version with some ajax that will automatically mark topics as read after you have viewed them for at least 10 seconds.


    mordauk
    Moderator

    @mordauk

    Alright, I have an initial version done and ready for anyone who wants to test it. Just download it from Github (it will be on the repo shortly).

    It will add a Mark as Read/Unread link next to the Subscribe/Unsubscribe links on topics.

    You can also view a list of all unread topics by going to your bbPress profile, in the same way you would view favorites or subscribed topics.

    Screenshot of the unread section

    A few things I have left to do:

    • Auto mark a topic as read when replying
    • Auto marking a topic as read once on the page for more than a few seconds
    • Create a widget to show unread topics

    Anything else?


    mordauk
    Moderator

    @mordauk

    This is being worked on over here as an actual bbPress plugin.


    mordauk
    Moderator

    @mordauk

    There’s one on my site: http://pippinsplugins.com

    Going to start on this a little today actually :)


    mordauk
    Moderator

    @mordauk

    Hey everyone. I’m planning to start working on this sometime in the very near future (once things quiet down a bit). And I’m going to be releasing it for free on the WordPress.org repository.


    mordauk
    Moderator

    @mordauk

    I’m the developer of Easy Digital Downloads and the Content Restriction add-on, if you have any questions, just ask!

Viewing 25 replies - 126 through 150 (of 150 total)