Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 14,201 through 14,225 (of 64,516 total)
  • Author
    Search Results
  • #165839

    In reply to: PHP7 compatibility

    Robkk
    Moderator

    Not sure, bbPress could always possibly need only slight changes to support it if any. You can always try it on a test server/local development area to check and make sure though.

    #165838
    Robkk
    Moderator

    What does this have to do with bbPress?

    #165836

    In reply to: Add/Change User roles

    Robkk
    Moderator

    Create new roles with custom capabilities.

    Custom Capabilities

    TO have individual colors for each role, there is a function that might help. I think you need to create a varialbe to pass the bbp_get_user_display_role() with the id of the user in the reply author bbp_get_reply_author_id() to get the specific user role of the reply author then pass the user role name into $classes. You might also need to use strtolower() to make the class in your code lowercase.

    
    function my_reply_class($classes) {
    	$classes[] = 'test-class';
    	return $classes;
    }
    add_filter( 'bbp_get_reply_class','my_reply_class' );

    After all that, all you would need to do is add this CSS.

    .myrole .bbp-author-role {
      background-color: blue;
    }
    #165835
    Stefano Lissa
    Participant

    Hi, I’m a developer and I can change bbPress if needed, but as you know mods on a plugin are removed on plugin update. Since bbPress has many “hooks”, that was an idea for a new one :-).

    Have a nice day, Stefano.

    #165832

    In reply to: WP_DEBUG errors

    Robkk
    Moderator

    Not really a bbPress issue, bbPress just spits out the information. Read this codex guide explaining the issue.

    bbp_setup_current_user was called incorrectly

    #165831
    Robkk
    Moderator

    This sounds exactly like your other topic here…and the other one you also created.

    HELP PLEASE NEW TO BBPRESS

    It is most likely a cache issue on your end. Make sure you have WP-Super-Cache set up correctly and that the cache refreshes when a new post is published or updated.

    Clear all cache files when a post or page is published or updated.

    I saw this message on your forums page source code that is why I know you are using that specific plugin.

    <!-- Dynamic page generated in 1.073 seconds. -->
    <!-- Cached page generated by WP-Super-Cache on 2015-08-25 19:54:03 -->
    
    <!-- super cache -->

    Also do not post multiple topics of the same issue, just update your original topic.

    #165829
    ananotheruser
    Participant

    Hello everyone,

    I’m running bbpress with the BrickYard theme and I’m use the right sidebar.

    Actually I was able to display the sidebar to all of my blog but the forum : I deleted the line “<?php get_sidebar(); ?>” from the file page.php then I saved it under the name of “bbpress.php”.

    It works but the forum isn’t at a full width :

    And I tried to get the full width but I’m not able to, after some hours I give up.

    I read the documentation of the theme, there is a “template-full-width.php” within the theme but it doesn’t work because it’s page.php without the line that gets the sidebar and that I removed so the problem is still there (I believe that it should auto-resize without the sidebar but it’s not the case).

    Best regards,
    ananotheruser

    PS : Sorry about my crappy english.

    #165828

    In reply to: bbpress not logout

    W-P-Zar
    Participant

    [upgrade info]

    change theme and disable all plugins (works ok)

    (error is caused if bbPress is activated)

    thanks and sorry for my English

    #165827
    #165824
    Abdel
    Participant

    I an constructing a site called renthoy and I created a forum using bbpress as i went on the forum and posted something the reply or post wont show up and I tried resetting bbpress still nothing happen the link to the forums is http://renthoy.com/forums/.

    #165822
    Stefano Lissa
    Participant

    Actually, bbPress uses the link count as configured for comment. Since many times in a forum users cite links of the same site (to help other to find information), it would be very useful to have a callback for each extracted link so a plugin che intercept and eventually say that “it has not to be counted” (for example because it is in the same domain).

    Thank you, Stefano.

    #165821
    Stefano Lissa
    Participant

    Hi, bbPress (at least version 2.5.8) uses the comment moderation words of WordPress, skipping the moderation check if that field is empty. Actually a forum could have different black list words.

    I would like to ask for that feature: an hook to filter/change/enqueue moderation words before bbPress will use them, so I can create a specific configuration in a theme or like.

    Thank you, Stefano.

    #165820
    sbskamey
    Participant

    Hi support,

    http://sincebeingsingle.com/insight/topic/share-site-others/

    I want to know how to add a new BBpress user role name.

    I would like three roles:

    – Team Member
    – Community Member
    – Ambassador

    I would also like each of these roles to have a different colour label.

    Just like this website: https://ultimatemember.com/forums/topic/how-did-you-find-out-about-ultimate-member/

    I have seen a few topics about this, but these topics are from 1-3 years ago. I want to know if there is easier way to do this than changes .php files?

    I have tried User Role Editor and Members plugin with no luck. These plugins add new WordPress user roles, but not BBpress Forum user roles.

    I would really like to know how to do this.

    Thanks again,
    Kam

    #165817
    vinzen
    Participant

    Hi, Can the latest bbPress version run on PHP7 configuration? Does bbPress support PHP7.0?
    Thanks.

    #165806
    Martijn
    Participant

    Hi,

    We are using BBpress for user registration and forums we will be activating in the near future on our website. We are also using the All In One WP Security Plugin, in here is a option to rename the login page, so directly going to mysite.com/wp-admin should not work and should be mysite.com/*newadmin*

    However this did not work initially, we had to log in on the /*newadmin* but still had to go to /wp-admin to gain access to the dashboard.

    We disabled all other active plugins, and the problem was solved, after testing it showed that once BBpress plugin was disabled the feature worked as intended, loggin into /*newadmin* would get me instantly into the dashboard.

    I’ve also requested help on their end, but since 2 plugins are involved, Do you guys have any suggestions as to what might cause this & what might solve this issue?

    Any help or suggestions would be great. We just want to rename the admin part, so we are not bound to the wp-security option, just seemed easy.

    Heres my initial post on wordpress.org support for all in one wp security:
    https://wordpress.org/support/topic/renaming-the-login-cant-enter-with-the-url?replies=4#post-7342568

    We are using a fully up to date version of WP & all plugins.

    #165804
    Robert.S
    Participant

    Ooopsy. Don’t know what went wrong with those image urls. Here they are again:

    Avada BBPress Search Results: https://www.dropbox.com/s/04ndkdsjlpa5k8j/avada-forum-search.jpg?dl=0

    ExpressionEngine old forum Search Results: https://www.dropbox.com/s/u31awcckz4261oi/Expression-Engine-forum-search.jpg?dl=0

    #165801
    joym
    Participant

    Help! My bbpress isn’t being indexed on Google or other search engines. Can anyone advise me on this? Thank you.

    #165795

    In reply to: Custom freshness links

    Robkk
    Moderator

    @inget should have used this.

    .forum-archive li.bbp-forum-freshness {
        display: none;
    }
    
    .forum-archive li.bbp-forum-info {
        width: 77%;
    }
    


    @markburgess

    Do you have an incorrect freshness date on your forum archive?? Plus that ticket you linked to is bbpress.org specific, that is why you see the compenent being Site – bbPress.org and that the pictures are of bbpress.org.

    #165794

    In reply to: Custom freshness links

    Mark Burgess
    Participant

    Thanks to IngeT for leading with the way to map out the bad Freshness data. After cruising around the Forum, I don’t see a good answer to this. The only ticket open appears not to be addressed these last five months on this ticket: https://bbpress.trac.wordpress.org/ticket/2414

    #165791
    Robkk
    Moderator

    Oh that was what you were trying to change, I thought you meant title tag and all that. Yeah whats in the blue bar is coming from your theme, it probably shows Archive for all archive pages.

    You can also see if you to yoursite.com/topics it shows the same thing. I bet your theme authors can give you a function to modify it for bbPress pages using the bbPress condtionals bbp_is_forum_archive()and bbp_is_topic_archive()

    #165785

    In reply to: How to modify

    Robkk
    Moderator

    INstall this plugin

    https://wordpress.org/plugins/wp-admin-no-show/

    or just use this code.

    add_action('after_setup_theme', 'remove_admin_bar');
    
    function remove_admin_bar() {
    if (!current_user_can('administrator') && !is_admin()) {
      show_admin_bar(false);
    }
    }

    You can follow this to add a profile link to your menu.

    Layout and functionality – Examples you can use

    #165783

    I’d like to add some custom buttons/functionality to the visual editor in the forums on my site. I have some working code that adds the buttons and functionality to TinyMCE in the WordPress admin for pages and posts but I haven’t been able to get it working in the editor for the forums. Here’s some of that code (exluding the actual JS) that adds two buttons (labeled braille and simbraille) to the visual editor in admin.

    `//custom braille font buttons for tinyMCE
    function braille_add_buttons( $plugin_array ) {
    $plugin_array[‘braille’] = plugins_url( ‘/js/nba-editor.js’, __FILE__ );
    return $plugin_array;
    }
    function braille_register_buttons( $buttons ) {
    array_push( $buttons, ‘braille2000’, ‘simbraille’ );
    return $buttons;
    }
    function braille_font_buttons() {
    add_filter( “mce_external_plugins”, “braille_add_buttons” );
    add_filter( ‘mce_buttons’, ‘braille_register_buttons’ );
    }
    add_action( ‘init’, ‘braille_font_buttons’ ); `

    I found another post in the bbPress forum from somebody else trying to do the same thing (https://bbpress.org/forums/topic/hook-into-bbpress-teeny-mce/) and someone suggested applying a filter to bbp_get_teeny_mce_buttons but that poster couldn’t get it working and I can’t figure out how to adapt the already working code I have to this either. I think eventually that poster found a work around but I really need to get this working so any help would be greatly appreciated!

    The forum is located at http://natlbraille.wpengine.com/forums/
    I’m using bbPress 2.5.8 on WordPress 4.3. If you need any additional info I’m happy to supply it, just ask. Thanks in advance for any help!

    #165780
    Robkk
    Moderator

    Add this to your functions.php file in your child theme or functionality plugin to remove the display name changer in bbPress and also WordPress.

    add_action('show_user_profile', 'remove_display_name');
    add_action('edit_user_profile', 'remove_display_name');
    
    function remove_display_name($user) { 
        
        if ( bbp_is_single_user_edit() ) {   
            ?>
            	<script>
            		jQuery(document).ready(function() {
            			jQuery('#display_name').parent().hide();
            		});
            	</script>
            <?php 
            
        } else {
            ?>
            	<script>
            		jQuery(document).ready(function() {
            			jQuery('#display_name').parent().parent().hide();
            		});
            	</script>
            <?php }
            
    }    
    #165777
    Robkk
    Moderator

    Closing this in favor of your other topic.

    HELP PLEASE NEW TO BBPRESS

    #165772
    Robkk
    Moderator

    What website field in bbPress, the one in anonymous posting or on their profile??

Viewing 25 results - 14,201 through 14,225 (of 64,516 total)
Skip to toolbar