Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 15,626 through 15,650 (of 64,532 total)
  • Author
    Search Results
  • sharongraylac
    Participant

    You really are helpful, robkk! 🙂

    I have no idea where they went. I can at least now see where they are suppose to be…

    In the second image down, the area is marked #8 on this page:

    https://codex.bbpress.org/bbpress-styling-crib/

    Do you know what the class/id of this is, so I can see if I accidentally hid it in the css? I can’t imagine why, as I really want these links!

    Thanks so much again,
    Sharon

    #161435

    In reply to: Sub Forums Styling

    Robkk
    Moderator

    try this

    #bbpress-forums ul.bbp-forums-list li.bbp-forum a {
      display: inline !important;
    }
    #161434
    Robkk
    Moderator

    @sharongraylac

    alright

    well just so you know the bbpress login form and woocommerce login form would work together

    they would just sign the user into your WordPress site.

    They dont have to sign in twice , but they can sign in multiple places , don’t recommend that but yeah they can use either one.

    Robkk
    Moderator

    where is your favorite and subscribe links??

    they should by default be in your bbPress topic header.

    #161430
    planetearthlings
    Participant

    Hi All…

    Is it possible to create additional fields for forum posts in bbPress. For example we want to be able to have people vote up/neutral/down on something someone has written to track whether the idea is trending up or down in terms of community interest and support. We also want to be able to add different categories and/or tags to each post. Is this something that is native within the groups/forums or is there an plugin to add this functionality?

    Thanks,
    Greg

    #161429
    loen010
    Participant

    Update

    I changed to bbpress 2.5.6 and my site is working again.

    Still if someone has an solution please help me out, thanks.

    Alex

    #161428
    loen010
    Participant

    Hello all,

    I having a major problem with my wordpress site (www . onlinegokforum . nl)
    After the last update (20-4-2015) my site isnt working anymore when i have the bbpress plugin active!?!?!?!

    I can only see my site when im logged in

    Can someone help me? Thanks in advance

    Kindly,
    Alex

    #161427

    In reply to: bbPress 2.5.5

    loen010
    Participant

    Hello all,

    How can i start a topic on this forum?

    I having a major problem with my wordpress site (www . onlinegokforum . nl)
    After the last update (20-4-2015) my site isnt working anymore when i have the bbpress plugin active!?!?!?!

    I can only see my site when im logged in

    Can someone help me? Thanks in advance

    Kindly,
    Alex

    #161425

    In reply to: Widgets

    Robkk
    Moderator

    oh yeah thats all custom stuff for this site

    this plugin gets some of them

    https://wordpress.org/plugins/bbpress-info-widgets/

    more advanced search template and functions that would put in your child theme.

    https://github.com/MateuszNowicki/bbpress-Advanced-Search

    only thing missing is forum info

    i think there is some article on some site to get every widget in a function like this site.

    dont know where it is.

    Robkk
    Moderator

    this should do it

    #bbpress-forums #bbp-your-profile fieldset.submit {
      padding: 0px;
    }
    landshark
    Participant

    Hello I am in the process of converting a simplepress forum to bbpress.

    The first issues I have noticed is that the date and time of some posts is not being carried over and is defaulting to the time of the conversion. However this is not on all post, only a percentage, approximately 860 topics of a total 5029. One thing I have noticed is that all the topics witout updated date/times do not have any responses to the original post, although there are posts with correct date/times that have no responses if that makes sense.

    I have run all the repair functions and the only one I am having trouble with is “Recalculate the position of each reply” which seems to stop (timeout?) and go to a white page.

    Any insight as to what may be going on?

    #161422
    Robin W
    Moderator

    There’s a trac ticket for this

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

    sharongraylac
    Participant

    Hi again, Robkk!

    Would you be able to help me with one other odd CSS issue I’m having?

    The “Update Profile” button on the BBPress profile’s Edit page is bleeding out of the box.

    Here’s a screenshot:

    Button Screenshot

    I don’t know if you can access it without having an account. Here’s the link to set one up, just in case you need it: bellynsoul.com/my-account.

    Thanks again for all of your help!

    Kindly,
    Sharon

    Organized Themes
    Participant

    I also ran into this after updating to 2.5.7.

    When a user was logged in, they could see the site as expected. When logged out an internal server error appeared.

    It also happened if bbPress was the only plugin active on the site. The site has been running bbPress without incident before this for a couple of years.

    Reverting to 2.5.6 does resolve the issue at least until an update can be made.

    Robin W
    Moderator

    so you’ve just upgraded to 2.5.7 bbpress?

    If so, try reverting to 2.5.6

    https://wordpress.org/plugins/bbpress/developers/

    yoshimitsu1234
    Participant

    Latest versions of bbpress, WordPress and all other Plugins.

    #161410

    In reply to: having problem

    Robin W
    Moderator

    bbpress uses wordpress registration and assigns the default role set in settings>forums upon first user login.

    so any wordpress registration will work

    bbpress has a shortcodes

    [bbp-login] – Display the login screen.
    [bbp-register] – Display the register screen.

    or you can use sidebar widgets also

    cirrus123
    Participant

    For anyone having this issue, here is the fix:

    In function: bbp_forum_query_last_reply_id

    in file: bbpress/includes/forums/functions.php

    change: if ( false === $reply_id ) {

    to: if ( !$reply_id ) {

    It needs to know that ‘0’ is not an acceptable reply ID and then query for a new one.

    #161403

    On our bbPress (2.5.7) admins don’t get an email notification if a new post is added, but do get a notification if a reply is posted. Is this default behavior?

    If yes, do I need a plugin like https://wordpress.org/plugins/bbpress-notify/ or https://wordpress.org/plugins/bbpress-notifications/ to handle this?

    If no, what could be wrong on our install?
    Besides bbPress we use the plugins “bbP Members Only” and “GD bbPress Attachments”.

    cirrus123
    Participant

    I am painstakingly going through the code to fix this issue, and due to the fact that I have no experience with bbpress code, it is way more taxing than it should be.

    I will leave crumbs here so anyone more equipped than myself can jump in and repair it before I do and save us all a lot of trouble.

    I have discovered that there is a bug with the following function:

    bbp_forum_query_last_reply_id

    This is called when the update freshness repair is run and is supposed to return the last reply ID for a forum. Right now, it is consistently returning ‘0’.

    It is found in includes/forums/functions.php

    #161401
    Flick
    Participant

    Yes it’s new with an upgrade of the bbPress and Group plugins… tomorrow I’ll check what the last versions I had were….

    I find it so odd that some user searches work and some don’t. When I look at the User Object of a user where their link works from the search page vs one that doesn’t work from the search page there’s nothing I can see that stands out… I should check the bbPress roles on them though perhaps.

    I also tried resaving the permalink settings with no joy… any direction you can point me to do some debugging I’d be very greatful… happy for you to take a look too…

    yoshimitsu1234
    Participant

    My site is on bbpress only. Now suddenly this issue has arised since past 2 days.

    #161399
    Robin W
    Moderator

    so…

    Just started happening? Has this combination worked before? or is either groups or bbpress new?

    Robin W
    Moderator

    so has your site been working with bbpress before, or is bbpress new?

    yoshimitsu1234
    Participant

    My site was giving 500 internal server error and none of the pages were getting loaded. I tried some trial and error method to see whether disabling any plugin resolves the issue and I found that disabling bbpress plugin makes the website load perfectly.
    bbpress forum makes a major part of my website.
    Is there any way I could resolve this issue?

Viewing 25 results - 15,626 through 15,650 (of 64,532 total)
Skip to toolbar