Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 9,826 through 9,850 (of 64,474 total)
  • Author
    Search Results
  • #180060

    In reply to: signature separator

    senatorman
    Participant

    i thought bbpress had a signature option. But after your question what plugin i use for the signature i think it is the signature from Buddypress

    #180058
    akgt
    Participant

    How can I use frontend pm with bbpress as a pm system ?

    #180057
    Wilbur
    Participant

    Please is there a JSON API for bbPress? If yes how do I access/enable it?

    #180052
    ldesherl
    Participant

    Hello:

    I tried to set up a forum on my site. Where do I add new forums? I created a Forum page but I see no options to add forums to any pages. They go to my landing page only. Instructions for setting up a forum aren’t clear enough to me.

    http://alllivesaresacred.com

    I’m using WordPress 4.7 and bbPress 2.5.12

    Thank You!

    Lisa DeSherlia

    #180051
    Robin W
    Moderator

    can I use front end pm as a bbpress pm system instead ?

    no idea whether you can – suggest you try

    #180050
    akgt
    Participant

    Ive installed the plugin but so far im getting error not found when i try to send a message or check my messages, with a bit of testing it seam to be having a conflict with my theme.

    can I use front end pm as a bbpress pm system instead ?

    #180049
    phil96
    Participant

    Hi, I’m having an issue with how bbpress displays on my website. Im using the divi theme with the latest bbpress plugin and wordpress version.

    The border is misaligned on the left and bottom (see link below). I have tried css to fix it but with no luck. I think its to do with the padding. Anyone know how to fix this?

    https://www.dropbox.com/s/fxizzkhjh285l4r/Screenshot%202016-12-23%2016.59.45.png?dl=0

    Thanks for any help!

    #180033
    pjbarry21
    Participant

    We’re still having this issue — even after updating WP to 4.7 and the latest version of bbPress to 2.5.12. It may be unrelated to the issue fixed in the latest release, but I’m not sure how we can even identify if it’s the same/related issue or something totally different. Any suggestions on what we can do to try to get this resolved (since the updates didn’t do it)? Thanks!

    #180028
    .:DDoS:.
    Participant

    Hi! Good day! Is it possible to convert thread [bbpress a like] to post [normal wordpress post] ?

    #180024
    akgt
    Participant

    Im looking for a PM system that will work with wordpress and bbpress, ive found frontend PM but it doesnt work with bbpress out of the box and im not getting any reply from the developer.

    does anyone have any suggestions.

    AITpro
    Participant

    @invoke_media_group – This forum topic does not have anything to do with your issue/problem. So please create a new forum topic for your different issue/problem. Also you should do standard troubleshooting steps first before posting your new forum topic: deactivate all other plugins to see if another plugin is causing the problem, comment out any custom functions you have created in your theme functions.php file, switch your current theme to a WordPress theme: 2017, 2016… When you post a bbPress forum topic you need to include these things: what WordPress version you have installed, bbPress version you have installed and what troubleshooting steps you have already performed.

    You should also probably include the relevant code in file: /bbpress/includes/core/template-function.php on line 316 (shown below) and that this function: bbp_get_template_stack() uses this filter: bbp_get_template_stack to Call the functions added to the ‘bbp_template_stack’ filter hook, and return an array of the template locations. There is also a related bug here that appears to have already been fixed: https://bbpress.trac.wordpress.org/ticket/2871

    	// Sort.
    	if ( class_exists( 'WP_Hook' ) ) {
    		$filter = $wp_filter[ $tag ]->callbacks;
    	} else {
    		$filter = &$wp_filter[ $tag ];
    
    		if ( ! isset( $merged_filters[ $tag ] ) ) {
    			ksort( $filter );
    			$merged_filters[ $tag ] = true;
    		}
    	}
    Invoke_Media_Group
    Participant

    bbpress is starting to KILL all my sites that have it. I am thinking it is time to REMOVE this from my sites. Now I cannot even access my sites. This is the error code:

    Warning: ksort() expects parameter 1 to be array, object given in /home/content/p3pnexwpnas06_data03/07/2899307/html/wp-content/plugins/bbpress/includes/core/template-functions.php on line 316

    Can anyone help?

    #180019
    Oleksandr Kramer
    Participant

    Changes for version 0.3
    * Check user capability
    * Convert user subscriptions
    * Convert Simple-press groups to bb-press category forum
    Usage example:
    http://site.com?bbpressimport=1&delete=1
    And of course make a database backup before converting.

    Download

    AITpro
    Participant

    WordPress 4.7
    bbPress 2.5.12
    Site: https://forum.ait-pro.com/
    Custom bbPress/BuddyPress Theme & tested switching to WP Twenty Seventeen Theme
    Tried creating a bug ticket on trac, but was not allowed to login and do so.

    Issue: In previous versions of bbPress this code below worked fine in my Theme functions.php file. As of bbPress 2.5.12 this code is no longer working in my Theme functions.php file. I checked output and bbPress Core code and did not see anything obvious. Output was good. ie $role and $caps, but it appeared that the filter was not being processed in time when the Activity template loaded. So I moved this code to the BuddyPress /plugins/bp-custom.php file and this code works fine. So obviously this some kind of init or loading order type of issue. ie the filter is being processed too late.

    // bbPress Disable Topic Tags for Participants
    function aitpro_get_caps_for_role_filter( $caps, $role ) {
    	
    	if ( $role == 'bbp_participant' )
    		$caps = aitpro_get_caps_for_role( $role );
    
    	return $caps;
    }
     
    add_filter( 'bbp_get_caps_for_role', 'aitpro_get_caps_for_role_filter', 10, 2 );
    
    function aitpro_get_caps_for_role( $role ) {
    	switch ( $role ) {
    		/* Disable Topic Tags for Participants */
    		case 'bbp_participant':
    			return array(
     
    				// Primary caps
    				'spectate'              => true,
    				'participate'           => true,
    
    				// Forum caps
    				'read_private_forums'   => true,
    
    				// Topic caps
    				'publish_topics'        => true,
    				'edit_topics'           => true,
    
    				// Reply caps
    				'publish_replies'       => true,
    				'edit_replies'          => true,
    
    				// Topic tag caps
    				'assign_topic_tags'     => false, // Using false disables allowing Participants to create Topic Tags
    
    			);
    			break;
    		default :
    
    		return $role;
    	}
    }
    ToobHed
    Participant

    Any post or reply on any forum throws an error after a long time of trying to submit the post [an error occurred while processing this directive]

    The post or reply is successful, you can see it when you reload the page. When you make a post or reply and click submit, you can reload the page almost immediately and see that the post was made, not sure why it hangs so long and then shows [an error occurred while processing this directive]

    I have tried this with WordPress 2016 theme with the same outcome. It does not do this on my local development server. This is not a new problem but I have just updated to the latest version and it still happens.

    Wordpress 4.7
    bbPress 2.5.12
    BuddyPress 2.7.3
    Hosted on GoDaddyShared Hosting

    I don’t know if there is a way to get more info from the server, its go daddy shared hosting

    #180015
    jadmac
    Participant

    I recently started using bbpress forums on my site, after which I have observed a significant traffic drop, does anyone know why this may be and if there are certain SEO settings etc I may need to tweak to fix this issue?

    Any help would be appreciated,

    Thanks

    #180008

    In reply to: Groups

    jpasco23
    Participant

    In addition, here’s the screenshot. Screenshot of whatI want. Adding groups.

    I highlighted the groups section on that screenshot and I want something like that using bbpress.

    #180007

    Topic: Groups

    in forum Troubleshooting
    jpasco23
    Participant

    Hello,
    I am currently using bbpress on my wordpress site and I am struggling on adding groups on the bbpress like on this site ( http://connect.additudemag.com/groups/ ). I just wanted to know if bbpress is capable of having this features too because I really wanted to create groups on my forum but I don’t know where to add it. Please help me, this is urgent.

    #180005
    vivacityinfo
    Participant

    Hello,
    Greetings!

    I am using bbpress plugin on my website. Before 1 month ago, we was facing one problem regarding bbpress topics then we have created ticket here. then we get the reply by your team member and he/she suggest me http://www.rewweb.co.uk/bbpress-wp4-fix/ plugin for it. then it worked for me. but after using it other problem was generating that latest topic content is overwriting on every topics in same forum . For solving this I have used http://www.rewweb.co.uk/bbpress-wp4-fix2/ plugin.

    But now both plugins are not working properly together.Here only one plugin can work at one time properly.

    Please guide me regarding this.

    Thanks & Regards

    #179993
    Robin W
    Moderator

    if you haven’t modified bbpress.css then you should not need to copy it anywhere – it will load from the plugin location.

    the url you are showing will return a 404 as it has style.css mid way through

    Jon Fergus
    Participant

    How do bbpress sites deal with email quota limits? We’re hosted with Dreamhost and the limit is 100 outgoing emails per hour. We’ve also tried setting up SMTP through gmail, but the limit there is 500 per day. Either way, our notifications are enough that we hit those limits quite often.

    I’m sure we’re not the first to deal with this… so what kind of solutions are out there?

    #179990
    tinarrion
    Participant

    We have upgraded to the latest versions of WordPress (4.7) and BBPress (2.5.12). We are seeing javascript errors now for finding the BBPress.css in the Child Theme.

    http://insequence.online/wp-content/themes/flatbase-child/style.css/bbpress/bbpress.css?ver=4.7 Failed to load resource: the server responded with a status of 404 (Not Found)

    I have copied the BBPress folder into the root directory of the child theme, though the link above states it should be in a structure below the style.css. This cannot be done, is there somewhere I can modify where it is looking or do I need to do something different to get past this?

    #179985
    createrece
    Participant

    I could install bbpress version 2.5.12 now it’s working but still one problem coming “Demo importer not working ” Tools > demo importer > click “import” or “Demo” > Import not working but Demo only working ..

    #179982
    createrece
    Participant

    Warning: ksort() expects parameter 1 to be array, object given in /home/content/html/wp-content/plugins/bbpress/includes/core/template-functions.php on line 316

    Warning: Cannot modify header information – headers already sent by.html/wp-includes/pluggable.php on line 1179

    My page admin is not open then how can update my plugins ?

    #179979
    msmissy
    Participant

    Hello,

    I need help setting up a forum. I have installed BuddyPress and bbPress 2.5.12-6148. I have WordPress 4.6.1. The gist of the forum and the specs that I’m aiming for are:

    1) I want the forum to appear in my menu bar like the support menu option above.
    2) I want the forum page to be essentially look like the support forum page on this site, where each time a topic is created it’s added to that page in an ongoing list.
    3) I need there to be an effective search feature that allows users to find a company (which will be the topic title) so they can add to that stream instead of having multiple streams about the same company.
    4) I want the forum to be accessible via paid membership only.
    5) I want the moderator, and only the moderator, to have a tool to mark an issue “resolved” such as a different color font, bold highlighted font, etc. But I want to do this without closing the thread so that every time there’s an issue that same thread can be used.

    If you can help, please let me know what your rates are. And if those rates are hourly, approximately how long you think this project will take.

Viewing 25 results - 9,826 through 9,850 (of 64,474 total)
Skip to toolbar