Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 29,501 through 29,525 (of 64,535 total)
  • Author
    Search Results
  • #118762

    In reply to: Unread Posts

    only thing out there that comes close at the moment ๐Ÿ™‚ http://pippinsplugins.com/bbpress-mark-as-read/

    • This reply was modified 13 years, 9 months ago by Jared Atchison. Reason: correct URL
    • This reply was modified 13 years, 9 months ago by Jared Atchison.
    #118761

    I’m sure this won’t help, but just out of curiosity are you on the latest version of WordPress/bbPress?

    matrixd
    Participant

    Hello,

    our BBpress forum has a strange problem, where it does not show the page links for a topic when it has more than 1000 replies. As a result, our users can see only the first page of the topic.

    The problem occurs only in topics with more than 1000 replies. Topics with less than 1000 replies display the page links normally.
    (as you can see in the attached screenshot (the forum is in Greek), topics with less than 1000 replies are OK. Topic with more than 1000 replies do not display page links)

    We have verified that all the replies exist in the database but for some reason BBpress does not “find” them.

    We have used all the forum repair tools in our wp-admin->Forums but it did not fix the problem and we don’t know what else to do to fix it.

    Any help would be highly appreciated.

    Thanks

    Screenshot: http://i.imgur.com/57m72.png

    #118759

    I’m using a plugin I made called bbPress No Admin.

    https://wordpress.org/extend/plugins/bbpress-no-admin/

    #118755

    In reply to: BBPress 2 Unread Post

    radi_v
    Participant

    what is the status of that option as of today?

    #118753
    john13
    Participant

    Hi there !

    I’m having a curious behavior with bbpress.
    I’ve setup everything, works fine.
    I just can’t see the first message of each post.

    enter image description here

    Then once inside :
    enter image description here

    When I’m logged as an admin, I can see the first message.
    Any thoughts ?

    Thanks for any hint ๐Ÿ™‚

    Garindan
    Participant

    Ok simple question… What file/s do I need to add code to so it affects every bbpress page?

    style type = ‘text/css’>#breadcrumbs { display: none !important; }/style>

    Sorry, couldn’t work out how to display code without it hiding style tags

    • This reply was modified 13 years, 9 months ago by Garindan.
    • This reply was modified 13 years, 9 months ago by Garindan.
    #118743
    tvmt4r
    Participant

    I created a forum by bbpress but it isn’t appear.
    I can not fix it.
    My forum an my topic:

    http://thuvienmoitruong.vn/forums
    http://thuvienmoitruong.vn/forums/forum/tai-nguyen-va-moi-truong

    #118741

    In reply to: Ask for a plugin

    smiga
    Participant

    There is one “must have” plugin missing on 2.x, what worked well on 1.x -> unread post plugin. Its already discussed under this topic https://bbpress.org/forums/topic/adding-view-unread-posts-plugin/

    In 3 words describing – when users logs in it sees unread topics in different color (new topics and topics with new replies counting from last user visit). When he enters topic its automaticaly redirected to last unread post inside topic.
    Old 1.x source code you can see here -> http://paste.php.lv/720a5c85e7a31f117a104d2a14ce368f?lang=php its just one file.

    #118740
    smiga
    Participant

    On bbPress 1.x there was similar theme called “WP mimic” (sample how it looks in production you can check from http://forums.kupla.lv). So if you are happy with bbPress 1.x version, you can use that.

    I`m wondering has somebody ported it or something similar to 2.x version?

    #118739
    Danita Hickson
    Participant

    I’m so new to this and am by no means a website programmer or expert. I have the daunting task of updating our church website.

    http://www.genchurch.ca

    My problem is I installed bbpress and I have everything setup as I would think it should be and when I go to the front end and click on the forum, it gives me a 404 page not found error. I cannot figure out what I’m missing. If you visit our website above, under GCBS is “Bible School Discussions”.

    I am running WP 3.4.2 and bbpress 2.1.2

    I have created a forum, and a topic but I get the error when I click on the forum’s link. (Bible School Discusion). Please offer any suggestions from simple to complex….I just have no clue.

    Please Help!! ๐Ÿ™

    #118738

    Sure thing. bbPress.org uses a plugin called wp-markdown ๐Ÿ™‚

    https://wordpress.org/extend/plugins/wp-markdown/

    #118730
    wpmhweb
    Participant

    I started the theme from scratch once again and now it seems to be working. Thanks,

    Quick question: Are you guys using a plugin for the fancy editor in bbPress forums with live preview? I would really like to use it.

    Thanks again,

    #118729

    It should be ok, but just for grins if you switch you theme to the default TwentyEleven does that make it reappear?

    #118728

    In reply to: Adsense Plugin

    ntmedia
    Participant

    Yes, that`s the right plugin, but i insert the code manuelly at loop-single-reply.php of bbpress right after the reply-content is called.

    Thanks for your help

    #118727
    renai42
    Participant

    hey mate,

    this is precisely the kind of overly simplistic response which turns people off using bbPress. Your suggestion is pretty much contained in the bbPress documentation already and is less than useful.

    Sure, you need to copy bbpress.css to the right directory and edit it. But what you fail to mention, and what is mentioned nowhere in the bbPress documentation, is that many of the font specifications are not actually listed in that CSS file — you need to puzzle out the CSS entry yourself and add a new CSS entry, not edit an old one, to change the font size.

    I spent three hours working this out last night. The correct entry is:

    bbpress-forums .bbp-topic-content p,

    bbpress-forums .bbp-reply-content p {

        font-size: 12px;
    

    }

    I have seen this same response from the moderators on the bbPress forum dozens of times as I searched it last night. This same arrogance — ‘just copy the CSS file and edit it’. Technically you’re right, but without any detail or documentation around bbPress, this suggestion comes across as the contempt of an experienced web developer for someone who is, in their eyes, a ‘n00b’.

    I operate a major WordPress site and edit its CSS files daily. And yet, the CSS for bbPress is hideously complex and hard to understand. I suggest that you guys modify your attitude and start looking for actual solutions to people’s problems … especially around making default themes easier to customise. Otherwise, bbPress, which is an awesome solution to a long-held problem for WordPress site owners, will remain the little-used forum software that it is.

    Cheers,

    Renai LeMay
    Publisher, Delimiter.com.au

    #118725
    wpmhweb
    Participant

    Note: I do have the Fancy Editor enabled in the forums settings.

    Thanks,

    #118724
    wpmhweb
    Participant

    I just updated to the latest bbPress version from 2.0 and I don’t the new fancy editing elements in my forum.
    I am currently using an edited version of the twentyten theme that I am using as a child theme. Do I need to update the theme in order to see the new fancy editing elements? How can I fix this problem? Thanks,

    PS: I am also running WordPress 3.4.2

    #118720

    Copy the bbpress.css from the bbpress plugin directory to yourtheme/bbpress/bbpress.css and then edit the CSS/font size from there ๐Ÿ™‚

    #118719

    Are you running bbPress 2.1.1?

    #118718

    I believe bbPress uses wp_mail() and does not explicitly set a “from”, so wordpress@domain.com is used by default.

    https://codex.wordpress.org/Function_Reference/wp_mail

    #118704
    radi_v
    Participant

    Any updates on this topic?

    I need to convert my post comments into replies. How to do it?

    Garindan
    Participant

    Hi all, I want to hide my theme’s breadcrumbs for all the bbpress forum pages, since bbpress breadcrumbs are used for those. I know I simply need the css ‘#breadcrumbs { display: none !important; }’, but what file can i add it to so all forum pages use it? I’m using the bbpress compatibility theme. Many thanks!

    Edit: I tried adding it to bbpress.css hoping that it would only affect bbpress post types but it hid them across the whole site.

    • This topic was modified 13 years, 9 months ago by Garindan.
    #118699
    maf2874
    Participant

    My fix:
    In plugins/bbpress/bbp-admin/bbp-metaboxes.php function bbp_reply_metabox at the //topics section I increased the value in โ€˜numberpostsโ€™ => โ€™5000โ€ฒ

    The default limit of 250 was too low for my site.

    #118698

    In reply to: Reply edit and topic

    maf2874
    Participant

    My problem was similar in that I was also losing the connection between replies and their parent topics. In my case all the โ€˜parentโ€™ topics were not being listed in the reply attributes box and so the connection was lost if we re-saved the comment.

    The reason for this was the display limit of 250 for the topics.

    My fix:
    In plugins/bbpress/bbp-admin/bbp-metaboxes.php function bbp_reply_metabox at the //topics section I increased the value in ‘numberposts’ => ‘5000’

Viewing 25 results - 29,501 through 29,525 (of 64,535 total)
Skip to toolbar