Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 16,651 through 16,675 (of 64,532 total)
  • Author
    Search Results
  • #158405
    Robkk
    Moderator

    @supremor

    if you are using this it says it does have bbpress compatibility

    https://wordpress.org/plugins/wp-math-captcha/

    other than that i say ditch captchas altogether and use bruteprotect or jp protect when its fused with jetpack.

    #158403

    In reply to: bbPress not working!?

    Robkk
    Moderator

    yeah i am a little too

    hmmm did you try bbpress by itself with no other plugins activated??

    when you do try it by itself use a default theme like twentytwelve and see if we can find the issue.

    you could get the product custom post type from woocommerce right??

    #158399
    Robkk
    Moderator

    @robin-w

    they mostly communicate on SLACK especially a meeting on Wednesdays.. they do creep the forums sometimes though

    Any idea how I can get this to the attention of one of the authors


    @katiekat

    you could go on slack in the #bbpress channel and notify @jjj , there was another user who had an issue with subscriptions and he might look into it.

    Participate & Contribute


    @robin-w
    you might as well check the slack channel too , especially on Wednesdays

    #158397
    DuncanMarshall
    Participant

    It seems this is a known issue for WordPress when ordering by meta query. BBPress does this to order by “last active” which is the default (and in my case, desired).

    Loading a forum index, on my site, takes about 20 seconds.

    Here is the offending SQL:

        [9] => Array
            (
                [0] => SELECT SQL_CALC_FOUND_ROWS  wp_posts.ID FROM wp_posts  INNER JOIN wp_postmeta ON (wp_posts.ID = wp_postmeta.post_id) WHERE 1=1  AND wp_posts.post_parent = 9  AND wp_posts.post_type = 'topic' AND (wp_posts.post_status = 'publish' OR wp_posts.post_status = 'closed' OR wp_posts.post_status = 'private' OR wp_posts.post_status = 'hidden') AND (wp_postmeta.meta_key = '_bbp_last_active_time' ) GROUP BY wp_posts.ID ORDER BY wp_postmeta.meta_value DESC LIMIT 0, 15
                [1] => 19.448324918747
                [2] => require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), apply_filters('template_include'), call_user_func_array, bbp_template_include, apply_filters('bbp_template_include'), call_user_func_array, bbp_template_include_theme_compat, BBP_Shortcodes->display_forum, bbp_get_template_part, bbp_locate_template, load_template, require('/themes/xx/bbpress/content-single-forum.php'), bbp_has_topics, WP_Query->__construct, WP_Query->query, WP_Query->get_posts
            )

    There’s a ticket which seems to be addressing my problem here: https://bbpress.trac.wordpress.org/ticket/1925

    Unless I’m misreading it, the upshot is “We should probably be using post_modified on the topic instead of a meta value for ‘last activity’, so as to avoid using the JOIN… but we haven’t yet”.

    So how do other sites do it? This one, for instance? Or WordPress.org? They have more posts than I do, but have got around this issue somehow.

    Any solution?

    Thanks.

    #158396

    In reply to: bbPress not working!?

    Adri Oosterwijk
    Participant

    Thank you for your reply.

    I installed through the wordpress installer ->from the plugins ->add new -> install.
    Second attempt downloaded the zip, upload it to wordpress and activate it.

    No functions added.

    I’m using MAMP (for mac, obviously) with mySql and Apache.
    Because I’m on a mac I never had to bother about drivers etc.

    Other plugins are installing fine, except I had an issue in the last couple of days with the upgrade of WooCommerce in conjunction with the WPML plugin. That is solved. It was permalink related (content showed in English and was invisible in Dutch)

    I have tried to remove the bbPress plugin and try to reinstall it to no avail.

    I’m really puzzled here.

    Robkk
    Moderator

    i think this plugin will help , just create you custom messages sent to the user to include all the information you want.

    https://wordpress.org/plugins/bbpress-custom-reply-notifications/

    #158391

    In reply to: i ask theme ?

    Robkk
    Moderator

    @crewockeez

    its not a theme its a mock-up , never was a theme

    it was a mockup for a website wanting suggestions for design changes from its forum users running bbPress standalone.

    if you want someone to design it for you go to http://jobs.wordpress.net/

    #158390

    In reply to: bbPress not working!?

    Robkk
    Moderator

    tell me everything you did during installation
    especially if you added some functions to try to make it work

    what local development area software are you using??
    did you have all the requirements to run this software, (i had a problem with wamp not to long ago and it was because of a driver was missing)

    can you install any other plugins fine??

    you can try reinstalling bbPress and see if there was a problem during the first installation

    #158380
    gatelli
    Participant

    Hi,
    I posted this question in Buddypress forum but no answer so I try here.
    In the “Discussion Forums” WordPress-Page (Global Forum) only Admins can see the threads for Private Group Forums they are members in. Normal Users only see the threads from Public Groups, but not from Private Groups they are member in. They have to go to the group forum page to see threads.
    Is there a way to see these private topics in Global Forum for group members ?
    (I know there is no option for that, but I’d like to modify the core to add manually 2-3 user-IDs who are allowed to see ALL topics like an admin in the global forum, I just want to know which line/file I could modify )

    Note: I didn’t activate the bbpress, I use buddypress forum.

    Thank you.

    #158379
    Joe Dostie
    Participant

    So a little more investigating and I am finding this dose NOT appear to be related to bbPress, it looks like my BLOGS are having the same issue.

    This appears to be related to the permalink structure.

    I currently have it set to “Post Name”

    I’m going to read up a little more on this and see if I can come to some understanding.

    #158378
    Adri Oosterwijk
    Participant

    After installation no items appears in WordPress Dashboard, no custom post types are created (as far as I can see)…… No menu item in Settings menu. Nothing happens. Why? What do I do wrong. I am trying for about a day now and I can’t figure it out…… pulling my hair out. Please help.

    Worpdpress 4.1, bbPress latest, local site, developing mode1

    #158374
    Joe Dostie
    Participant

    Posting that code seems to have screwed up the thread…oh boy!

    Well in any case I have been doing some testing.

    It looks to me like bbPress is expecting to always be in the ROOT of the site.

    I can make some adjustments but it then appears to mess something else up.

    Take a look at this forum, I will leave it alone for a whole so you can look at it. But it explains the issue.

    If I make the forum a child page bbPress will not create the forum with the parent page.

    If you adjust the forum root setting to fix this, then bbPress takes over and the breadcrumb so the hierarchy is no longer correct.

    At least that’s how it appears to me…

    #158373
    kc9wwh
    Participant

    lol

    I went to Tools > Forums > Reset Forums, checked the 2 boxes and clicked Reset bbPress.

    …I did try disabling and re-enabling the plug-in first, but that didn’t work.

    Thanks again!

    #158371
    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 twentytwelve, and see if this fixes.

    Then come back

    #158370
    kc9wwh
    Participant

    So I have no clue what was causing this….but, I went ahead and just reset bbPress and viola! Everything is working as it should! lol…wish I knew what caused it, but at least there were not that many posts yet.

    #158362
    ryanlovestheory
    Participant

    Hello,
    I need help like something fierce.

    I have installed the bbpress plugin and ensured that both the plugin and wordpress are both running the most updated versions.

    The issue I am having is that registered users can not login on the front end of my wordpress site. The login widget looks like it functions properly, however, when users login with their credentials, it never actually logs them in on the front end. Please help me.

    #158355
    Robin W
    Moderator

    ok, more drastic action required

    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 twentytwelve, and see if this fixes.

    Sorry I’m running out of ideas beyond this … 🙂

    #158352
    Robin W
    Moderator

    @vikingpoker

    I have another plugin user with this issue, which helps as it should get me quicker to a solution.

    But can I also ask your help?

    Could I please ask you to do 2 things (or any combination will help me)

    1. Could you try version 1.2 – I’m not sure if the latest version 1.3 is an issue

    Therefore could you go to http://www.rewweb.co.uk/bbp-style-pack-1-2/ and follow the instructions.

    If this works, then let me know, as it will eliminate much of my code as the issue.

    2. If you are able to could you :
    a. Deactivate all plugins except bbpress and bbp style pack and see if this fixes. if it does, re-enable one at a time to see which is causing the error when my plugin is also active.
    b. If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentytwelve, and see if this fixes.

    Then switch back to your normal theme and re-enable all plugins (except mine as this is causing the issue) and come back with the results

    #158319
    paigedah
    Participant

    forum can be found under forums: http://www.stardatesbahamasinternational.com

    i cant figure out why it isnt formatted properly, can anyone help?

    #158317
    vikingpoker
    Participant

    bbPress, bbPress New UI, Black Studio TinyMCE Widget, BuddyPress, Contact Form 7, iFlyChat, Regenerate Thumbnails, Responsive Lightbox, Widget Logic, WP-PageNavi

    Other than yours thats it.

    #158316

    In reply to: i ask theme ?

    crewockeez
    Participant

    i want theme bbpress in pic

    #158306

    In reply to: Layout in progress

    peter-hamilton
    Participant

    I agree with you there, and I am hoping to improve where they failed

    in the mean time, a shot of the BBPress forum index

    Robin W
    Moderator

    It was quicker to code it than describe it.

    Basically I’ve created a new widget called (rew) Login Widget

    Copy all the below into your functions file

    You’ll see that all it required was taking out the label, and putting ‘placeholder’ into the input line

    I even changed lost password into forgot your password !

    The go into widgets and you’ll see the new widget (rew) Login Widget

    enjoy !

    class Rew_Login_Widget extends WP_Widget {
    
    	/**
    	 * bbPress Login Widget
    	 *
    	 * Registers the login widget
    	 *
    	 * @since bbPress (r2827)
    	 *
    	 * @uses apply_filters() Calls 'bbp_login_widget_options' with the
    	 *                        widget options
    	 */
    	public function __construct() {
    		$widget_ops = apply_filters( 'rew_login_widget_options', array(
    			'classname'   => 'bbp_widget_login',
    			'description' => __( 'A simple login form with optional links to sign-up and lost password pages.', 'bbpress' )
    		) );
    
    		parent::__construct( false, __( '(rew) Login Widget', 'bbpress' ), $widget_ops );
    	}
    
    	/**
    	 * Register the widget
    	 *
    	 * @since bbPress (r3389)
    	 *
    	 * @uses register_widget()
    	 */
    	public static function register_widget() {
    		register_widget( 'Rew_Login_Widget' );
    	}
    
    	/**
    	 * Displays the output, the login form
    	 *
    	 * @since bbPress (r2827)
    	 *
    	 * @param mixed $args Arguments
    	 * @param array $instance Instance
    	 * @uses apply_filters() Calls 'bbp_login_widget_title' with the title
    	 * @uses get_template_part() To get the login/logged in form
    	 */
    	public function widget( $args = array(), $instance = array() ) {
    
    		// Get widget settings
    		$settings = $this->parse_settings( $instance );
    
    		// Typical WordPress filter
    		$settings['title'] = apply_filters( 'rew_widget_title', $settings['title'], $instance, $this->id_base );
    
    		// bbPress filters
    		$settings['title']    = apply_filters( 'rew_login_widget_title',    $settings['title'],    $instance, $this->id_base );
    		$settings['register'] = apply_filters( 'rew_login_widget_register', $settings['register'], $instance, $this->id_base );
    		$settings['lostpass'] = apply_filters( 'rew_login_widget_lostpass', $settings['lostpass'], $instance, $this->id_base );
    
    		echo $args['before_widget'];
    
    		if ( !empty( $settings['title'] ) ) {
    			echo $args['before_title'] . $settings['title'] . $args['after_title'];
    		}
    
    		if ( !is_user_logged_in() ) : ?>
    
    			<form method="post" action="<?php bbp_wp_login_action( array( 'context' => 'login_post' ) ); ?>" class="bbp-login-form">
    				<fieldset>
    					<legend><?php _e( 'Log In', 'bbpress' ); ?></legend>
    
    					<div class="bbp-username">
    						<input type="text" name="log" placeholder = "Username" value="<?php bbp_sanitize_val( 'user_login', 'text' ); ?>" size="20" id="user_login" tabindex="<?php bbp_tab_index(); ?>" />
    						
    					
    					</div>
    
    					<div class="bbp-password">
    						<input type="password" name="pwd" placeholder = "Password"  value="<?php bbp_sanitize_val( 'user_pass', 'password' ); ?>" size="20" id="user_pass" tabindex="<?php bbp_tab_index(); ?>" />
    					</div>
    
    					<div class="bbp-remember-me">
    						<input type="checkbox" name="rememberme" value="forever" <?php checked( bbp_get_sanitize_val( 'rememberme', 'checkbox' ), true, true ); ?> id="rememberme" tabindex="<?php bbp_tab_index(); ?>" />
    						<label for="rememberme"><?php _e( 'Remember Me', 'bbpress' ); ?></label>
    					</div>
    
    					<div class="bbp-submit-wrapper">
    
    						<?php do_action( 'login_form' ); ?>
    
    						<button type="submit" name="user-submit" id="user-submit" tabindex="<?php bbp_tab_index(); ?>" class="button submit user-submit"><?php _e( 'Log In', 'bbpress' ); ?></button>
    
    						<?php bbp_user_login_fields(); ?>
    
    					</div>
    
    					<?php if ( !empty( $settings['register'] ) || !empty( $settings['lostpass'] ) ) : ?>
    
    						<div class="bbp-login-links">
    
    							<?php if ( !empty( $settings['register'] ) ) : ?>
    
    								<a href="<?php echo esc_url( $settings['register'] ); ?>" title="<?php esc_attr_e( 'Register', 'bbpress' ); ?>" class="bbp-register-link"><?php _e( 'Register', 'bbpress' ); ?></a>
    
    							<?php endif; ?>
    
    							<?php if ( !empty( $settings['lostpass'] ) ) : ?>
    
    								<a href="<?php echo esc_url( $settings['lostpass'] ); ?>" title="<?php esc_attr_e( 'Forgot Your Password', 'bbpress' ); ?>" class="bbp-lostpass-link"><?php _e( 'Forgot Your Password', 'bbpress' ); ?></a>
    
    							<?php endif; ?>
    
    						</div>
    
    					<?php endif; ?>
    
    				</fieldset>
    			</form>
    
    		<?php else : ?>
    
    			<div class="bbp-logged-in">
    				<a href="<?php bbp_user_profile_url( bbp_get_current_user_id() ); ?>" class="submit user-submit"><?php echo get_avatar( bbp_get_current_user_id(), '40' ); ?></a>
    				<h4><?php bbp_user_profile_link( bbp_get_current_user_id() ); ?></h4>
    
    				<?php bbp_logout_link(); ?>
    			</div>
    
    		<?php endif;
    
    		echo $args['after_widget'];
    	}
    
    	/**
    	 * Update the login widget options
    	 *
    	 * @since bbPress (r2827)
    	 *
    	 * @param array $new_instance The new instance options
    	 * @param array $old_instance The old instance options
    	 */
    	public function update( $new_instance, $old_instance ) {
    		$instance             = $old_instance;
    		$instance['title']    = strip_tags( $new_instance['title'] );
    		$instance['register'] = esc_url_raw( $new_instance['register'] );
    		$instance['lostpass'] = esc_url_raw( $new_instance['lostpass'] );
    
    		return $instance;
    	}
    
    	/**
    	 * Output the login widget options form
    	 *
    	 * @since bbPress (r2827)
    	 *
    	 * @param $instance Instance
    	 * @uses BBP_Login_Widget::get_field_id() To output the field id
    	 * @uses BBP_Login_Widget::get_field_name() To output the field name
    	 */
    	public function form( $instance = array() ) {
    
    		// Get widget settings
    		$settings = $this->parse_settings( $instance ); ?>
    
    		<p>
    			<label for="<?php echo $this->get_field_id( 'title' ); ?>"><?php _e( 'Title:', 'bbpress' ); ?>
    			<input class="widefat" id="<?php echo $this->get_field_id( 'title' ); ?>" name="<?php echo $this->get_field_name( 'title' ); ?>" type="text" value="<?php echo esc_attr( $settings['title'] ); ?>" /></label>
    		</p>
    
    		<p>
    			<label for="<?php echo $this->get_field_id( 'register' ); ?>"><?php _e( 'Register URI:', 'bbpress' ); ?>
    			<input class="widefat" id="<?php echo $this->get_field_id( 'register' ); ?>" name="<?php echo $this->get_field_name( 'register' ); ?>" type="text" value="<?php echo esc_url( $settings['register'] ); ?>" /></label>
    		</p>
    
    		<p>
    			<label for="<?php echo $this->get_field_id( 'lostpass' ); ?>"><?php _e( 'Lost Password URI:', 'bbpress' ); ?>
    			<input class="widefat" id="<?php echo $this->get_field_id( 'lostpass' ); ?>" name="<?php echo $this->get_field_name( 'lostpass' ); ?>" type="text" value="<?php echo esc_url( $settings['lostpass'] ); ?>" /></label>
    		</p>
    
    		<?php
    	}
    
    	/**
    	 * Merge the widget settings into defaults array.
    	 *
    	 * @since bbPress (r4802)
    	 *
    	 * @param $instance Instance
    	 * @uses bbp_parse_args() To merge widget settings into defaults
    	 */
    	public function parse_settings( $instance = array() ) {
    		return bbp_parse_args( $instance, array(
    			'title'    => '',
    			'register' => '',
    			'lostpass' => ''
    		), 'login_widget_settings' );
    	}
    }
    
    add_action( 'widgets_init', function(){
         register_widget( 'Rew_Login_Widget' );
    });
    #158302
    kc9wwh
    Participant

    Its weird…I can change permissions for Posts and Pages and they come through instantly…its just with bbPress that I am noticing issues.

    Tomorrow I may just have to remove bbPress and try re-installing it and see what happens. Anyway, I’ll check back here tomorrow first.

    #158296
    Robin W
    Moderator

    Come back if you rae still having problems tomorrow, but the code you posted works with bbpress !

Viewing 25 results - 16,651 through 16,675 (of 64,532 total)
Skip to toolbar