Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 14,551 through 14,575 (of 64,515 total)
  • Author
    Search Results
  • #164770
    Robkk
    Moderator

    Well backing up your forums, for all the data on your site,you backup your database. Just the bbPress post types and data from all that, I might need to do some testing. It might just be using the export tool in WordPress Tools section, it might be using a plugin to backup one forum at a time, or whatever alternative I can find.

    #164767
    project_subdomain
    Participant

    this is a part of the original bbpress/inc/common/template.php (which i thought is relevant on this). untouched. just looked at it for finding a possible reason for the behaviour. i still don’t get it to work.

    #164764
    project_subdomain
    Participant

    thanks, robkk. that’s weird as I don’t have SEO plugins activated as well.
    This is what’s in my template.php:

    /** Users *****************************************************************/
    
    	// Profile page
    	} elseif ( bbp_is_single_user() ) {
    
    		// User is viewing their own profile
    		if ( bbp_is_user_home() ) {
    			$new_title['text'] = esc_attr_x( 'Your', 'User viewing his/her own profile', 'bbpress' );
    
    		// User is viewing someone else's profile (so use their display name)
    		} else {
    			$new_title['text'] = sprintf( esc_attr_x( "%s's", 'User viewing another users profile', 'bbpress' ), get_userdata( bbp_get_user_id() )->display_name );
    		}
    
    		// User topics created
    		if ( bbp_is_single_user_topics() ) {
    			$new_title['format'] = esc_attr__( "%s Topics",        'bbpress' );
    
    		// User rueplies created
    		} elseif ( bbp_is_single_user_replies() ) {
    			$new_title['format'] = esc_attr__( "%s Replies",       'bbpress' );
    
    		// User favorites
    		} elseif ( bbp_is_favorites() ) {
    			$new_title['format'] = esc_attr__( "%s Favorites",     'bbpress' );
    
    		// User subscriptions
    		} elseif ( bbp_is_subscriptions() ) {
    			$new_title['format'] = esc_attr__( "%s Subscriptions", 'bbpress' );
    
    		// User "home"
    		} else {
    			$new_title['format'] = esc_attr__( "%s Profile",       'bbpress' );
    		}
    #164763
    Robkk
    Moderator

    I can’t tell if you need to put your custom language files in a different area or this is a bug in bbPress or not. I will try to get some other help from a dev to see whats up.

    #164762
    Robkk
    Moderator

    I am not sure what “Secondary” could be from. It might be the template bbPress is inheriting from your theme?

    #164760

    In reply to: Check box

    Mei Ling
    Participant

    I am a newbie. I have seen functions in the codex I’d like to activate: site of the member or limit the access to the admin panel, etc.
    Do we have to add the functions to the child theme or in the core of bbpress. Is there a more intuitive way to do such a thing.
    We do not want a lot of plugin.

    I thank you for your feedback

    Mei-Ling

    #164752
    Robkk
    Moderator

    Copy the form-reply.php file into your child theme and remove this code for topic tags input on the reply form.

    <?php if ( bbp_allow_topic_tags() && current_user_can( 'assign_topic_tags' ) ) : ?>
    
    <?php do_action( 'bbp_theme_before_reply_form_tags' ); ?>
    
    	<p>
    	<label for="bbp_topic_tags"><?php esc_html_e( 'Tags:', 'bbpress' ); ?></label><br />
    	<input type="text" value="<?php bbp_form_topic_tags(); ?>" size="40" name="bbp_topic_tags" id="bbp_topic_tags" <?php disabled( bbp_is_topic_spam() ); ?> />
    	</p>
    
    <?php do_action( 'bbp_theme_after_reply_form_tags' ); ?>
    
    <?php endif; ?>

    You can customize the content of the form using this CSS.

    #bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
        margin-top: 0;
        height: 210px;
    }

    The font is inherited from your theme.

    #164751
    Robkk
    Moderator

    Does deactivating the bbPress WP Tweaks plugin solve remove your error?? There are other ways to only show certain widgets for only bbPress pages.

    #164750
    Robkk
    Moderator
    #bbpress-forums fieldset.bbp-form input[type=text] {
        border: 1px solid #e4e4e4;
        padding: 0.5em 0;
    }

    `

    #164748
    Robkk
    Moderator

    If you guys haven’t already try some troubleshooting.

    Troubleshooting

    Also check out these possible solutions for this specific error.

    https://codex.wordpress.org/Common_WordPress_Errors#Internal_Server_Error

    #164746

    Topic: Check box

    Mei Ling
    Participant

    Hi there,

    I do not want to allow other admins to access the FTP. Is it possible to have “check box” to activate or deactivate functionalities in BBPRESS

    I thank you in advance

    Regards

    Mei Ling

    #164738
    daphnechin
    Participant

    Hi, I have set up a bbpress forum.
    But I encounter this problem when trying to post (keymaster or participant doesnt matter), I can however post anonymously when I set the setting to allow anonymous posters.

    The problem Is for logged in users, Whenever I try to post/reply I get the are you sure you want to do that error.

    I can add topics and replies no problem from the backend.
    I have went through and searched all over but most of the fixes are for local host installations.

    Any insight and help would be greatly appreciated. Thanks!

    WP ver – 4.2.3
    Theme – Terra theme
    BB press – Version 2.5.8

    I Also have BB press WP tweaks installed to fix my sidebar problem(Disabling it will diable me from logging in through the BBpress sidebar.)

    I head there are some changes to be done in the functions.php?
    Please help =(

    If anyone could help by me giving them a user to try trouble shooting. thats possible as well

    #164727
    Robkk
    Moderator

    If you are talking about the email, website, and name fields this will do it.

    #bbpress-forums fieldset.bbp-form {
        padding: 0!important;
    }
    #164722
    SplashTalk
    Participant

    Site currently using one community theme with bbpress
    When a user registers they are not getting the email that allows them to activate their account
    Please help

    #164707
    Robkk
    Moderator

    @steo83

    This topic was for issues made in bbPress version 1 which was a standalone version, the latest is a plugin for WordPress. The registration process on your site is mostly handled by WordPress. bbPress does have a registration form shortcode, but even that kind of piggybacks off of the WordPress registration form. If there is something wrong with your regular WordPress emails, which might include new comment emails for WordPress comments then you definitely need to hear from your hosting provider. If it is just the registration emails sent to users, you might need to contact WordPress support on their forums. https://it.wordpress.org/forums/

    #164706
    Robkk
    Moderator

    Try some troubleshooting to see what could be causing the issue.

    Troubleshooting

    #164703
    HansRuedi
    Participant

    I found this topic…

    My language files are overwritten by update


    …but I don’t agree with @johnjamesjacoby – with that filter BuddyPress is no longer overwriting my language files, bbpress is doing it.

    #164702

    Hello there,

    8 year after the making of this thread, i’m still having the same problem. I’m italian (sorry for my english), and i’m using and italian hosting (Aruba.it). I’ve tryed the email script in PHP (mailer.php) and it worked (even if the email arrived as spam), i’m using an email created on the service provider as email for WordPress…so what’s wrong? Looks like BBpress changed a lot and can’t work on the files as someone said in the thread cause they’ve changed. I’m also trying to contact the hosting, but still didn’t get any answer.

    Any ideas?

    #164699
    Robkk
    Moderator

    This custom CSS might help.

    #bbpress-forums #bbp-user-wrapper ul.bbp-replies {
        clear: both !important;
    }

    Off topic but I really like the color scheme you have going with your site.

    #164697
    SimpleCerts
    Participant

    wordpress version: 4.2.3
    bbPress version: 2.5.8
    site url: http://simplecerts.co/forums/

    I’ve create a few forums on the back-end but only my first forum created displays on the page. What additional information would you need to potential identify the issue?

    #164686
    drinkingsouls
    Participant

    Are you running any special bbPress set up?
    – I’m just running the default bbPress fresh from install

    Does this happen to all user roles?
    – Yes, it happens to all roles

    I am going to assume on your fresh install you just have the latest stable version of bbPress and WordPress and no other plugins activated while using a default theme?
    – Yes. I am using Twenty Fifteen theme. Up to date. No other plugins activated. The moment I activate bbPress users can no longer log out.

    Thanks

    #164682

    In reply to: Login Widget URLS

    Robkk
    Moderator

    Go to Appearance > Widgets in the WordPress backend.

    whichever sidebar you placed the bbPress login widget, go to it, edit the widget settings and change the links in the widget.

    #164681
    HansRuedi
    Participant

    I have add_filter( 'auto_update_translation', '__return_false' ); in my functions file but bbpress language files are updated anyway. What can I do to stop it? Thanks for help!

    #164680
    #164677
    sbskamey
    Participant

    Hi, for some reason, my bbpress page titles are not appearing.

    Any suggestions?

    http://sincebeingsingle.com/forums/

Viewing 25 results - 14,551 through 14,575 (of 64,515 total)
Skip to toolbar