Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 2,451 through 2,475 (of 64,431 total)
  • Author
    Search Results
  • #226099

    In reply to: bbPress like Flarum

    Given how old is the original theme and the absence of an official follow-up or fork, even if you manage to find a working link, I think you can’t rely on this theme. If there isn’t an issue with it currently (I don’t know really), there will eventually.
    Plus, but that’s my own experience, bbPress is horrendous and slow.

    I’m fairly sure that migrating Flarum to bbPress will be a painful and deterrent experience (I don’t even know if someone actually did such a thing) and that if you need modern software to host a community, Discourse is the number one choice (I have no affiliation with them).

    Plus, there is a built-in script to migrate from Flarum to Discourse. See https://github.com/discourse/discourse/blob/main/script/import_scripts/flarum_import.rb

    I’ll let you use a web search engine for further information…

    #226097

    In reply to: bbPress like Flarum

    sinan isler
    Participant

    is there a any solution for importing flarum forum to bbpress šŸ™

    this flarum making me crazy !!!!!
    upgrading is problem
    migrating is problem
    extensions are problem

    i have never seen so problematic web software ever FFS

    HELP!

    #226093

    In reply to: Missing Forum Menu

    dilnawaaz
    Participant

    By keymaster, do you mean complete back-end control? If yes, then the user has complete administrator control. We can’t see a ‘keymaster’ role either on wordpress or bbpress.

    We are getting a ‘Topics’ and ‘Reply’ tab but not the ‘Forum’ tab in the menu. Here’s the screenshot – https://prnt.sc/22qcdfs

    #226073
    AdventureRidingNZ
    Participant

    Thanks Robin.

    After your comment on my other issue I pasted this code into the custom css part of my child theme and it worked when placed in there.
    So I went back to my child theme and found a typo in an earlier entry which meant nothing after that was being picked up. Once that was fixed and the document version updated it picked up both these changes.

    The child theme css is /themes/newsphere-child-theme/style.css?ver=1.0.2
    and I’ve put “my child theme css ATTN Robin W” in it to make it findable.

    So my forum-Author column is now wider as I had wanted thank you, but the forum-content area has not reduced correspondingly meaning the author section overlaps the content section and I can’t see a specific width designation for the forum-content area to update.

    #bbpress-forums div.bbp-forum-content, #bbpress-forums div.bbp-reply-content, #bbpress-forums div.bbp-topic-content {
        margin-left: 130px;
        padding: 12px 12px 12px 0;
        text-align: left;
        position: relative;
    }
    Robin W
    Moderator

    try this is the custom css part of your theme

    #bbpress-forums div.wp-editor-container {
         line-height: inherit !important;
    }
    #226066
    AdventureRidingNZ
    Participant

    The Author section seems to have a width of 115px and I’d like to widen that. I’ve tried using the below code which I pulled from a the inspect bar in Chrome and pasted into my child themes styles.css but it doesn’t work.

    Can anybody help?

    EddieB’s BMW R100GS

    /* Make Forums author section wider */
    #bbpress-forums div.bbp-forum-author, #bbpress-forums div.bbp-reply-author, #bbpress-forums div.bbp-topic-author {
        width: 140px !important;
    }
    #226063

    In reply to: Missing Forum Menu

    dilnawaaz
    Participant

    Hi,

    We tried all the recommended suggestions and the problem – Forum Menu is Missing – still continues.

    We switched to twentytwenty theme but the forum menu option did not come up. Here is the screenshot – https://prnt.sc/22keops

    We deactivated all the plugins except for bbpress and that also didn’t show the forum menu. Here is the screenshot – https://prnt.sc/22kf61w

    Finally, as you recommended, we also did a health check and the site health is good. Here is the screenshot – https://prnt.sc/22kfrgs

    Since we switched themes and the forum menu did not show up, can we assume it is not a theme issue?

    We need a resolution for this problem. Please suggest what can we do to bring the forum menu up.

    #226055
    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

    #226037

    In reply to: Missing Forum Menu

    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

    #226020
    ecollart
    Participant

    Doing some tests on a fresh WP install (theme Twenty Twenty-one) with only the bbPress plugin gives following results:

      I can create topics not assigned to a forum from backend (being super sticky or not) and see them in “All Topics” from backend.
      From backend, I can modify those topics
      From Frontend, I can modify from top menu (admin menu) but I cannot use the “Modify” menu visible on the topic (this gives me error “Nothing found here” !

    So I clearly have a problem caused by one of the other plugin on my production site but it seems bbPress has also a small problem.

    Eric Collart
    PS: I am OK for any remote control short session to show you the erroneous behavior even on a fresh site.

    #226016
    ecollart
    Participant

    Well,

    I got time this evening (Belgium time).

    The problem described here is caused by bbPress; reproduced on a deafault install of WP with only bbPress as plugin.

    That’s an annoying one because you cannot change user ID in WordPress and I have 250 accounts.

    I hope we can find some solution or workaround …

    Eric Collart

    #226015
    ecollart
    Participant

    Well,

    you are now way too deep for me but I understand bbPress could be causing that…

    I will deploy a test WP site with only bbPress and Private group plugin and see how it behaves for my 2 opened questions…

    This can take a day or two…

    Thanks a lot for support !

    Eric Collart

    #226013
    ecollart
    Participant

    Hello,

    we create our WordPress accounts using a mail address as the username (not the best idea but I wasn’t admin at decision moment) and it is used as user ID in WP.

    When I try to add such an ID as moderator of a specific forum, the ID is changed: the “.” is replaced by a dash “-” and the “@” is simply removed.
    As a result, the moderator doesn’t receive any notification.

    Not sure bbPress is the problem or again due to one of our plugins.

    Just let me know if that problem is known or not at bbPress…

    Thanks for your support

    Eric Collart

    #226010
    ecollart
    Participant

    Huge thanks again !

    I am quite happy it is not a bbPress bug ! It was looking too big to be possible but who knows and you helped me a lot pointing the right (I hope) direction.

    Is there any known conflict with those plugins ?

    I”ll made more tests and post share result here for all.

    Eric Collart

    #226005
    ecollart
    Participant

    I agree that I can workaround that problem but that’s annoying…

    I can also create but after that, close you navigator or the tab and try to navigate back to that new topic without pasting the URL. If it is not a sticky or a super sticky, you won’t find it anymore what is normal on frontend but abnormal in backend (All Topics).
    If you don’t find it, it’s a bbPress bug.

    If you can find it back, I could have a problem caused by another plugin like Ultimate Members and/or User Role Editor that we are using.

    Thanks a lot for your help because I don’t have another WP site without those plugins so far..

    Eric Collart

    #226001
    nes421
    Participant

    bbp profile information
    bbp User Ranking
    bbPress Login Register Links On Forum Topic Pages
    bbPress Messages
    bbPress WP Tweaks

    #225999
    Robin W
    Moderator

    what other bbpress related plugins are you running?

    #225998
    nes421
    Participant
    Active Style Pack, logged in:
    
    <div class="bbp-reply-author">
    <a href="(....)" title="Zobacz profil: uzytkownik421" class="bbp-author-link">
    <span class="bbp-author-avatar">
    <img alt="" src="(....)" srcset="(....)" class="avatar avatar-80 photo" loading="lazy" width="80" height="80">
    </span>
    <span class="bbp-author-name">
    uzytkownik421
    </span>
    </a>
    
    Active Style Pack, logged out:
    
    <div class="bbp-reply-author">
    <img alt="" src="(....)" srcset="(....)" class="avatar avatar-80 photo" loading="lazy" width="80" height="80">
    uzytkownik421
    		
    
    Looks like something replaces 'function bbp_get_reply_author_link' bbpress/includes/replies/template.php
    #225995
    nes421
    Participant

    After activating bbP Style Pack, on bbPress recent topics list:

    – when user is logged in, username and avatar are fine, displayed as links and with <span></span> formatting

    – when user is logged in, username and avatar are displayed as plain text and WITHOUT <span></span> formatting

    Deactivating bbP Style Pack resolves issue.

    #225994
    ecollart
    Participant

    Hello,

    Create a new topic without assigning to a forum and you can’t find it anywhere.
    Last WP in French
    Last bbPress
    Ekko theme

    I discover that because I was willing to modify such a topic and never found it back !!!
    Same if super sticky.

    All Topic should have a filter “no forum” ! I am sure it’s somewhere !

    https://usergroup.atempo.com; topic title : Test

    Eric Collart

    #225993
    Robin W
    Moderator

    just putting this here so others accessing this can see the solution

    XenForo Import Loop – “Converting anonymous topic authors”

    #225992
    Robin W
    Moderator

    just putting this here so others accessing this can see the solution

    XenForo Import Loop – “Converting anonymous topic authors”

    #225991
    Robin W
    Moderator

    just putting this here so others accessing this can see the solution

    XenForo Import Loop – “Converting anonymous topic authors”

    #225973

    In reply to: Subscription Mails

    TreeTrail
    Participant

    Thank you Robin!!! Your remark: “Tick item 3 on the subscription emails tab”, fixed this issue for us too. I had yet to use this great tab before at all but the problem just appeared.

    In our case, it was that the editor “link” button was unable to retain user entered hyperlinks. It’s fine online, but user entered links missing from all bbPress emails. During testing using only: WP 5.8.2, 2021 Theme (we use Kleo theme), and bbPress …it still had this issue. That seems to indicate a relationship between WP and BP.

    I updated bbPress on 11/30/2021. WP update date unknown but not listed in the lasted 30 days of my backups, so it was earlier. The issue was first reported to me on 11/20, so this all points to a WP 5.8.2 change cause.

    No related php error logs or jquery Migrate deprecation logs seen.

    Hope this helps.

    #225965
    m1ngum0u
    Participant

    Hi, $usernames I’m trying to import vBulletin forum using built-in import tool.
    Everything went well, but on 8th step it stuck. I tried to start it again from this point, but nothing happens.
    It stuck on “Converting Authors of Anonymous Topics” (from 100 to 100 out of 100) 100%
    And so already 2 hours.
    I’m asking for your help.
    Best regards,
    Ivan.

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