Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 7,176 through 7,200 (of 64,471 total)
  • Author
    Search Results
  • EGF
    Participant

    When I perform a search, I get duplicate search results.

    One set of results have no sidebar (full page width) and immediately below that I get a duplicate set of search results with the sidebar widgets. I am using a bbpress.php file in my child theme. It appears to be using that.

    Here is my bbpress.php file:

    <?php
    /* Template Name: Page: bbpress.php */
    
    global $data;
    
    get_header(); ?>
    
    <div class="page-wrap">
    
    <?php get_template_part( 'framework/inc/slider' ); ?>
    <div id="page-body" class="page-body">
        
        <div class="container">
    				
    		<div id="page-title">
    		<hgroup>
    		   <h2>Fax Software</h2>
    		   <h1>Community Forums</h1>
                    </hgroup>
    		</div>
    			
    		<?php if ( function_exists('yoast_breadcrumb') ) 
                 {yoast_breadcrumb('<p id="breadcrumbs">','</p>');} ?>
    
    		<?php echo do_shortcode( '[bbp-search]' ) ?>  
    				
    		<div class="row">
    			<div class="span9"> 
    						
    			<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    					<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>><?php
    						the_content();
    						wp_link_pages(array('before' => 'Pages: ', 'next_or_number' => 'number')); ?>
    					</article><?php
    					if(!$data['check_disablecomments']) {
    						comments_template();
    					}
      				endwhile; endif; ?> 
    			</div>
     			<?php get_sidebar('forums'); ?>    
    			 
    		</div>
    	</div>
    	
    </div>
    <?php get_footer(); ?>

    I do not currently have a loop-search.php file in my child theme.

    #193093
    lgale
    Participant

    We installed bbpress and it was working a couple days ago. We have a memberpress website and had isntalled bbpress and buddypress. We deactivated buddypress because it was not working at all with our site. We have two topics posted however I am the only person who can view these topics. All other users only see that there are two topics but cannot access them at all. I have it set for forums that all members automatically are assigned the “participant” role. Our forum is here: catholicstudiesacademy.com/members
    It is protected for members-only

    Logged in members see the message “Oh bother! No topics were found here!”

    But when I am logged in as the administrator, I see the 2 topics and replies.

    #193089
    Alex Kevin
    Participant

    Read this old post maybe you find some help from it

    Migrating from one bbpress installation to another

    cinderalla
    Participant

    I’ve been working 2 days on trying to import a bbPress 2.5 forum into an existing website. My last attempt was manually changing and relinking all the forums, topics, and replies in the WordPress Importer’s exported xml files.

    Everything looks good in respect to showing correct topic, post, reply, and voice counts. What I can’t figure out is why the topics and replies don’t list on the child forum pages or on the topic pages. Those pages say at the top the correct number topics and replies (i.e. “This forum contains 10 topics and 16 replies, and was last updated …), but directly under that it says “Oh bother! No topics were found here!”

    I’m guessing that I’m missing some sort of ID linking that doesn’t show on the xml export. Please, can anyone help? Would really appreciate any help. Thanks!

    #193080
    alex3410
    Participant

    Hi guys,

    I am hoping you can point me in the right direction with this as i am rather stuck.

    essentially i installed BBPress on a WP site over a year ago, for several reasons i now need to move it to its own WP install so i moved it into a sub folder called ‘forum’ hoping to keep the links working

    the end result however is all of the links to forums now have: /forum/forum/ on them, once from the fact the WP install is in a sub folder called forum, the next from bbpress

    how do i stop bbpress from adding the extra forum into the URL?

    the Forum Prefix in the option does not do this (you would have thought it would do given the name)

    any ideas?

    #193078

    Topic: Ajax Replies

    in forum Plugins
    crlucas
    Participant

    im trying to use this plugin, but i have some issues

    https://github.com/aliso/bbpress-ajax-replies

    any idea?

    #193077

    In reply to: Read Only Forum

    samgeppi108
    Participant

    I think it is very weird that BBPress does not have a “read-only” option .. But can I just change the font color in a “closed” forum from the (very hard to read) light gray color to a regular black color?

    That would accomplish the same thing

    thanks

    #193072
    becstewart
    Participant

    Hi,
    I’m using bb press with restrict content pro on a private forum.
    I have bbpress version 2.5.14 and Big Brother theme.
    I can change my user forum roles in their settings to participant, but on the main screen under Forum roles it shows up that everyone is an instructor.

    Please advise.
    website: http://www.mededexperts.com.au

    #193071
    cinderalla
    Participant

    Wondering if adding a bbPress 2.x to bbPress 2.x importer will happen? If not, could you lead me in another direction after reading what I’ve already tried?

    The bbPress Import Export Plugin by wpfloor does not link the topics and replies to the forums when importing into an existing site.

    I have also tried using the WordPress Importer, then manually linking the topics and replies using PHPMyAdmin. Everything appeared to be linked properly in the backend after that. However, the topics and replies wouldn’t show in the frontend.

    #193061
    bleupixelcie
    Participant

    Hello Guys,

    I tried to install the BBpress script on my website by didnt worked can you help me ?
    Server is sending me a error message after installation
    I could do it manually, but it will take lot of time to setup database again..

    Thanks for your help my friends

    Tom

    My Marketing Agency
    My previous website

    #193056
    unihead
    Participant

    Hi

    When people used the img tag, they used to be able to link to images and have them show up in my threads. The images are no longer appearing. I’ve tried turning off spam and security plugins, but it doesn’t make a difference, and I can’t find any help after a search.

    Can someone please help me to get linked images back in my BBPress threads?

    Peter

    https://www.orderofgamers.com/forums
    WP 4.9.5
    BBP: 2.5.14

    jveronda
    Participant

    Hi All!

    I’m referring to the [bbp-lost-pass] page specifically. When a user enters their email on the ‘forgot password’ page, the reset email is sent properly BUT the page only refreshes. There is no notification letting them know that the email has been sent. I know this isn’t something malfunctioning, it’s just the way it was designed. But I’d like to redirect to a page that confirms the email has been sent. I found this topic from a while back https://bbpress.org/forums/topic/lost-password-page-not-redirecting/
    but I can’t seem to find the correct action to hook into. I’ve searched the bbPress files on our ftp server and found the ‘template.php’ located here-> wp-content/plugins/bbpress/includes/users/

    Here is the snippet I am hopeful of:
    .
    .
    .
    /** Lost Password *************************************************************/

    /**
    * Output the required hidden fields when user lost password
    *
    * @since bbPress (r2815)
    *
    * @uses apply_filters() To allow custom redirection
    * @uses bbp_redirect_to_field() Set referer
    * @uses wp_nonce_field() To generate hidden nonce fields
    */
    function bbp_user_lost_pass_fields() {
    ?>

    <input type=”hidden” name=”user-cookie” value=”1″ />

    <?php

    // Allow custom lost pass redirection
    $redirect_to = apply_filters( ‘bbp_user_lost_pass_redirect_to’, get_permalink() );
    bbp_redirect_to_field( add_query_arg( array( ‘checkemail’ => ‘confirm’ ), $redirect_to ) );

    // Prevent intention hi-jacking of lost pass form
    wp_nonce_field( ‘bbp-user-lost-pass’ );
    }
    .
    .
    .

    I am new to php so I am now quite sure on how to implement the redirect filter in the appropriate place. Should I be trying to hook into an action? Or apply a filter?

    Thanks in advance!
    -Jaime

    #193053
    jamesp4578
    Participant

    Hi again,
    Thank you to bbpress.org who sent me the following reply:

    “To flag such posts, you can make use of WordPress’s comment moderation and blacklisting settings for bbPress.”

    But that’s just a way for admins to flag posts, isn’t it?

    Is there any way for users to report abusive posts, like on Twitter?

    #193052
    Evil Overlord
    Participant

    Latest WP and bbPress

    The forum listing shows up fine, but with a very small font that I find hard to read. I think I’ve tried every possible font setting in my theme, but none seem to affect the font for fora. The font is also small in the standard themes.

    Any tips?

    #193047
    mohsenyasemi
    Participant

    This is all to complicated for my simple mind.

    Need someone- to install and intergrate bbpress into my WP forum.

    Is it possible to totally intergrate bbpress into the forum, so that the Forums show up in the main window of the template the same as the topics from WP?

    Or do I need to create a totally new template to run under bbpress that matches template for WP?
    address web : https://safaryar.net/

    #193042
    kingstringy
    Participant

    Participant-level users can create new topics, but after creation the participant is directed to a 404 page. Higher-level users can view the created topic, but not the participant that created the topic.

    Site is running Twentyseventeen theme, and only bbPress and Buddypress plugins, plus the bbpress wp4fix plugins, are installed.

    This site is a development site being used to diagnose and hopefully fix other forum visibility issues detailed in this post: https://bbpress.org/forums/topic/recurring-no-topics-found-message/

    Any help is appreciated, URL and login can be provided on request.

    #193038
    keshabee
    Participant

    yes true i have seen many but they dont tend to remove the website field or hide it in bbpress, do you have any you could recommend me. Thanks

    #193030

    Topic: Paypal plugin

    in forum Installation
    ed5001
    Participant

    Hallo my WordPress version is 4.9.6, bbPress version 2.5.14, i dont have a site im now install WP and bbPress on my localhost computer and im learning, i please of advice.
    Im new in wordpress i want use bbpress commercially. I am looking for a solution which after payment of paypal, credit card, debit cart, automatically assigned to the user points that he could use for example his topic (in bbPress) would be sticked on top of the list etc. At the same time the plugin would protect against chargeback, etc.
    I find the plugin “PayPal Plus for WooCommerce” but when i scan it with virustotal.com, by the way, see for yourself: https://www.virustotal.com/#/file/0a9bac644a1fd7c2bab5c56c067a9fef627bd84c59d5c36933aa4528024e7054/detection
    Please help, give me some advice.
    Thanks

    #193028
    schranx
    Participant

    How can i delete all IP addresses that stored in the bbpress Data?

    #193027
    andreyart
    Participant

    Hi!

    I use dfd Native theme. And have no problems on other pages, but on bbPress forum my footer is broken,you can see it via this link:

    https://www.elitecurrensea.com/forums/

    Please help me with this issue, maybe i need to edit some files manually?

    Thank you

    keshabee
    Participant

    Is there a way to hide the the website field in bbpress for guest submissions or possib;y achieve this through code
    or possibly disable the website URl Filed area and hide it
    https://postimg.cc/image/68qfsj2vb/
    Thank you

    #193018
    inevitablebliss
    Participant

    Hello there!

    Ever since starting to work with bbPress (and Learnpress), all new users were assigned the site roles ‘subscriber, and participant’ and the forum role ‘instructor’.

    I don’t want all forum users to have the role ‘instructor’, since they aren’t. I have checked, but my default is really set to participant.

    See screenshots:

    https://drive.google.com/open?id=1RlJVw0QHIVV3Hp-MWvOdtYjh5cKAM6MR

    https://drive.google.com/open?id=1EAzfa2gQLyv20hmCVHGW65ueb8KBNUyV

    How can I make sure people will be assigned a normal forum role instead?

    My current versions (but I have had this issue for about 1,5 years now):

    WordPress 4.9.6
    BbPress Version 2.5.14
    BuddyPress Version 3.0.0
    LearnPress Version 3.0.8
    LearnPress BbPress integration Version 3.0.1
    LearnPress BuddyPress integration Version 3.0.2

    My website: http://www.InevitableBliss.com
    The forum: https://inevitablebliss.com/community/

    #193017
    emgb_520
    Participant

    We have a few forums using bbPress on our site and I think there may be a bug.

    When you click on the time stamp under “Latest” for a particular forum, it is supposed to take you to that post, but sometimes it doesn’t. And sometimes when admin is logged out, the post doesn’t even show up when trying to go to it (even on the non-premium, unrestricted forums).

    Also, we have 2 of the 4 forums restricted because they are premium. When on the forum list page, clicking on the forum title of a premium forum goes to a restricted page. BUT when clicking on the timestamp of the latest post for that premium forum, it lets you see the thread. This isn’t supposed to happen because the forum is restricted.

    Please help! Thanks in advance!

    vanduzled
    Participant

    When the Search EVerything plugin is activated, the topics won’t appear. What I did was deactivated all the plugins and reactivated them one by one to see what causes the problem. It was the Search Everyhing plugin.

    I also deactivated the “Allow forum wide search” from the forum settings but it’s the same.

    By the way, I am using the bbpress plugin inside a multisite. I’m not sure if that helps or not.

    Is there a way to fix this?

    MWCreative
    Participant

    I’ve been digging around trying to find a way to move topics between forums and found a nice way to do it with php – I’ve posted the code and explanation here in case anyone is struggling:

    Bulk Move bbPress Topics PHP

Viewing 25 results - 7,176 through 7,200 (of 64,471 total)
Skip to toolbar