Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 2,426 through 2,450 (of 64,431 total)
  • Author
    Search Results
  • neratashy
    Participant

    Heyho. I have a major update jump with Buddy-/BB-Press so it was difficult for me to find out the error:

    Since BBPress version 2.6.7, the profile notifications regarding the forum and mantions are “undefined”. If I go back ones more – i.e. 2.6.6 – it works.

    is there a manual fix for this?

    best, neratashy

    #226241
    Robin W
    Moderator

    ok, best advice I can give is the standard fault finding :

    it could be a theme or plugin issue

    Themes

    As a test switch to a default theme such as twentytwenty, and see if this fixes.

    Plugins

    If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users

    Health Check & Troubleshooting

    Then come back

    #226234
    sxsnationdave
    Participant

    Is there a way to have a thread, forum or page that will show what’s new or new posts? I would like to be able to do this not in a sidebar but in an actual thread, forum or page.
    I’, using the latest versions of bbpress and WordPress. I have also tried many different themes.

    #226212
    Robin W
    Moderator

    hmmmm….

    so with a twentytewenty theme and just bbpress you cannot see those roles – yes ?

    #226205

    In reply to: BBp style pack

    neon67
    Participant

    In fact, no sense to select specially themes for bbpress. The style pack does everything great in any environment if you are newbies do not know css even.

    But pay attention for Gutenberg theme. Fully editable site – the future of WordPress, not ready-made paid themes.

    #226202
    Robin W
    Moderator

    This is a bug in bbpress – yet to be fixed.

    In the meantime install

    bbp style pack

    which should fix

    or

    Put this in your child theme’s function file –

    ie wp-content/themes/%your-theme-name%/functions.php

    where %your-theme-name% is the name of your theme

    or use

    Code Snippets

    if( !function_exists( 'bbpress_browser_supports_js' ) ){
    	function bbpress_browser_supports_js() {
    		echo '<script>document.body.classList.remove("no-js");</script>';
    	}
    	add_action( 'wp_footer', 'bbpress_browser_supports_js' );
    }
    #226199

    I’m having a similar issue. I installed a user registration form that uses reCaptcha, and that has eliminated bots from registering, however, if one accesses the bbPress discussion board without first logging in, they are presented with the bbPress login, and when they enter their credentials it takes them to a second login using reCaptcha and loses their credentials they have just typed in. It’s both confusing and annoying.

    I used the instructions here to add ‘wp-content/themes/%your-theme-name%/bbpress/form-user-login.php’ However Filezilla throws an error, and I assume this is because my theme is locked down.

    Can I get instruction to solve this by adding a child theme? (if that is the issue).

    Thanks!

    #226198
    zyves
    Participant

    The “Publication layout / Add a toolbar to text areas to help with HTML formatting” check box is enabled.
    I disabled all plugins except Bbpress and still no menu!
    The problem and the same on the comments of the articles!

    #226184

    In reply to: BBp style pack

    fearless359
    Participant

    The toolbar for the post entry/editor is no longer showing. The option to “Add toolbar & buttons to textareas …” is checked. It used to show but currently doesn’t. Site is simepleinvoices.group. bbPress plugin version 2.6.9. It is showing a line, “You account has the ability to post unrestricted HTML content,” does show but no buttons to help with the formatting.

    #226183

    In reply to: BBp style pack

    sxsnationdave
    Participant

    Robin,

    I have disabled all the plugins except bbpress and changed themes and still no luck.

    #226180
    susanhsun
    Participant

    Hi Robin,
    Thank you for comment.
    I did exactly what you said.
    Now the theme is twentytwenty.
    Disabling all plugins other than bbpress doesn’t bring the default site user roles.
    Disabling bbpress, the default site user roles are back.

    To me, it seems that bbpress removed or hided the default roles.
    Is it related to configuration somewhere?

    Really appreciate more help!

    Best regards,
    Susan

    #226178

    In reply to: Issue with Polylang

    xxreef
    Participant
    #226175

    In reply to: BBp style pack

    Robin W
    Moderator

    Sorry, that file is back and corrupted I cannot say why.

    I can only suggest it could be a theme or plugin issue

    Themes

    As a test switch to a default theme such as twentytwenty, and see if this fixes.

    Plugins

    If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users

    Health Check & Troubleshooting

    #226173
    alastair123
    Participant

    It looks like the default pagination details are being generated like this:

    plugins -> bbpress -> templates -> default -> bbpress -> pagination-topics.php

    Inside this module are these calls which go into the plugin:

    bbp_forum_pagination_count()
    bbp_forum_pagination_links()

    These are both defined in:

    plugins -> bbpress -> includes -> topics -> template.php

    #226169
    Robin W
    Moderator

    ok, to save me searching where is ‘I can see where this is being generated in the bbpress plugin PHP code’

    #226162

    In reply to: Issue with Polylang

    xxreef
    Participant

    Hi,
    in polylang settings the url is set to change with language, bbpress work for all situation (topic post reply) but the edit and other link in the upper bar not work.

    polylang settings

    this is the default configuration for polylang.

    With the flag “Hide URL language information for default language” allow to work for the default language (not use /en/).

    I try to add a rewrite rule to htaccess without success.
    https://stackoverflow.com/questions/70142230/why-my-additional-rewrite-rule-is-ignored

    Bye Renzo

    #226159
    alastair123
    Participant

    Hi Guys,
    I’ve taken it upon myself to try and create my own customised forum – I’ve got it mostly working how I’d like, but I’ve hit a brick wall in trying to easily customise how the pagination should look for the lists of topics and also replies.

    I can see where this is being generated in the bbpress plugin PHP code, but ideally I would leave that alone as my changes could disappear on a plugin upgrade.

    I tried following a useful tutorial I found on WPUP, but it didn’t generate any pagination at all – perhaps I am on a different plugin version or something.

    Any advice on how to go about this would be really appreciated!

    #226144
    Robin W
    Moderator

    it could be a theme or plugin issue

    Themes

    As a test switch to a default theme such as twentytwenty, and see if this fixes.

    Plugins

    If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users

    Health Check & Troubleshooting

    Then come back

    #226143
    susanhsun
    Participant

    Hei
    After activated bbpress, the default wordpress user role reduced to only reader and administrator.
    Is there anyway to get the default roles back?

    Best regards,
    Susan

    #226138
    m1ngum0u
    Participant

    @robin-w could you check your engagements.php on your test forum?
    (/yoursite/wp-content/plugins/bbpress/includes/common/engagements.php)

    i’ve got
    public function get_users_for_object( $object_id = 0, $meta_key = '', $meta_type = 'post' )

    i think $meta_key value shouldn’t be empty…

    #226132
    m1ngum0u
    Participant

    I imported all forums from vBulletin to bbPress a couple days ago and now moderating it. Maybe import could cause this?

    #226127

    In reply to: BBp style pack

    Robin W
    Moderator

    there is no one ‘best’ in fact I suspect that almost all themes will work with style pack.

    It is only where a theme is specifically written for bbpress or buddypress that the css is likely to be over-written by the theme.

    #226122

    In reply to: BBp style pack

    Robin W
    Moderator

    if you use a theme that has a bbpress/buddypress emphasis, it is likely that it will overwrite some settings particularly styling in stle pack, as the theme loads css last.

    If you have a particular page that needs changing, post it hear with the changes and if there are no too bad, I’ll try and give you some extra css.

    #226121
    m1ngum0u
    Participant

    Hi! I’ve got that:

    Error thrown
    Call to a member function get_users_for_object() on null

    When i turning visibility option to “Hide” it happens.
    And I cannot access any topics and forums.I can only access profile page of bbPress

    Found this method in engagements.php(/includes/common)(/includes/users), capabilities.php (/includes/users)

    any suggestions to solve it?
    using bbPress 2.6.9 and WordPress 5.2.13 with Pointfinder theme.

    #226100

    In reply to: bbPress like Flarum

    sinan isler
    Participant

    oh this is good thanks man i was going to import to bbpress somehow but discourse works too 🙂

    thank you

Viewing 25 results - 2,426 through 2,450 (of 64,431 total)
Skip to toolbar