Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 6,951 through 6,975 (of 64,429 total)
  • Author
    Search Results
  • #193966
    jameshogan03
    Participant

    Autosuggest has never worked in my buddypress/bbpress group forums. Anyone with tips could really help me out. There is an old bit of code floating around which doesn’t seem to work anymore. Help appreciated!

    #193964
    stephengunn
    Participant

    Wow, this thread is so close to answering the question I have. I feel like I should just ask my question here instead of creating a new thread.

    I am using custom post types for lessons and want to use bbPress to run the comments. I settup the array / plugin as listed above and it works great.

    But is there any way to have comment threads posted to specific forums?

    So, custom post type ‘business’ gets a thread in the Business Forum and the custom post type ‘creative’ gets a thread in the Creative Forum?

    Is this possible?

    Thanks guys

    #193963
    mnm1994
    Participant

    Hi,

    I just went through an issue on my Buddypress site where I had to troubleshoot by doing such things as rewinding the site, deactivating/reactivating plugins and such…

    What has happened is that now in my bbpress forums, the autosuggest Userlist For mentions has disappeared, so as now you have to type in the whole thing manually…which is sometimes difficult as many of my members have usernames that are different from their display names.

    Is there a plugin or setting to repair this that anyone knows of?

    #193942
    mgg1000
    Participant

    Hi….

    Does anyone have experience importing forums from jforum? I’m struggling with how to get the topic/post content which requires 3 tables from jforum. Most of my attempts result in being told that the “from_tablename” and “from_fieldname” result in an “unknown column in ‘field list'”.

    Thanks

    -m
    WordPress 4.9.7
    bbPress 2.5.14
    site is not public

    marcociao
    Participant

    Hi, I would like to see the date instead of freshness when I edit a message. How can I do this? Thank you all. (I already use bb last post but it works only when I send a message, not when I edit it).

    -bbpress version 2.5.14
    -wordpress version 4.9.6

    #193925
    TrustedOrb
    Participant

    Hi

    I’ve two forums – foruma (http://site/forums/forum/foruma) and forumb (http://site/forum/forum/forumb). I need different sidebars for these two forums. Actually, what I am planning to do is, I need ‘bbPress Recent Topics’ widget to be different on different forums, such that it acts like ‘related topics’.

    Is there a way I can achieve it? I’ve tried YARPP, but couldn’t put it to work.

    #193919
    Robin W
    Moderator

    ok, the best I can suggest is that you create a test site where you can try a different theme to eliminate

    Creating a Test Site

    #193917
    quigley05
    Participant

    Hi Robin,

    The ‘Replies Created’ template is replacing the one originally within the buddypress profile section.
    (https://obeii.com/discussions-replies-created/) (testuser / test1234)

    <?php
    /*
    Template Name: Discussions Replies Created
    */
    get_header();
    ?>
    
    <div class="sub-nav-container">
    	<div class="sub-nav-pagetitle">
    		<h1><?php the_title(); ?></h1>
    	</div>
    	<div class="sub-nav-about-menu">
    		<?php wp_nav_menu( array( 'theme_location' => 'sub-nav-discuss-menu', 'sort_column' => 'menu_order', 'container' => 'ul', 'menu_id' => 'sub-nav-discuss-menu', 'fallback_cb' => 'null', 'walker' => new Ghostpool_Custom_Menu ) ); ?>
    	</div>
    	<div class="sub-nav-extramenu">
    	</div>
    </div>
    
    <div id="gp-content-wrapper" class="gp-container">
    
    	<?php do_action( 'ghostpool_begin_content_wrapper' ); ?>
    			
    	<div id="gp-inner-container">
    		
    		<div id="gp-content">
    
    			<div class="gp-entry-content">
    				
    				
    <div id="bbpress-forums">
    	<?php do_action( 'bbp_template_before_user_replies' ); ?>
    
    	<div id="bbp-user-replies-created" class="bbp-user-replies-created">
    		<div class="bbp-user-section">
    
    <?php global $current_user; get_currentuserinfo(); $uid = bbp_get_current_user_id(); ?>
    <?php if ( bbp_get_user_replies_created( $user_id = bp_loggedin_user_id() ) ) : ?>
        <?php bbp_get_template_part( 'pagination', 'replies' ); ?>
        <?php bbp_get_template_part( 'loop', 'replies' ); ?>
        <?php bbp_get_template_part( 'pagination', 'replies' ); ?>
    <?php else : ?>
        <p><?php _e( 'You have not replied to any topics.', 'bbpress' ); ?></p>
    <?php endif; ?>	
    
    		</div>
    	</div>
    </div>				
    				
    			</div>
    			
    		</div>
    			
    		<?php get_sidebar( 'left' ); ?>
    
    		<?php get_sidebar( 'right' ); ?>
    
    	</div>
    	
    	<?php do_action( 'ghostpool_end_content_wrapper' ); ?>
    				
    	<div class="gp-clear"></div>
    	
    </div>
    
    <?php get_footer(); ?>

    The ‘Subscribed Forums’ template is also replacing the one originally within the buddypress profile section. It also contains ‘Subscribed Topics’ using similar code and that sections works as expected.
    (https://obeii.com/discussions-subscriptions/) (testuser / test1234)

    <?php
    /*
    Template Name: Discussions Subscriptions
    */
    get_header();
    ?>
    
    <div class="sub-nav-container">
    	<div class="sub-nav-pagetitle">
    		<h1><?php the_title(); ?></h1>
    	</div>
    	<div class="sub-nav-about-menu">
    		<?php wp_nav_menu( array( 'theme_location' => 'sub-nav-discuss-menu', 'sort_column' => 'menu_order', 'container' => 'ul', 'menu_id' => 'sub-nav-discuss-menu', 'fallback_cb' => 'null', 'walker' => new Ghostpool_Custom_Menu ) ); ?>
    	</div>
    	<div class="sub-nav-extramenu">
    	</div>
    </div>
    
    <div id="gp-content-wrapper" class="gp-container">
    
    	<?php do_action( 'ghostpool_begin_content_wrapper' ); ?>
    			
    	<div id="gp-inner-container">
    		
    		<div id="gp-content">
    
    			<div class="gp-entry-content">
    				
    <div id="bbpress-forums">				
    <div id="bbp-user-subscriptions" class="bbp-user-subscriptions">				
    				
    <h2>Subscribed Forums</h2>				
    <?php global $current_user; get_currentuserinfo(); $uid = bbp_get_current_user_id(); ?>
    <?php if ( bbp_get_user_forum_subscriptions( $uid ) ) : ?>
        <?php bbp_get_template_part( 'pagination', 'forums' ); ?>
        <?php bbp_get_template_part( 'loop', 'forums' ); ?>
        <?php bbp_get_template_part( 'pagination', 'forums' ); ?>
    <?php else : ?>
        <p><?php _e( 'You are not currently subscribed to any forums.', 'bbpress' ); ?></p>
    <?php endif; ?>
    				
    <br><br>	
    				
    <h2>Subscribed Topics</h2>				
    <?php global $current_user; get_currentuserinfo(); $uid = bbp_get_current_user_id(); ?>
    <?php if ( bbp_get_user_topic_subscriptions( $uid ) ) : ?>
        <?php bbp_get_template_part( 'pagination', 'topics' ); ?>
        <?php bbp_get_template_part( 'loop', 'topics' ); ?>
        <?php bbp_get_template_part( 'pagination', 'topics' ); ?>
    <?php else : ?>
        <p><?php _e( 'You are not currently subscribed to any topics.', 'bbpress' ); ?></p>
    <?php endif; ?>
    
    </div>
    </div>				
    				
    				
    				
    			</div>
    			
    		</div>
    			
    		<?php get_sidebar( 'left' ); ?>
    
    		<?php get_sidebar( 'right' ); ?>
    
    	</div>
    	
    	<?php do_action( 'ghostpool_end_content_wrapper' ); ?>
    				
    	<div class="gp-clear"></div>
    	
    </div>
    
    <?php get_footer(); ?>
    #193913
    Robin W
    Moderator

    I know you have done plugins in turn, but all at once ? – usual advice is

    It could be a theme or plugin issue

    Plugins

    Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    Themes

    If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.

    Then come back

    #193906
    Robin W
    Moderator

    registration is a wordpress thing, rather than bbpress.

    what is set is
    dashboard>settings>general>email address
    and does it match your email server?
    1. You should be aware that many spam filters strip messages that do not come from the correct address. So if your site is mysite.com and your email address in wordpress settings>general is fred@gmail.comthen it is likely that messages will be dumped in transit. You need to set up email to come from your site eg fred@mysite.com, your hosting provider can help if needed.
    2. Just bbpress?
    Then you need to see if this is wordpress wide or just bbpress.
    Try https://wordpress.org/plugins/check-email/

    #193872
    codenameita
    Participant

    Hi there,
    I’m trying to write some advanced search functions for BBpress. One of these should let people search only in the forum or subforum they currenty are in. I followed several examples posted on the net and tried to refine them myself.
    Unfortunately, I am experiencing a problem with the bbp_forum_get_subforums fuction.
    The fuction I am writing should be able to get the list of subforums present in a category type forum when the search is fired from a category type forum.
    The code is as follows:

    //If the forum is a category, then search in all the subforums
     if( bbp_is_forum_category($forum_id)){
            $sub_forums = bbp_forum_get_subforums($forum_id);
            $subforum_id = array_column($sub_forums,'ID');
    	$min_subforums = min($subforum_id);
    	$max_subforums = max($subforum_id);
    	$r['meta_query'] = array(
        	    array(
       	        'key' => '_bbp_forum_id',
           		'value' => array($min_subforums,$max_subforums),
    	   	'compare' => 'BETWEEN',
    	    )
        	);
     }

    Unfortunately, bbp_forum_get_subforums($forum_id) gives a false result.
    Strangely enough, if I try to put the same code in a fuction and add it with “add_action” to a forum page, it gives me the corret list of subforums if the current forum is a category.
    Can someone please help me addressing this problem? I am using the latest version of WP and BBpress.

    #193869

    In reply to: 404 Erros acces

    ntfrance
    Participant

    Hi all, I come back to help with a problem on my forum.

    I realized that some members do not have access to the forum with a 404 error.
     
    I deleted all the plugins, I left just wordpress and bbpress, I have the same error.

    I have 3400 members on the forum, the vast majority has access without problems but some account can not find the page error 404

    Do you have an idea of the problem

    #193853
    quigley05
    Participant

    I am having issues placing a current user’s ‘Replies Created’ and ‘Subscribed Forums’ within their unique templates. See below.

    ‘Replies Created’ (login testuser / test1234)
    https://obeii.com/discussions-replies-created/
    Code seems to just want to display all replies instead of the specific users. How can this be corrected to be filtered to that specific user?

    <?php global $current_user; get_currentuserinfo(); $uid = bbp_get_current_user_id(); ?>
    <?php if ( bbp_get_user_replies_created( $uid ) ) : ?>
        <?php bbp_get_template_part( 'pagination', 'replies' ); ?>
        <?php bbp_get_template_part( 'loop', 'replies' ); ?>
        <?php bbp_get_template_part( 'pagination', 'replies' ); ?>
    <?php else : ?>
        <p><?php _e( 'You have not replied to any topics.', 'bbpress' ); ?></p>
    <?php endif; ?>	

    ‘Subscribed Forums’ (login testuser / test1234)
    https://obeii.com/discussions-subscriptions/
    It works fine for ‘Subscribed Topics’ below the item, however ‘Subscribed Forums’ comes up empty with no results. Any clue on why that is?

    <h2>Subscribed Forums</h2>				
    <?php global $current_user; get_currentuserinfo(); $uid = bbp_get_current_user_id(); ?>
    <?php if ( bbp_get_user_forum_subscriptions( $uid ) ) : ?>
        <?php bbp_get_template_part( 'pagination', 'forums' ); ?>
        <?php bbp_get_template_part( 'loop', 'forums' ); ?>
        <?php bbp_get_template_part( 'pagination', 'forums' ); ?>
    <?php else : ?>
        <p><?php _e( 'You are not currently subscribed to any forums.', 'bbpress' ); ?></p>
    <?php endif; ?>
    #193841
    Colin Poole
    Participant

    Hey all,

    So I have a WordPress page called Register which uses the shortcode [bbp-register] to call up the registration form. I have linked the page below. The problem right now is that the “register” button isn’t doing anything. It does not appear to be clickable so when I enter an e-mail and password you can’t go any further. Not sure what would happen to prevent the button from working, hoping someone can notice if I’m missing anything.

    Register

    Wordpress Version: 4.9.7
    BBPress Version: 2.5.14

    Thanks in advance for any advice!

    #193836
    go-systems
    Participant

    Hi,

    I’m trying to find out if its possible to have shortcode on a page that pulls keyword related posts from bbpress?

    I’m wanting related posted from forums on a page.

    Is this possible?

    #193833
    thetimeranger
    Participant

    Hi everyone,

    We are looking in to migrating out forums over to bbPress, and doing some dry run installations. I have look around, but can’t find a solution have multiple of these under each other.

    Multple of these under each other

    Thank you for the help in advance.

    #193831
    jisas666
    Participant

    Hello and installed BBpress, and everything is ok. But when I use the Statistics shortcode. I get a column, annoying. Could someone tell me, what php file I can modify. To show me the data horizontally. And not vertical? … It would only be to change that code and for me it would be great.

    My website is: https://www.libreriaurano.com/blog/

    #193830
    myheadz
    Participant

    Dear Team & Community,

    I’ve a problem with the widget people use to login.
    At my mainpage the widget is shown correct. ( http://www.myheadz.de )
    But when I open the forum page or any other page the widget looks messed up. ( http://www.myheadz.de/forum/ )

    Wordpress 4.9.7
    Theme: Envo Magazine Pro
    BBPress 2.5.14
    BBP Style Pack 3.9.3

    Looking forward for your help.

    Regards from germany,

    Jens

    #193818

    Topic: Disable Comments

    in forum Installation
    planeo8
    Participant

    In an ongoing effort to fight spam, I want to disable all comments via the WordPress Admin Dashboard…Settings/Discussion…(uncheck allow notifications and uncheck allow people to post comments)

    If I do this, will bbPress New Topic or Replies be impacted? Will users still be able to submit new topics or reply to existing omes?

    I am running WP 4.9.7 and bbPress 2.5.14 with bbPress Moderation 1.8.3

    Thanks.

    #193817

    In reply to: 404 Erros acces

    Robin W
    Moderator

    It could be a theme or plugin issue

    Plugins

    Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    Themes

    If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.

    Then come back

    #193816
    ntfrance
    Participant

    Hello my name his Chris, i have some problem on my instal BBpress.

    Administrator wordpress have acces to the page forums (bbpress) but the role suscriptor haven’t acces, page 404 error

    can you help me
    sorry for english

    Thanks

    Plugin : wordpress, bbpress, utlamte member

    Robin W
    Moderator

    should be there

    1. It could be a theme or plugin issue

    Plugins

    Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    Themes

    If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.

    Then come back

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

    TheBeliever
    Participant

    Hello,

    1. I went to forum settings and the toolbar was already enabled. But I don’t see it anywhere. I see the “Your account has the ability to post unrestricted HTML content.” notice above the text box but I can’t find HTML formatting tool bar.

    2. Do you guys use buddypress plugin to make the bbpress forum more attractive?

    TheBeliever
    Participant

    Hello,

    I have installed bbpress and everything is running smoothly for now. In future if I want to move my bbpress forum topics, users to other paid forum, can I do it?

    I want to migrate every topic, reply and user profiles to invision or vbulletin or any other paid forum… is it possible?

    #193789
    emgb_520
    Participant

    I am trying to use the bbpress login widget in the header widget of my site. When Logging in using this bbp login widget, it doesn’t redirect to the page I logged in from. It goes to the User’s WordPress dashboard.

    Can someone please help with this issue?

    Thanks.

Viewing 25 results - 6,951 through 6,975 (of 64,429 total)
Skip to toolbar