Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 21,651 through 21,675 (of 64,518 total)
  • Author
    Search Results
  • #143152
    Ricardo Bueno
    Participant

    I’m setting up/testing bbPress on this URL:
    http://www.contentsmartslab.com/membersite/forums/forum/content-smarts/

    I can’t seem to check the box that says “notify me of follow-up replies via email.” I have the subscribe option properly setup on the back-end. I’m wondering if I messed up the input CSS somewhere here, or something else. Any thoughts?

    kokocipher
    Participant

    in an attempt to replicate bbpress.org’s recent 5 topics on its homepage, I used the shortcode, bbp-topic-index. One critical problem is that the pagination links fail miserably. So instead of http://domain.com/forums/page/2/ , it’s http://domain.com/topics/page/2/ which result in “page not found.”

    Can someone please enlighten me on how to replicate bbpress.org’s recent 5 topics?

    #143149
    Stephen Edgar
    Keymaster

    @stagger-lee I just tested the code from https://codex.bbpress.org/enable-visual-editor/ and it worked fine.

    You could also try the following as a plugin, it has options to enable the full editor, though it sounds like you don’t want this so don’t enable it.

    https://wordpress.org/plugins/bbpress-enable-tinymce-visual-tab/

    #143143
    arielmeadow
    Participant

    So if I’m understanding correctly, the current work-arounds for this long-persisting bug are

    Disable threaded replies in bbpress

    OR

    Edit replies by going into the WP back-end, instead of editing via the convenient front-end interface

    I’m baffled that this bug has persisted for so long.

    #143142
    Mycelus
    Participant

    I am using WAMP to make a test bed for my site and I am trying to install bbPress on my locally hosted site.

    However, when I install the plugin, it installs fine, but the forum pages give a 404…

    How do I go about doing this?

    #143141
    Robin W
    Moderator

    Thanks for pointing this out. I’ve raised a trac ticket

    https://bbpress.trac.wordpress.org/ticket/2553

    so a developer should pick this up at some stage

    Thanks again

    #143137
    Asynaptic
    Participant

    Would appreciate feedback since it seems development has stalled. bbPress 2.6 is 5 weeks overdue according to trac:
    https://bbpress.trac.wordpress.org/milestone/2.6

    There are only 40 tickets outstanding which is inline with previous releases so I don’t think the number of outstanding tickets is the cause (being so large in number that it would cause the delay).

    And it has been more than 3 months since the last major release (2.5). The previous one before that (2.4) was released in a 3 month interval.

    bbPRess 2.6 ??????????????????
    bbPRess 2.5 November 25th 2013 (3 months)
    bbPress 2.4 September 2nd 2013 (5 months)
    bbPress 2.3 April 14th 2013 (5 months)

    I’m not really quibbling over 3 months or 5 months or 5 weeks overdue, more than any of these it is the lack of activity and movement in clearing out tickets on trac that moves me to post this.

    #143136
    Robin W
    Moderator

    Sorry, I don’t run buddypress.

    You might do better on the buddypress support forum

    https://buddypress.org/support/

    Have you tried

    Installing Group and Sitewide Forums

    and there is also talk of

    https://wordpress.org/plugins/private-bp-pages/

    and what have you set visibility within bbp to be eg

    https://codex.bbpress.org/step-by-step-guide-to-setting-up-a-bbpress-forum/ section 5

    #143135

    In reply to: Rename "Submit" button

    Robin W
    Moderator

    You’d need to change a couple of templates

    wp-content/plugins/bbpress/templates/default/bbpress/form-topic.php line 203

    and

    wp-content/plugins/bbpress/templates/default/bbpress/form-reply.php line 135

    You do this by creating a directory under your theme called “bbpress” and copying these two files to there. Then modify the lines as you want, you’ll need to change the word ‘Submit’ in the following towards the end of the line to whatever you want.

    <?php _e( ‘Submit’, ‘bbpress’ ); ?>

    bbPress will then use these files instead

    You could use a translate function, but Submit is such a widely used it might affect any submit on your site

    #143131
    Robin W
    Moderator

    ok, so if you’re not miles down the redesign, I’d copy across your current site and then mod from there

    see

    https://codex.bbpress.org/creating-a-test-site/

    for a lot of detail on this.

    #143127
    Lead As Love
    Participant

    @doremdou I believe it is a bug because before buddypress AND bbpress upgraded about 4-6 months ago (i don’t remember) it was working great. Nested replies AND pagination were both displayed and there was no issue with the load time.

    I would so much rather pay for bbpress as a plugin in order to get the support we need than to have it free and be lost and without help 🙁

    #143123

    In reply to: Change color

    Robin W
    Moderator

    That’s interesting because both topic and reply should both use the same class and styling to display (or not!) the avatar and name.

    The code they are drawing from is around line 208 in bbpress.css

    #bbpress-forums div.bbp-topic-author a.bbp-author-name, #bbpress-forums div.bbp-reply-author a.bbp-author-name {
    clear: left;
    display: block;
    }

    you could add

    #bbpress-forums div.bbp-topic-author a.bbp-author-name, #bbpress-forums div.bbp-reply-author a.bbp-author-name {
    background-color : none !important ;
    }

    in your style.css to this to see if it clears it.

    Otherwise post a link to your url and I’ll take a closer look

    #143114

    In reply to: Menu Error

    Robin W
    Moderator

    I don’t get to a forum on any of those links, presume you are still testing, so can’t answer the 401 message.

    : http://propertycrowdz.com/forums/forum/rentals/ is the way bbPress shows the url.

    There is some logic behind it, but it does annoy some people

    The general index comes up as mysite.com/forums
    but an individual forum is a forum called rentals hence forum/rentals that belongs to the forums index, hence forums/forum/rentals.

    You can turn this off – Dashboard>settings>forums go to forum root slug and uncheck the forum prefix.

    Below that you can change the names, so for instance you can have “support” instead of forums if you want.

    Come back if you still got a 401 error, and I’ll take a look.

    #143113
    Robin W
    Moderator

    yes!

    Step by step guide to setting up a bbPress forum – Part 1

    section 8 shows you how to set up templates

    #143112

    In reply to: Change color

    Robin W
    Moderator

    This is an avatar or ‘gravatar’ Bbpress uses these. Google the term.

    I presume that user stig has set his up to look like that !

    #143109

    Hi donty, yes bbPress still works this way. As I’m using it only on the main site of a network so I can get around the issue by logging in as Super Admin when I need to manage the forums. But it does seem to make bbPress ill suited for true multisite use.

    For multisite use, I can recommend https://premium.wpmudev.org/project/forums/?ref=RavanH-27681 wich is a much simpler sort of forum plugin but sometimes that is good 🙂

    #143105

    Topic: Loop Reditect

    in forum Installation
    CarmineMolisso
    Participant

    Hi, I have a problem: I installed bbPress and I configured, but when I try to viualizzare the topic without logging in I get an error redirection loop. Can you tell me how to solve?! Thank you!

    #143103
    montaya
    Participant

    Hi
    I have the forums page running and have created a couple of forums—but on the top right hand where the login name is the drop down have a list. When clicking any items on that list, I get ‘page not found’—the list ranges from activities to settings, has 9 menu items with subdropdowns

    I have a website i am developing called groupsoz.com.au on a multisite blogfarm with s2member—- I am installing a forum with the plugin called bbpress—it seem to install but pages do not show —when I click on forums(in the top right drop down — it says -PAGE NOT FOUND—could that be that one of the setting is localhost—what do I need to set that as?—-can u help?

    #143100

    Topic: Change color

    in forum Showcase
    driftffkf
    Participant

    I have modified font-sizes and colors of my bbpress-installation, but I’m stuck with an ugly green “blob” in the answers linking to my profile. Where do I find the code to modify this? Looks like this: Blob

    #143094
    Robin W
    Moderator

    If you’re just moving your bbpress site from one wordpress installation to another, then you don’t need to use migration (this is for forums of different types). Rather just use Dashboard>tools>export and select includes forums, topics and replies. and then Dashboard>tools>import on your new site.

    #143092
    jslom
    Participant

    For some reason this code was not implemented into my bbpress defauly bbpress.css file.
    I am posting it so you guys can update it for future releases..

    When posting an image to the forum your current css makes the image 100% width, so it does not break the forum layout. Unfortunately this does not keep the image proportional so the height stays the same. All you have to do is this.

    Change

    #bbpress-forums div.bbp-topic-content img,
    #bbpress-forums div.bbp-reply-content img {
    	max-width: 100%;

    To

    #bbpress-forums div.bbp-topic-content img,
    #bbpress-forums div.bbp-reply-content img {
    	max-width: 100%;
            height: auto;
    #143089
    shanshan51
    Participant

    I installed and activated the bbpress plugin. It said it worked however it does not show up on my front end or backend. Help!!!

    http://www.araucana.net/newsite/?post_type=forum

    bbpress – 2.5.3-5249.
    wordpress – 3.8.1

    #143087
    mshane8
    Participant

    Hello-

    I am redesigning a site and want to migrate my current forums, topics and replies from my current site into my new site.

    I have read through the instructions but I have 2 issues:

    1) What is my platform? I am migrating from current bbpress plugin version to another. Both the production site and the dev site are on the same hosting provider with different databases obviously. I am assuming I use the default setting phpBB?

    2) More importantly- what is the table prefix? It is default setting. I did not assign a custom prefix. But I cant find the table prefix anywhere in the MySQL database. There isn’t a table with the prefix wp_bb_ or anything related to that table structure?

    * I am only using bbPress for forums, topics and replies. I am not using Buddy Press.

    Thanks so much for the advice. The migrating instructions are not very specific.

    #143078

    Topic: Page not found

    in forum Installation
    montaya
    Participant

    Hi I have a website i am developing called groupsoz.com.au on a multisite blogfarm with s2member—- I am installing a forum with the plugin called bbpress—it seem to install but pages do not show —when I click on forums it says -PAGE NOT FOUND—could that be that one of the setting is localhost—what do I need to set that as?—-can u help?

    #143077
    Doremdou
    Participant

    I have never seen any response from the devs/leaders of the bbpress team themselves, seems only volunteers (and thank you very much to them) are answering this forum. I can understand that, because they already created this plugin in their spare time, are not paid or anything, so if they had to answer here it would be a lot of more work… that is what I think.

    I think the threaded/nested replies included in bbpress are working the way it should, it is not a bug, it is just the way they wanted it to be it seems.

    The only way to fix this problem is to find someone skilled enough to code /and/or hack the current code to change the way nested replies are working and add pagination to it.
    I am trying to do it, but can’t figured it out yet… I am not a developper at all, so there is a lot of things I don’t understand… :/

    Another solution would be to update the bbPress Threaded Replies plugin https://wordpress.org/support/plugin/bbpress-threaded-replies to make it work with the new bbpress version (and disable the integrated system in bbpress…) but I don’t know how to do that either…

    Hope we’ll find a fix soon, if someone has an idea we’ll be really grateful 🙂
    Thank you,
    Dorem

Viewing 25 results - 21,651 through 21,675 (of 64,518 total)
Skip to toolbar