Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 15,601 through 15,625 (of 64,515 total)
  • Author
    Search Results
  • isasam
    Participant

    Hello,

    I have trouble now after upgrade to the latest bbpress 2.5.7 Getting error 500 (Internal Server Error)

    When I try to log out bbpress all pages start getting 500 – Internal server error. the pages no more accessible, after login through mysite.com/wp-admin forums again working

    I have restored previous version (2.5.6) which is solved the problem

    ANy suggest?

    Thank you

    #161448
    Robkk
    Moderator

    i think this plugin limits html , cant remember though.

    https://wordpress.org/plugins/gd-bbpress-tools/

    #161447
    Robkk
    Moderator

    @stefahn

    if you subscribe to a topic you can get notificiations of new replies.

    if you want a notificatin for all replies/topics created

    i would suggest this plugin. But the other are fine.

    https://wordpress.org/plugins/bbpress-notify-nospam/


    @bbc

    sorry it is not

    #161446
    Robkk
    Moderator

    @olivereggertsen

    it seems to work find on my end.

    i didnt manually add da_DK to the wp-config.php file though i just went to settings > general and changed the language.

    are you sure you did it correctly??

    make sure to follow these guides

    https://codex.bbpress.org/bbpress-in-your-language/
    https://codex.bbpress.org/bbpress-in-your-language/danish-dansk-da_dk/

    if you need any additional help reply back.

    #161445
    cirrus123
    Participant

    Is there a fully-featured signature plugin for bbpress/buddypress I can use? One that limits HTML if you want, etc. The custom fields for Buddypress has no such feature.

    Also, how do I control the email sending stuff? How do I restrict it so that people only get email updates when a thread is first responded to? How do I control how much content of a post is in that email (if any)?

    #161444
    Bob
    Participant

    This is a great thread and applicable to what we are doing here, so if I may, I like to chime in with a question. We are transitioning to WP and BBpress from an HTML-based site. We are currently using the UBB for our forum. Is it possible to import the user names/profiles from the old UBB into BBp and let the users come in when they please and update their passwords?

    thank you.

    #161441
    Robkk
    Moderator

    @w-sky

    the theme actually works pretty well by default

    is there any CSS rules you added to customize bbPress for your site??

    it might be conflicting with that section.

    #161437
    Robkk
    Moderator

    you might have to make a copy of the login widget , and customize it to how you want it.

    Layout and functionality – Examples you can use

    This part of the guide shows you how to add custom links to their profile and also an edit link.

    if you copy the edit link and just change the last slug in the url you could get to most of your profile sections.

    so in the end you might have

    <p><a href="<?php bbp_user_profile_url( bbp_get_current_user_id() ); ?>edit" >Edit Profile/Change password</a></p>
    <p><a href="<?php bbp_user_profile_url( bbp_get_current_user_id() ); ?>" >View Profile</a></p>
    <p><a href="<?php bbp_user_profile_url( bbp_get_current_user_id() ); ?>topics" >Topics Created</a></p>
    <p><a href="<?php bbp_user_profile_url( bbp_get_current_user_id() ); ?>replies" >Replies Created</a></p>
    <p><a href="<?php bbp_user_profile_url( bbp_get_current_user_id() ); ?>subscriptions" >Subscriptions</a></p>
    <p><a href="<?php bbp_user_profile_url( bbp_get_current_user_id() ); ?>favorites" >Favorites</a></p>

    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

Viewing 25 results - 15,601 through 15,625 (of 64,515 total)
Skip to toolbar