Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 4,851 through 4,875 (of 64,431 total)
  • Author
    Search Results
  • #209556
    Robin W
    Moderator

    sorry, I’m not a bbpress author, I just hep out here !! 🙂

    #209554
    HoCh
    Participant

    Hey there
    Thank you very much for your suggested solution. So far no success on our forum (https://zeitgut-zuerich.ch/forums/thema/nachbarschaftliche-unterstuetzung/). Do I need to do anything else after I changed ./template.php?

    I realised meanwhile that the reply form opens where it should (i.e. right under the reply in want to write a reply to) when I click a second time on REPLY which is – obviously – very inconvenient.

    I really would need a working forum since we need it for our neighbourhood assistance to coordinate help during the coronavirus lockdown here in Zurich (Switzerland).

    Related: https://bbpress.org/forums/topic/threaded-replies-not-working-urgent/

    #209547
    WorldWideWebb
    Participant

    OK – implemented a fix that seems to be working (time will tell). Hope this helps someone else:

    The issue was indeed the redirect that happens when you click the reply links. The fix was to trap the default behavior of those links (using preventDefault so that the link is not followed), so added that to the link output. In the following file on line 1612:

    bbpress/includes/replies/template.php

    Change the line to this:

    $onclick = ' onclick="event.preventDefault(); return addReply.moveForm(\'' . implode( "','", $move_form ) . '\');"';

    packzap
    Participant

    When making a post with lots of text (let’s say 40+ paragraphs), bbPress throws the post into “pending” status and does not publish it. The user does not see the post after clicking “submit”.

    The Admin can discover the unpublished post by going to Dashboard, Replies, find the post flagged with “–Pending” in dark black in the title, hovering the mouse over it, and then clicking “view”.

    I don’t understand why I am having so many problems with bbPress with things like this since upgrading to version 2.6.4. Is there some kind of set limit to the amount of text that bbPress allows in a post now?

    Karen Drost
    Participant

    I just got an email from a user who cannot edit his post. Looking at my settings, I found I had “Disallow editing after” set to 5 minutes. Underneath, it reads:
    When this is checked, the setting to “0 minutes” makes it possible to always edit.

    So, I entered 0 and hit Save. When I check the setting, it says 5 again. I tried several times, always with the same result (duh!). Any ideas how to fix this?

    For now, I have entered a string of 999999999999, but that’s not very elegant, is it now?

    I’m on the latest version of both WP and bbPress, using Twenty Sixteen as my theme.

    #209518
    savesheep
    Participant

    Let’s say it’s not in the Topic Types section – is there any other plug-in or concept that would allow me to somehow denote specific topics to get a different class? That’s all I’m looking for. We used to do it all the time on regular forums like phpbb – I’m just hoping there is something on this bbpress to mimic that response.

    #209510
    Robin W
    Moderator
    #209498
    nibu2020
    Participant
    #209497
    nibu2020
    Participant

    Hello,

    Our school uses WPLMS as a course platform.

    I created a forum with Bbpress but when I want to click on a link such as “modify”, “merge”, “close”, … the link is light gray and it does not respond when I place my mouse over it.

    If you could help me, it would be great. I am however connected as administrator and moderator of the forum.

    Bruno

    #209496
    AnnieBVT
    Participant

    I am not ranting. I am expressing frustration about a something that has been an issue for over seven years in the bbPress support forums.

    #209493
    Robin W
    Moderator

    I don’t understand, after so many updates to the bbPress core and so many questions in your Support forum about it, that this issue has not been resolved.

    free software with free support – sorry but that is the quick answer. The authors give up their free time to make this available, and they choose what is important.

    So you expecting someone else to spend their time for free fixing what you perceive to be your issue, and then feel justified to complain that you have spent ‘way too much time’ doesn’t really cut it.

    sorry, you chose the wrong day to start ranting at other people.

    #209492
    AnnieBVT
    Participant

    I have been spending way too much time on trying to change the text editor for bbPress forums. Members should not be expected to know how to use html (which most don’t), and many will post text from other websites into a text box. I don’t understand, after so many updates to the bbPress core and so many questions in your Support forum about it, that this issue has not been resolved.

    I added code recommended on the bbPress site in the child theme functions.php for my site, added TinyMCE Advanced, and searched for a checkbox in Forums Settings to enable a fancy editor. That checkbox is not in the list of options on my site. And all I see in the text editor for topic replies is the html buttons. Could someone please help us with fixing this issue. The plugin recommendations on this support forum are from many years ago, and those recommended plugins are out of date, no longer being updated, or cause problems for sites when installed.

    I would really appreciate assistance. Thanks.

    #209488
    boy1der52
    Participant

    Getting “A variable mismatch has been detected.” error when trying to Move or Split a Topic or Reply as the Admin from the frontend. I’m using the most recent versions of BBPress, WordPress, PHP, and using the FreeLance Theme.
    Any help appreciated.

    #209474
    King Ding
    Participant

    Hello,

    I am using buddypress and bbpress. The error “You cannot create new discussions” appears when a non-member visits a group with a discussion. I understand this is standard functionality. However, is it possible to allow non-members to post in a groups discussion, without first needing to be a member?

    Thanks,
    – D

    #209472
    HoCh
    Participant

    Hi there
    I recently installed bbPress on the WordPress website of our neighbourhood assistance.
    We realy need this forum working since we have to coordinate assistance during the coronavirus lockdown here in Zurich (Switzerland).

    It seems that there is a bug in regard to threaded replies. I checked out older topics in this support forum but nothing helped. Replies to replies do not work. if I click ‘Reply’, focus jumps to the bottom of the topic and the reply is placed there.

    I appreciate any quick help very much so we can reach out to those who offer help and those who need assistance.

    Wordpress: 5.3.2
    Theme: Hestia
    bbPress: 2.6.4
    URL: https://zeitgut-zuerich.ch/forums/thema/nachbarschaftliche-unterstuetzung/

    #209469
    Robin W
    Moderator

    no need to change them – they are only names, although you could change

    add_action('bbpress_daily_event', 'bbpress_close_old_topics');

    to

    add_action('bbpress_daily_event', 'bbpress_delete_old_topics');

    and

    function bbpress_close_old_topics() {
    	// Auto close old topics

    to

    function bbpress_delete_old_topics() {
    	// Auto delete old topics

    which would just make it clearer what it was doing – but not necessary !!

    #209468
    writersabroad
    Participant

    Robin, sorry another quick question do I have to replace all references to ‘close’ with ‘delete instead in the other sections of the code? e.g in this one

    add_action(‘bbpress_daily_event’, ‘bbpress_close_old_topics’)

    Thanks… sorry I’m not more up on this kind of thing…

    #209433
    chris963
    Participant

    Good day

    I have one problem, I lost not all but some of my replies in the forum.

    The problem started when I installed WpFence it then broke my site and in the front end the replies were not showing. At the time, I could not login to the site’s dashboard, the site being https/www.labourlawadvice.co.za, with a Worpress version of 5.3.2, Bbypress Version 2.6.4 and Divi theme.

    I then went to cPanel and disabled WpFence was able to login back in but still the replies where not showing n the front end. By then I discovered that even though I can now login but I can’t update the plugins. I then went to the cPanel again loaded updated Divi theme and BbPress buy then, the site was giving me an error of memory which all settings were correct.

    I the was forced to use the only backup of the site left, which was saved before migration using WPvivd.

    Now, some replies are missing and need help to recover them, if there is a solution to such problem.

    Thank you

    #209426
    HoCh
    Participant

    Hi there
    Do you know if this “wrong behaviour” is still present in bbPress 2.6.4?
    I get
    Uncaught TypeError: Cannot read property ‘scrollHeight’ of null
    at Object.scrollToForm (reply.min.js?ver=2.6.4:3)
    at Object.moveForm (reply.min.js?ver=2.6.4:3)
    at HTMLAnchorElement.onclick (VM467:570)

    This is quite inconvenient since I try to setup a forum for our neighborhood assistance due to the coronavirus lockdown.

    boomer48
    Participant

    It’s a private website for our HOA so I would need to change it to public to make the link work. Not sure what you would see other than a grayed out post. The settings for the post are “Super Sticky” and “Closed”. Simple plain text.

    My real question is why manually editing the color code in the CSS files doesn’t have any effect. I have deleted the forum, deactivated bbpress, activated bbpress, and created a new forum. Shouldn’t that pick up the changed CSS files? My host is Bluehost if that makes any difference.

    boomer48
    Participant

    I edited both the bbpress.css and the bbpress-min.css files to change the “status-closed” text color from #ccc to #000 as indicated in any number of posts on this topic. Still shows up as gray text.

    #209404
    SirLouen
    Participant

    I have a bad omen for my question after finding this:

    Mark All Forums As Read

    #209402
    uksentinel
    Participant

    Just as an update, editing the content-archive-forum.php file worked and the GD Power Search for bbPress plugin now works as expected

    Many thanks for your guidance

    #209399
    SirLouen
    Participant

    I’ve put that change in my site and submitted the patch in the trac. The best thing is that you reported this 4 months ago!! https://bbpress.trac.wordpress.org/ticket/3297

    #209397
    SirLouen
    Participant

    Found the issue: https://bbpress.trac.wordpress.org/ticket/3356

    This can be closed now.

Viewing 25 results - 4,851 through 4,875 (of 64,431 total)
Skip to toolbar