Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\'

Viewing 25 results - 1,226 through 1,250 (of 26,811 total)
  • Author
    Search Results
  • #228037

    In reply to: bbpress.org style?

    Robin W
    Moderator
    #228020

    In reply to: Similar topics bbpress

    Robin W
    Moderator

    works fine on my test site

    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

    #228000

    In reply to: Similar topics bbpress

    Robin W
    Moderator

    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

    #227971
    DeepBlue
    Participant

    Hi @robin-w

    Congratulations for your plugin : it solved dozens of customization requests we had, congrats for the great job and for helping the community here ! i just sent you a donation ๐Ÿ™‚

    For those who are looking for an all in one (almots) bbpress plugin, install this one (and donate if you like it !)

    bbp style pack

    #227961
    Robin W
    Moderator

    ok, you suspect the theme, but need to prove that, so standard fault finding applies ie

    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

    #227950
    Robin W
    Moderator
    add_action( 'bbp_theme_after_topic_started_by' , 'rew_add_date' ); 
    
    function rew_add_date () {
    	echo ' on ' ;
    	bbp_topic_post_date() ;
    }

    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

    #227674
    DeepBlue
    Participant
    #227937
    gr19rute
    Participant

    I use the newest versions of wordpress, bbpress, buddypress and the Responsive theme.
    I can’t find a way for participants to add more than one link or picture to forum posts or replies without the posts going into moderation. Where can I set the threshold? Is there any plugin for that?
    Moderators can do that.

    #227930
    Robin W
    Moderator
    add_filter(  'gettext',  'rew_bbpress_translate', 20 , 3  );
    
    function rew_bbpress_translate( $translated, $text, $domain ) {
    	if ($domain == 'bbpress') {
         $words = array(
                            
                            'Forums' => 'Forum'						
                 );
         $translated = str_replace(  array_keys($words),  $words,  $translated );
    	}
         return $translated;
    }

    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

    #227910
    DeepBlue
    Participant

    No size restriction, actually bbpress is much lighter than Invision, Xenforo etc
    And i would add :
    use LiteSpeed Cache : best cache for WordPress (and even better if you have a LiteSpeed server)

    #227906
    Robin W
    Moderator

    No restriction in forum size – this site uses bbpress with 130,000 odd topics. Server capability is of course key to any response time.

    Bbpress just uses wordpress login, so you will need to look at how that is done with wordpress.

    #227903
    debcat24
    Participant

    Hi,
    I’m considering this forum plugin for my site, is there a restriction on the forum size ?
    Since this is integrated with WordPress core, if we have quite a large forum wouldn’t it make the site very slow ?
    I also have the intention to mirror this site and therefore will use a different domain, does this forum plugin accept cross domain login and access ?

    #227897
    Robin W
    Moderator

    not sure that will help – as I stated in the fix, this is neither bbpress or elementor problem – just 2
    plugins that try and help wordpress but don’t totally work together.

    #227893
    SirLouen
    Participant

    Have anyone found an alternative to the plugin bbpress moderation tools that have recently closed in the wordpress repo?

    https://wordpress.org/plugins/moderation-tools-for-bbpress/

    #227885
    Robin W
    Moderator

    ok so let’s try the standard fault finding

    it could be a theme or plugin issue

    Plugins

    deactivate all plugins apart from bbpress and my fix plugin 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

    #227849
    Robin W
    Moderator

    that line allows the result to be filtered

    so this should work

    add_filter ('bbp_topic_tag_tax_id' , 'rew_return_null') ;
    
    function rew_return_null () {
    return ;
    }

    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

    #227819
    Sello
    Participant

    Hello guys. Technically I’m not very good at web stuff. I opened a wordpress based website. I have a licensed “Sahifa” theme. Everything is fine on the site, but my site is very “thin” on desktop platforms. There is no adjustment in the page settings for this. Especially when accessing from high-resolution monitors, the left and right sides of the site are blank. I hope I was able to explain. There is a css code etc about that. is there?
    Thanks ๐Ÿ™‚

    My site: https://www.turkishvibe.com

    #227815
    Robin W
    Moderator
    #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.

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

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

    #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

    #227730
    Robin W
    Moderator

    add this plugin

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>bug fixes

    and if there is no keymaster, it will say so and let you set one.

    once done, you can decativate and delete the plugin, or have a look at the useful features ๐Ÿ™‚

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

    DeepBlue
    Participant

    Actually i cannot compare as i cant download the first one (not available on the WordPress plugins anymore)

Viewing 25 results - 1,226 through 1,250 (of 26,811 total)
Skip to toolbar