Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 2,176 through 2,200 (of 64,411 total)
  • Author
    Search Results
  • #227807
    Robin W
    Moderator

    sorry, this is not bbpress – maybe a related additional plugin?

    #227803

    In reply to: User Profile 404 Error

    Mike Witt
    Participant

    Hi @lcmweb,

    I’m running memberpress / buddypress / bbpress. My member profiles are handled by buddypress. Is that your situation?

    It sounds like (maybe) your memberpress rules are not giving members access to the profiles. I’m no expert on this, but if you can provide some more details, I’ll be happy to share any ideas I can come up with.

    Mike

    #227801
    lcmweb
    Participant

    I am using Memberpress and bbPress and the forums are working as expected but the Member profile is giving a 404 error. Suggestions for a fix?

    #227800
    Robin W
    Moderator

    bbpress is very scalable, wordpress with around 55,000 plugins (each one with it’s own forum) uses it for their support.

    bbpress just uses the wordpress custom post type and posts table in the database.

    issues on a very large site will be due to the time to perform database searches, and this is really down to server performance rather than bbpress inherent issues.

    Robin W
    Moderator

    you can download the other one from

    bbpress moderation tools

    #227789
    eglider
    Participant

    Hi,
    Using WP with Twenty-twenty latest. I am looking for advise concerning the email notification. No email is sent out whether new post appear, or new topic started etc. What do i do wrong? All other emails form the website is received including registration notification of new user to the forum.
    thanks

    #227768
    nobu1
    Participant

    Hello,
    Question 1
    I want to set the comments to max “100”.
    I want to delete old comments automatically.
    I’m going to manage thousands topics, but it’s very hard to remove manually.
    Also, if you leave more than 100 logs, the database will be destroyed.
    Is the setting the possible?

    Question 2
    IThe max comments is 1000.
    I want to change it to unlimited. I use with Question 1, and I want to set the permanent system.
    Is the setting the possible?

    Question 3
    Is it possible to create of tens thousands topics? How many a max number?

    Bug report

    If you change the WordPress permalink, the “comment edit” URL changed the permalink. And, Edit URL is an error.

    #227763

    In reply to: bbPress + Elementor

    curlcomjl
    Participant

    Hi @robin-w

    I’m still a WP beginner and I’m not a native speaker (I use Google Translater, that doesn’t make it easier πŸ˜€ ) and I really need help. Sorry to write again on this topic, but unfortunately I didn’t fully understand the instructions.

    I have exactly the same problem as most others.
    I create a community with bbpress forum. For this I use Ocean WP Theme (I also tried Hello Theme because of your plugin, but unfortunately it didn’t work.) and Elementor (Unfortunately only the open source version, not Pro).

    I can customize forum index page with Elementor exactly as I want with motion effect, borders, additional widgets…
    When I click on a topic, bbpress uses the default theme without my Elementor editing.
    I understand that bbpress creates a new page for each topic and only uses the default theme. How can I tell bbpress to use my Elementor template?

    If I understood it correctly with FTP?
    I’m having trouble finding my template in the files and I don’t know where to go for bbpress.

    Or CSS?
    Can I change the loading instruction for the template somewhere in the bbpress stylesheet? If yes, where?

    I would be grateful for the help, I’m desperate.

    #227748
    billy835
    Participant

    Hello, does anyone know the max number of forums/categories and subforums you can have on a single WordPress site before it becomes unstable? Does anyone know where you can find best practices for structuring forum and subforum hierarchy? For my project I will likely start with ten categories, which will each have three subforums or categories, which in turn will have two or three layers of subforums likely resulting in several hundred subforums on the site. I don’t have a live site to link to yet and will be using most recent versions of WP and bbPress.

    #227747
    Monika
    Participant

    can i replace my forum https://www.seodio.com/ with bbpress ? if so how do i transfer all my data from php xenforo to bbpres?

    my forum : https://seodio.com/forum/

    Robin W
    Moderator

    so I would fix it like this in this order

    for all these, by default worpdress/bbpress will usually display 20 items per page. if you look at the top right of the edit topics/replies/users page, you will see a dropdown box labelled ‘screen options’ – you can then set the no. items a page – so set this to say 50 or 100 to be able to do the process more quickly.

    1. REPLIES

    If you haven’t already marked the replies as spam then do 1.a if you have marked them as spam then do 1.b

    1.a
    in
    dashboard>replies>all replies you will see a box to the left of each reply. Tick those you want to mark as spam – you can use the box left of the ‘replies’ title to select all of them.

    Then click the ‘bulk actions’ top left under the replies heading and select spam and click apply.

    This will move the spam replies to the spam folder.

    1.b

    Once you have all the replies as spam, then click the ‘spam’ link where it says

    All (xxx) | Mine (xx) | Published (xx) | Drafts etc…. |Spam (xx)

    then delete using the same method select all the spam replies (box to the left of the replies list heading) and use the bulk actions to ‘move to trash/bin’ all the spam replies.

    1.c then you can leave them there in spam, or delete them permanently by selecting the ‘trash’ or ‘bin’ option in

    All (xxx) | Mine (xx) | Published (xx) | Drafts etc…. |Spam (xx)

    2. Repeat this process for topics

    3. USERS (the bit I think you want to really know about)

    In dashboard>users>edit users – you can use the same method to bulk select you spam users, and then using bulk actions choose ‘delete’ and ‘apply’ (as you did for topics and replies). When you do so, it will ask who you want to assign any content to. It normally (from memory) defaults to the first user in the list. If you have deleted all content in 1 and 2 above, then there will be nothing to assign, but if you have spam entries they will get assigned to whoever you say – that can for instance be to assign to ‘admin’

    However I have seen sites where admins who use this method create a user called ‘spam user’ with a dummy email address who they assign content to. The logic of this is that if you have missed marking as spam and/or deleting a topic or reply it shows the user as ‘spam user’, rather than making ‘admin’ look like they are spamming their own site πŸ™‚

    The explanation above has probably taken longer to type than it should you to do this once you understand πŸ™‚ πŸ™‚

    #227738
    Robin W
    Moderator

    bbpress doesn’t have an upload facility, so must be another bbpress related plugin that is doing this?

    #227737

    In reply to: Issue with Polylang

    xxreef
    Participant

    Hi ecollart,
    you must put in your function.php in your theme folder

    
    function filter_pll_check_canonical_url( $redirect_url, $language ) {
        if(strpos($redirect_url, '/edit/') !== false && strpos($redirect_url, '/forums/') !== false && strpos($redirect_url, '/reply/') !== false) {
            $redirect_url = str_replace('/fr/', '/', $redirect_url);
            $redirect_url = str_replace('/en/', '/', $redirect_url);
        }
        return $redirect_url;
    }
    add_filter( 'pll_check_canonical_url', 'filter_pll_check_canonical_url', 10, 2 );
    

    and you must modify inside the folder topic of your bbpres plugin the file template.php

    from

    
    // Pretty permalinks, previously usedbbp_use_pretty_urls()
    // https://bbpress.trac.wordpress.org/ticket/3054
    if ( false === strpos( $topic_link, β€˜?’ ) ) {
    $url = trailingslashit( $topic_link ) . bbp_get_edit_slug();
    $url = user_trailingslashit( $url );
    
    // Unpretty permalinks
    } else {
    $url = add_query_arg( array(
    bbp_get_topic_post_type() => $topic->post_name,
    bbp_get_edit_rewrite_id() => β€˜1’
    ), $topic_link );
    }

    to

    
    // Pretty permalinks, previously usedbbp_use_pretty_urls()
    // https://bbpress.trac.wordpress.org/ticket/3054
    if ( false === strpos( $topic_link, β€˜?’ ) && strpos($topic_link, β€˜/fr/’) == false  && strpos($topic_link, β€˜/en/’) == false ) {
    $url = trailingslashit( $topic_link ) . bbp_get_edit_slug();
    $url = user_trailingslashit( $url );
    
    // Unpretty permalinks
    } else {
    $url = add_query_arg( array(
    bbp_get_topic_post_type() => $topic->post_name,
    bbp_get_edit_rewrite_id() => β€˜1’
    ), $topic_link );
    }
    
    

    Bye Renzo

    #227736
    Ahmad Karimi
    Participant

    Hey there,
    I want to make a website with bbPress. I have “Hacklog Remote Attachment” plugin that allow me to remotely upload media files on to another server with FTP access. I mean this plugin will upload everything you upload on “media” to another server.
    But bbPress ignore this and save files on wp-content folder. My local host is limited so that’s not good option to save files on my local host.

    Is there any add-on or plugin to force bbPress upload files to another server with FTP?

    #227718
    alexdesouza
    Participant

    I was working on my site and saw some new text (a link for an online [url=https://pesaland.com]casino[/url]) added to a block on my homepage. I deleted the block of text, then checked my β€œusers” list. That’s where I saw a new user (Ann Smith) with a spammy e-mail address (I think it was 11@11.com or something), this user had Administrator and Keymaster status. I deleted the user. I then tried to give myself keymaster status again, and cannot. I currently have Administrator and Participant Roles. There is one other user (a developer I work with sometimes) who has Administrator and Keymaster status.

    I thought if I deactivated and deleted the bbpress plugin, cleared the cache and reinstalled it that would let me start over, but that did nothing. (note I have not started using this for a forum on my site yet so doing this was no big deal). Since that did not work I deleted the plug in again, but I am submitting this question because I would like to use it. Also, even after the plug in is deleted the roles (Keymaster and Participant) still appear in the user list under the β€œRole” column, but I thought they were only associated with bbpress. Is that correct? (I am not using buddypress)

    So basically I need to know how I can install bbpress and be given the keymaster role again. Please help, thank you!!

    yes u are right

    #227717

    In reply to: Issue with Polylang

    ecollart
    Participant

    Hello,

    not being programmer, I can’t use this as it is but can this be used to help in my case to restore the edit and delete function from the topic top bar menu when using Polylang (FR and EN) ?

    I am pushing at Polylang free support too but no luck so far … would be good to have Polylang and bbPress to talk together as being 2 big actors in WordPress…

    Sorry if the question seems obvious to you …

    Thanks for your help

    Eric Collart

    Ps: I can provide access to test if useful…

    #227701
    DeepBlue
    Participant

    Sometimes downgrading phpbb might work, have you tried this ?

    i will soon try invision to bbpress, but i’m afraid the last version of invision is not supported

    DeepBlue
    Participant

    You mean the plugin you recommended first is better than this one ?

    By the way look at this : this guy seems to have solved a real issue

    #227688
    RalfM
    Participant

    Hi,
    I found that the bbpress index is not shown in a Divi page made with the theme builder. While the forums work fine, the index is not. I can insert the shortcode [bbp-forum-index] into the page, but then only the index is shown and nothing else.
    After some writing back and forth with ET, I found that a not-given design shows the forum and the index as it should (besides a sidebar that CSS could delete), but the page – of course – is not in the design of the other pages.
    Is there another way to implement the forum into a page design? Any ideas?
    Every response is highly appreciated!
    Best regards

    #227677
    uksentinel
    Participant

    GD bbPress Tools is what I use and works well for my Forum members to have individual signatures etc.
    Not tried it with Hyperlinks.

    #227665

    Topic: Date format

    in forum Troubleshooting
    DeepBlue
    Participant

    Hi

    I have read several topics on this matter but didnt find the solution

    How can i replace the standard BBpress “1 hour, 4 minutes ago” in freshness columns by the simple date “February 2”

    Thank you πŸ™‚

    #227663
    gr19rute
    Participant

    Sorry. My fault.
    It doesn’t work with Image Upload for BBPress.
    The second page (and all other pages, except the first) only produce an error “404”.
    Diabling the plugin is the only solution.

    #227658
    gr19rute
    Participant

    I use “Image Upload for BBPress” and your Plugin works.
    It works!

    Thank you! That’s awesome!

    You made my day!

    Robin W
    Moderator

    try this one

    bbPress Moderation

    I also have a version of the one above that I might publish when I get back from holiday

    DeepBlue
    Participant

    Hi Robin

    This plugin has been closed from WordPress plugins on 11 february

    Any other plugin to moderate topics ?

    i was hoping that the feature for comments :

    Before a comment appears
    1) Before a comment appears Comment must be manually approved
    2) Comment author must have a previously approved comment

    would also work for bbpress

    but i tested and it doesnt work…

    Apparently only the 2 settings comment moderation blacklist are working :

    – number of links
    – stopwords

    but the problem is there is no warning message showing if someone adds 2 links for instance and then submits, nothing tells him his post is pending moderation (same test for stop words)

    Also the admin doesnt have any notification of pending post, no mail, nothing on dashboard, i had to go directly to admin topics to see the pending topics

    Best moderation would be to always moderate the first post for any user, how could i do that ?

    i just found this other moderation plugin that does exactly what im describing but it’s 8 years old without update, does it still work ?

    Thanks a lot !

Viewing 25 results - 2,176 through 2,200 (of 64,411 total)
Skip to toolbar