Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 15,301 through 15,325 (of 64,515 total)
  • Author
    Search Results
  • Mr-B
    Participant

    Hi all
    Everything is latest versions.
    I have a problem where if bbPress is not activated, the feeds for a subcategory work fine, but as soon as I activate bbPress it “takes over” and the news feed on the same URL displays bbpress topic feeds.
    I tried disabling plugins / running some of the fix tools but does not seem to make a difference. Also have tried twenty-fourteen, no difference. Anyone else ever see this?

    Examples:
    without bbPress enabled, the KB or “knowledgbase” feed shows correctly:
    ===================================
    http://engdex.ch/kb/feed/
    Engdex.ch » Knowledgebase
    English speakers in Switzerland • free business directory and more
    Public Holidays in Switzerland 2015
    29 May 2014 08:10

    In Switzerland in each of the 26 cantons the public holidays are established independently,
    …. etc …
    ===================================
    With bbPress ENABLED the same knowledgebase feed becomes a forum one:
    http://engdex.ch/kb/feed/
    Engdex.ch » All Posts
    Forum guidelines
    21 June 2014 13:56
    Engdex Forum guidelines.

    Welcome! The Engdex forums are a place for seemly discussion about all things Switzerland and
    … etc etc..
    ===================================

    #162375
    Robkk
    Moderator

    ok thanks for reminding me …again.

    i have been losing track on these topics lately.

    What i found is that this bug is because of your theme and not really bbPress. So i recommend contacting your theme developers about this especially since they want to support bbPress.

    in the bfa_post_parts.php file in your functions folder, under the bfa_post_bodycopy function you will see

    OR function_exists('is_bbpress')

    This is what is causing your issue.

    the way i figured out to fix it is to remove this and create my own bbpress.php off of the index.php file from your theme.

    this is all the code i used to create the file. So you can copy and paste this into your theme into a bbpress.php file and all should work …hopefully.

    I also left the widget areas there if you want them still there user theme/replace them or just remove them.

    <?php 
    list($bfa_ata, $cols, $left_col, $left_col2, $right_col, $right_col2, $bfa_ata['h_blogtitle'], $bfa_ata['h_posttitle']) = bfa_get_options();
    get_header(); 
    extract($bfa_ata); 
    global $bfa_ata_postcount;
    ?>
    
    <?php /* If there are any posts: */
    if (have_posts()) : /* Postcount needed for option "XX first posts full posts, rest excerpts" */ ?>
    
        <?php  if ($bfa_ata['widget_center_top'] <> '') { 
              echo bfa_parse_widget_areas($bfa_ata['widget_center_top']); 
    	} ?>
    
    	<?php while (have_posts()) : the_post();?>
    	
    		<?php /* Post Container starts here */
    		if ( function_exists('post_class') ) { ?>
    		<div <?php if ( is_page() ) { post_class('post'); } else { post_class(); } ?> id="post-<?php the_ID(); ?>">
    		<?php } else { ?>
    		<div class="<?php echo ( is_page() ? 'page ' : '' ) . 'post" id="post-'; the_ID(); ?>">
    		<?php } ?>
    		<?php bfa_post_headline('<div class="post-headline">','</div>'); ?>
    		<div class="post-bodycopy clearfix"><?php the_content(); ?></div>
    		</div><!-- / Post -->	
    						
    	<?php endwhile; ?>
    
        <?php if ($bfa_ata['widget_center_bottom'] <> '') { 
              echo bfa_parse_widget_areas($bfa_ata['widget_center_bottom']); 
        } ?>
    
    <?php endif; /* END of: If there are no posts */ ?>
    
    <?php get_footer(); ?>
    #162371
    Robkk
    Moderator

    im sure when bbPress devs implement the @mentions scripts into bbPress they will have a way for it to work with the visual editor , well depending on their stance to implement the visual editor by default too.

    if you really want the @mentions script from BuddyPress to work in the visual editor in bbPress you might need to hire a developer.

    post a job at http://jobs.wordpress.net/

    Robkk
    Moderator

    @fmckinnon

    well there is the bbpress mark as read plugin which lists all the unread posts a user has in there subscriptions area. of your profile.

    the developer does not reccommend the plugin on large sites though

    i dont know if he fixed it where its okay , or that the listing all the users unread posts feature might be bad for large sites.

    #162369

    In reply to: freshness inquiry

    joym
    Participant

    Are you de-selecting the box to keep a log of the edit?

    Sorry I’m no bbpress wiz, just a thought.

    #162368
    joym
    Participant

    Hello everyone, can anyone help me to implement this?

    When you reply to a forum response, it takes you to the text box, but you still have to copy + paste the @username if you want to tag them in the reply. I have added the fix to use the @mentions system with bbpress(from buddypress) but users still need to manually input the names and it also only works when using the text box(not the visual) so it’s a bit confusing.

    Any help would be greatly appreciated!! Mahalo.

    #162367
    davidnsfw
    Participant

    It is Bbpress Login Register Links On Forum Topic Pages plugin.

    #162362
    Herculaas
    Participant

    I am using a plugin that automatically imports Facebook comments as post comment. When I share a bbPress topic on my Facebook page it does import the Facebook comments (I can see them in the recent comments section in WordPress) but they’re not showing up in bbPress.

    Is there any way to fix this?

    #162358
    Robin W
    Moderator

    Sorry, been busy with other things – thanks for the reminder.

    Having taken a second look, I think boith are coming form your theme, not bbpress.

    I can’t hide the first one, as it is also used by other post enturies on the site, so suggest you lose the blue one, for which you need to put the following in your style.css

    see

    Forum & Thread Titles Duplicated

    .entry h1 {
        visibility: hidden !important;
    }

    You might need to check that this doesn’t affect anything else – I can’t see that it did – worse case is that you would not see a blue title, so if you have any others in the site this might affect them.

    Prabin
    Participant

    Hi,

    I’m using both bbPress and buddyPress in my site and in the “forum topic” page, even the subscriber/user can edit/mark spam the topic. But I want only administrator to have those feature.

    Here what I tried,

    1. In the forum setting, assigned default role to “participant” and in forum repair tools, I checked the “Remap existing users to default forum roles” checkbox and repaired the Items. ( but didn’t work )
    2. I tried uninstalling all the other plugins and repeated the process 1 ( Still didn’t work )
    3. I tried switching theme and again repeated process 1 ( Didn’t work 🙁 )

    Am i missing anything ? Please help !!

    #162355
    Hunniemaid
    Participant

    Make a folder in your theme folder labeled “bbpress”. You will then want to go to /wp-content/plugins/bbpress/templates/default/bbpress and copy the reply-form.php and paste it into the bbpress folder you made in your theme folder.

    Open the file, scroll down towards the bottom, you will see where it says “You must be logged in”. Delete that section of code.

    <div id="no-reply-<?php bbp_topic_id(); ?>" class="bbp-no-reply">
    		<div class="bbp-template-notice">
    			<p><?php is_user_logged_in() ? _e( 'You cannot reply to this topic.', 'bbpress' ) : _e( 'You must be logged in to reply to this topic.', 'bbpress' ); ?></p>
    		</div>
    	</div>
    
    Evan100
    Participant

    This had got my head spinning. I have a new bbpress install, and have set up a login widget with a ‘Lost Password’ URI. I’ve also got a lost password page, with the [bbp-lost-pass] shortcode.

    When I go direct to the page, or click on the lost password link, I can see only an empty input box, and a big ‘Reset My Password’ button. Do I have to do something else to set up the widget?

    The page contents are mostly hidden in the css. The legend (which says ‘Lost Password’) is disabled (bbpress.css):

    .bbp-login-form fieldset legend {
    	display: none;
    }

    And the label for the input box is hidden in the template (form-user-lost-pass.php):

    <label for="user_login" class="hide"><?php _e( 'Username or Email', 'bbpress' ); ?>: </label>

    So, presumably some JavaScript somewhere should magically make all this appear, but it’s not firing, or I’ve just messed up. Any ideas? Note that I also have a lost password form in Woocommerce, but disabling Woocommerce doesn’t affect this. Thanks.

    Evan100
    Participant

    Content-aware sidebars works well with bpress, and can recognise forums and bbpress user profiles. However, I can’t see any way to make it recognise forum search results, so my sidebar menu changes when a user does a forum search.

    Has anyone managed to sort this out? WP 4.2.2, bbpress 2.5.6. Thanks.

    #162339
    Evan100
    Participant

    Stephen – I don’t know if this has changed since your post, but this isn’t great on bbpress 2.5.6, since it also affects the text for the topic subscribe/unsubscribe. Instead of seeing Favorite | Subscribe, you get Favorite (Subscribe). To fix this, you need to post-filter the args, and check before:

    function sa_after_get_forum_subscribe_link_parse_args($args) {
       if(empty($args['before'])) {
          $args['before'] = '&nbsp;(';
          $args['after']  = ')';
       }
       return $args;
    }
    
    add_filter(
       'bbp_after_get_forum_subscribe_link_parse_args',
       'sa_after_get_forum_subscribe_link_parse_args');
    #162338

    Topic: Create a theme

    in forum Themes
    intouch01
    Participant

    Hi everyone,Can someone please tell me how to create a theme in bbPress.

    #162337
    Anouchka25
    Participant

    Hello,
    I am trying to create a forum with bbPress . I try to change the mail send to a new forum register . In this mail there is the link : http: //laotravoz/wp-login.php . I would like to change that link . Could someone help me? Has anyone already encountered this problem ? I see thanks for your help.

    #162333
    Hunniemaid
    Participant

    I recently installed the bbpress plugin on my WordPress website. The theme I am currently using is built on the Genesis Framework. The avatar image shows up on single post. However, where ever the small avatar image is to be displayed it doesn’t.

    I have my show avatar settings enabled. I would grealty appreciate it if someone could take a look http://hunniemaid.com/forums/ and give me some insight on what the issue may be. Thanks in advamce.

    #162332
    djavec
    Participant

    Hey Guys,
    I have a small problem.
    I will use the hierarchical Style. For this option I create a directory on my theme called ‘bbpress’ and put ‘loop-forums.php’ into this. But it doesn’t work. What am I doing wrong?
    Thank you very much in advance for your answer,
    Tobi

    Forum

    #162325

    In reply to: Edit Page Title

    entrapped
    Participant

    Sorry for replying to this old stuff, but I have nearly the same problem.

    When I use the bbPress slug /forum the page title becomes empty, only “Forum |” is displayed.
    When I change the slug of the forums page the title is correct.

    Please see the effect on the two identical pages:
    Using bbPress slug – Title missing
    Using custom slug – Title displayed
    The forum is visible only for logged in users but you can see the effect in the page title.

    Thanks
    Chris

    #162323
    Simdriss
    Participant

    Hi
    I have created site about polish car insurance companies, http://zastepczy.org. every company is added as a new page. Is it possible to add bbpress debate under every page… page should be topic, and peaple should be able to coment and discuss about company?

    thx
    M

    fmckinnon
    Participant

    OK, after a long, painful day of multiple attempts, we finally successfully migrated our forums to bbPress. We’ve been on vBulletin for many many years.

    We integrated with BuddyPress – the site can be seen here:
    http://www.theworshipcommunity.com

    First Impressions:
    Clean, slick, overall, a better design once we tweak the .css to make the forums (specifically) look better.

    Performance: not sure if it’s a plugin or what, but overall performance is sluggish on both the Buddypress and the bbPress side.

    Biggest Disappointment:
    By far, the biggest disappointment and biggest feature request, in less than 24 hours of use, is the inability to find ANY plugin or way to easily let a forum user in bbPress show UNREAD threads/replies in one location. I’ve installed the pencil plugin, the “go to first unread post” plugin (which doesn’t seem to be showing up) and another plugin that puts a “new” icon next to a forum .. but that still requires one to click on each forum and dig through to try and find the actual new post or reply.

    Someone PLEASE tell me that my 24+ hours of searching and scouring these forums and google results that a decent way to do this is out there? (w/o modifying core files)

    #162317

    In reply to: force revision logs

    Robkk
    Moderator

    @grantadmin

    it is custom css , and its not in the bbpress.css file

    it is custom just for what you want.

    Add the CSS to any where you add custom CSS

    like a child themes stylesheet
    or a custom css plugin

    #162312
    Robkk
    Moderator

    @sultanuddin

    you will need to hire a developer for this.

    one that has experience with WordPress , bbPress , and creating Android applications.

    #162311

    In reply to: Help.

    Robkk
    Moderator

    it is displaying like this because bbPress thinks your forums is a blog posts because of some code that should be only for blog posts.

    create a bbpress.php file

    https://codex.bbpress.org/theme-compatibility/getting-started-in-modifying-the-main-bbpress-template/

    if you need any more help with this reply back

    #162308
    van24
    Participant

    Hi guys,

    The members of our bbpress forum would like to be able to search by user. e.g. they might want to search for all posts by a user named ‘member1’ that contain the text ‘sample words’. I thought they might be able to use search parameters somehow for this, i.e.

    user:member1 “sample words”

    Is there any way to achieve this in bbpress?

    Thanks
    Van

Viewing 25 results - 15,301 through 15,325 (of 64,515 total)
Skip to toolbar