Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 9,601 through 9,625 (of 64,472 total)
  • Author
    Search Results
  • #180858
    jakubsuchybio
    Participant

    Hi,
    at wordpress translation page https://translate.wordpress.org/locale/cs/default/wp-plugins/bbpress
    There is a LOT of waiting translations.
    Could you please look at it and confirm them as ‘current’?

    Thanks!

    #180856
    Oleksandr Kramer
    Participant

    A little problem with favorite and subscribe buttons in Bbpress 2.6-beta-2

    Bbpress 2.5.12

    Bbpress 2.6-beta-2

    Milan Petrovic
    Participant

    Hi,

    My plugin ‘GD bbPress Toolbox Pro’ includes option just for that, it doesn’t require any coding. You can check more about the plugin here: GD bbPress Toolbox Pro

    Regards,
    Milan

    #180848
    TheDream18
    Participant

    I find out that this class is disappear on mobile screen
    #bbpress-forums li.bbp-header .bbp-reply-content, #bbpress-forums li.bbp-footer .bbp-reply-content
    SO
    i would like to display none for this class.
    ================================================
    FIRST i need to move subscrible and favorite under breakcrumb (top of topic) for sure don’t disappear on mobile by these code:

    function move_subscrible_button() {
    echo ‘Subscrible‘;
    }

    add_action(‘bbp_template_before_single_topic’,’move_subscrible_button’);
    ============================================================================
    OR CODE

    add_filter(‘bbp_template_before_single_topic’,’bbp_get_user_topic_subscriptions’);
    ============================================================================
    Can anyone please what is CORRET change for subscrible and favorite at:
    href=”#new-topic-0″ class=”bbp-new-topic-button button btn input[type=”button”]”
    ———–
    OR
    ———
    ‘bbp_get_user_topic_subscriptions’

    Thanks

    #180845
    Pascal Casier
    Moderator

    Just in case somebody gets back on this ticket and is still looking for it, bbP Toolkit v1.0.7 now has basic mentionning for bbPress.
    Pascal.

    #180841
    #180836
    sally
    Participant

    Hello,

    i installed BBpress 2.6 Beta 2 today. I was wondering if i have to activate somehow the functionality https://bbpress.org/forums/topic/allow-participants-to-trash-own-topics-and-posts/

    Thx
    Regards
    Sally

    #180829
    netixel
    Participant

    Hi team and everybody,

    This is my question : How to disable e-mail notifications of each new topic created ?
    When a user create a new topic in BBPress forum each users receive an e-mail notification about this new topic. How to disable that ?

    Thanks for your help and your job.
    Regards.

    #180820
    zhilin123
    Participant

    When I click reply to a specific reply, it doesn’t allow me to nest my reply to that specific reply. (no cancel button besides the submit button) However, if I click reply and open it in a new tab, this function works. It might be an issue with the theme though. On the theme that I use (sydney), the page doesn’t refresh when I click reply and the nesting function doesn’t work but on the Twenty Sixteen theme, the page reloads and the function works.

    Any idea how I can resolve this issue?

    WordPress version 4.6.2

    bbPress version: 2.5.12

    Theme: Sydney

    Page on which I am trying out the function: https://learnah.org/sample-2/

    #180817

    In reply to: Font-Size

    Robin W
    Moderator

    an rename it to bbPress.php

    php is case sensitive, so if you name it

    bbpress.php

    it should work

    #180815

    In reply to: Font-Size

    figoo
    Participant

    The code you wrote didn’t work, but your plugin does. Almost exzellent 😀

    I have a different question, and I know many post becouse of this issue exist.
    But none of them got me to a resolution.

    How can I use the full width for my forums? At the homepage of my forumsite it works nice, but as soon as I click on a Forum the disgusting sidebar comes from the right. I tried copying the page.php an rename it to bbPress.php and remove all things that have to do with sidebars. That didn’t work.

    Here is the code:

    <?php
    /**
     * The template for displaying all pages.
     *
     * This is the template that displays all pages by default.
     * Please note that this is the WordPress construct of pages
     * and that other 'pages' on your WordPress site will use a
     * different template.
     *
     * @package Sydney
     */
    
    get_header(); ?>
    
    			<?php while ( have_posts() ) : the_post(); ?>
    
    				<?php get_template_part( 'content', 'page' ); ?>
    
    				<?php
    					// If comments are open or we have at least one comment, load up the comment template
    					if ( comments_open() || get_comments_number() ) :
    						comments_template();
    					endif;
    				?>
    
    			<?php endwhile; // end of the loop. ?>
    
    		</main><!-- #main -->
    	</div><!-- #primary -->
    
    <?php get_footer(); ?>
    #180804
    TheDream18
    Participant

    I used both of theme.
    I used this code work. I think you help correct this code will be perfect.

    Issue 1:
    First load edit page complete, after that 2 second, reload direct to example.com

    add_action( ‘bbp_user_edit_before’, ‘pb_custom_bbpress_edit_profile’ );
    function pb_custom_bbpress_edit_profile(){
    echo ‘<meta http-equiv=”Refresh” content=”0;url=http://example.com” />’;
    }

    #180803
    Robin W
    Moderator

    ok, are you running just bbpress or bbpress with buddypress?

    #180798

    In reply to: bbpress bullets

    Robin W
    Moderator

    ok, I suspect your theme is doing this as bbpress doesn’t do dots.

    Can we have a link to your url

    #180788

    In reply to: Font-Size

    Robin W
    Moderator

    it may be that your theme is overwriting it (or it could be lots of other reasons !)

    try

    
    #bbpress-forums {
    font-size: 16px !important ;
    }

    or use my style pack, which will let you style fonts and much more

    https://wordpress.org/plugins/bbp-style-pack/

    #180782
    Johan
    Participant

    Hello,

    I have a wordpress with some plugins and i can’t install bbpress properly (no links access to the admin menu)
    The plugin i have is :
    wpml
    buddypress
    yoast seo
    woocommerce

    is there an incompatibility with one plugin ?
    i tested by unable those plugin and install first bbpress and it’s works.
    if i install after no…

    regards

    #180776

    Topic: bbpress bullets

    in forum Installation
    samerzoubi
    Participant

    Dears,
    I’m using bbpress and it is work great, but i want to remove all bullets within the forum, how I can do it?

    I need a detailed steps please.

    Regards,

    samer

    #180775

    Topic: Font-Size

    in forum Installation
    figoo
    Participant

    bbPress version: 2.5.11
    My Site: http://figoocraft.de/forum-3/
    Theme: Sydney

    Hello everyone,
    I am trying to change the size of my font in bbPress.I tried editing the bbpress.css file in: content/plugins/bbpress/templates/default/css
    First I edited the Size of the bar that holds the topics, that worked perfectly.

    Then I tried to edit the overall size of all fonts, so I changed:

    #bbpress-forums {
    font-size: 12px;
    }
    

    To:

    #bbpress-forums {
    font-size: 16px;
    }

    That didn’t change anything, so I tried to copy the bbpress.css to my themes directory as that’s what’s mentioned in the documentation. That neither changed anything, so now Im wondering what am I doing wrong?

    #180774
    mth75
    Participant

    @johnjamesjacoby

    In the meantime I migrated the second beta to my live site, http://www.starry-night.nl

    I noticed (after the migration) that trashing a topic WITHOUT replies leads to my WP: Not Found page. So the handling could be improved there (or a bug entered the code).

    When trashing a topic with replies BBPress jumps to what looks my first topic (BBPress) entries.

    All and all, very nice upgrade, I can’t say the BBPress runs real faster (yet).

    #180771
    TheDream18
    Participant

    Can anyone help with correct code? I want complete user click edit profile will direct 100% go to custom page like normal without any issue

    Issue 1:
    First load edit page complete, after that 2 second, reload custom page

    add_action( ‘bbp_user_edit_before’, ‘pb_custom_bbpress_edit_profile’ );
    function pb_custom_bbpress_edit_profile(){
    echo ‘<meta http-equiv=”Refresh” content=”0;url=http://example.com” />’;
    }

    Issue 2:
    No work

    add_filter( ‘bbp_pre_get_user_profile_url’, function() {
    return get_bloginfo(‘example.com’).’/profile’;
    });

    Issue 3:
    Still load edit profile link without load custom like. But given blank page, no error no warning, just empty link page

    add_action( ‘bbp_user_edit_before’, ‘pb_custom_bbpress_edit_profile’ );
    function pb_custom_bbpress_edit_profile(){
    echo ‘‘;
    }

    ==============
    Also change the default url for favorites and subscriptions by doing this:
    How can i correct it?

    // Replace the default link for the favorites
    add_filter( ‘bbp_get_favorites_permalink’, function() {
    return get_bloginfo(‘example.com’).’/profile/forum-favorites’;
    });

    // Replace the default link for subscriptions
    add_filter( ‘bbp_get_subscriptions_permalink’, function() {
    return get_bloginfo(‘example.com’).’/profile/forum-subscriptions’;
    });

    =============
    Thanks

    #180770

    In reply to: Replies in Visual Tab

    matthew016
    Participant

    The visual tab is the TinyMCE content window. When you have TinyMCE added it creates two tabs, Visual and Text(HTML), that users can switch between when adding a comment or reply.

    I have had some other interesting developments. When a topic is open and reply is selected on a comment bbpress switches between the text and visual tabs being the default. If the text tab is defaulted the visual tab works when switched to, but if the visual tab is default then I run into the issue of users to being able to enter content. If I clear browser cache and server cache it defaults to the text tab but then after a little bit of use it starts defaulting to the visual tab. 🙁

    Thanks for responding Robin!

    #180765
    Robin W
    Moderator
    #180764
    Robin W
    Moderator

    you can set up sections using the alternate template in my style pack plugin. This will also let you change how bbpress is styled.

    https://wordpress.org/plugins/bbp-style-pack/

    #180761
    mrafiee
    Participant

    Hi,

    I’ve installed bbpress and it works great. However, there is an issue I couldn’t figure it how to to solve yet.
    I other forum bundles such as phpBB, we can create different sections (which is called categories there) which is different sections with their own farms. (pls look at this: https://www.phpbb.com/customise/db/style/prosilver/demo/3.1). As it is obvious in the link. it consists these sections: Forum, Normal category 1, Normal category 2 and …). However, i don’t know how to make it possible in bbpress.
    My second question is about how to change bbpress theme?
    Thanks in advance for your reply.

    #180760
    juliemarie99
    Participant

    Wordpress 4.7 bbPress 2.5.12. Need to globally turn off email notifications – they are triggering spam and shutting down other needed WordPress member notifications.

    Is there a way to let them subscribe and keep notifications in the forum? I can’t find any solutions or plugins to at least turn the email sending on and off while I even figure out a solution.

    Thanks!

Viewing 25 results - 9,601 through 9,625 (of 64,472 total)
Skip to toolbar