Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 2,451 through 2,475 (of 11,605 total)
  • Author
    Search Results
  • #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!

    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

    #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

    #179991
    Dono12
    Participant

    I’m having this problem where a phantom link for the YouTube thumbnail is being shown in the excerpt portion of the Sidebar RECENT POST EXTENDED WIDGET. This phantom link, which is not clickable, takes you to the “video on YouTube” for that thumbnail.

    The weird thing is the phantom link is only being shown in the sidebar of the Buddypress Forums Plugin (BBP) page and nowhere else.
    I’ve tried the latest WP theme 2016, I’ve tried disabling all plugins, I’ve tried reverting back to older BBP Versions = (WHITE SCREEN OF DEATH) and I’ve tried digging through the codes for both plugin, got noooo where.
    I use the Automatic Featured Images from Videos plugin, to generate the YouTube Thumbnails. This plugin is also not the culprit. 🙂

    Please help, try a test version, see if the bug is a BBP plugin bug or a Recent Post Widget Extended plugin bug.

    Merry Christmas, if I don’t hear from anyone by then…. 😉

    #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?

    #179966
    haddlyapis
    Participant

    If i go to the forum page http://www.apis.de/forum (then log in) and click on one of the two latest posts then bbpress/wordpress logs me out. If i press Ctrl + F5 then it logs back in. This does not happen when i click on a different post within the topics, but only on the two latest posts.
    Please advise

    Robin W
    Moderator

    bbPress is tested with wordpress default themes. It maybe a conflict – you need to check plugins and themes

    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

    wpviva
    Participant

    I’m facing a problem related to forum topics. On the listing of forum topics, when I click on any topic in the list, it display the detail page of latest topic. URL is correct but show title and content of latest topic.

    WordPress version: 4.5.4
    bbPress version: 2.5.8

    #179900
    Pascal Casier
    Moderator

    What version of bbPress are you using ? Did you upgrade to the latest 2.5 ?
    Pascal.

    #179894
    Schoelje
    Participant

    Hi senatorman,

    My apologies for the late reply. I haven’t looked at this for quite some time and I haven’t tested it on any other situation/environment than my own.

    If you still need it: I usually use phpMyAdmin to export data to a csv file.

    #179892
    mohamedouqas
    Participant

    Hey Everybody .
    im using wordpress with bbpress plugin i can’t send followup emails or any other email except a new user notification email .
    my email tests and new subscription email works but any other email service does not( follow up or new topics email, new discussion … )
    wp-mail-smtp to test emails
    im using wordpress 4.6.1
    bbpress: 2.5.11
    Can you please help me solve this problem
    thank you

    inderdeepbajwa
    Participant

    I have the latest 4.7 version of WordPress and installed the latest bbPress plugin (updated 4 days ago).

    When I click on Forums->All forums, in the WP Dashboard, it shows me a full white blank page. Upon typing website.com/forums, it shows a blank page. The newly created forum link website.com/forums/forum/forum is also completely blank. I’ve tried this on two themes – Twenty Sixteen and Twenty Seventeen. Both showed blank page.

    I tried creating a new page and pasting [bbp-forum-index] but that gave me the following code as the result:
    {{ partial “head.html” . }}
    {{ partial “header.html” . }} {{ partial “sidebar.html” . }} {{ partial “post/header-cover.html” . }}
    {{ $paginator := .Paginate (where .Data.Pages “Type” “post”) }} {{ range $paginator.Pages }} {{ .Render “summary” }} {{ end }} {{ partial “pagination.html” . }}
    {{ partial “footer.html” . }}
    {{ partial “foot.html” . }}

    #179835
    #179800
    Stephen Edgar
    Keymaster

    Can you add some more details please?

    Does this happen if you do this yourself with a new test user?

    If you could add some reproducible steps like these:

    1. Create a new user testuser
    2. Add the participant role to testuser
    3. Signed in as admin I create a topic xyz
    4. Log out of admin, login as testuser
    5. Reply to topic xyz

    Actual Result:

    I see the reply author as….

    Expected Result:

    I expected to see the reply author as….

    #179771
    OFS
    Participant

    Hi,

    So we’ve tried everything & can’t understand why this area of a person’s profile isn’t showing the design of the theme.

    http://www.awesomescreenshot.com/image/1940542/c825d5493b4b28be3f483097398658d0

    It also produces a 404 status.

    We tested it on the 2015 theme & it didn’t work there either.

    Please help.

    Thanks

    #179761

    In reply to: Fetch different avatar

    ysiggen
    Participant

    Now that you state the obvious I didn’t even think of looking around that. Yes, BP’s profile gets displayed when someone clicks on a member while browsing the bbpress forums.

    The thing is, I guess, that the wp profile image stays the default and “true” one. Ideally, either wp should sync its avatar with BP or the other way around (BP fetches wp avatar and uses that one).

    Now as I’d like to keep it as it’s built, since it is quite good looking already, I mean I’d like to fully use the BP profile (that bbpress redirects to, as you pointed out), I’m not too sure of what would be the fastest or/and easiest:

    • Do the wp profile images gets synced with the BP profile image (since it has one on its own)
    • Tell bbpress to go fetch the BP profile image, since my users only have access to their BP profile

    I looked for plugins that do either, already, I didn’t quite find my fit yet. And I was hoping someone would have done something similar or knows enough to talk me roughly through what I need to do in order to achieve what I want to do.

    Either way, if anyone has some clue, that would be nice.

    If there is no luck at it, I guess I’ll be trying to do it by myself, but as I am no php expert and don’t really know much about either wp, bbpress or BP, I’ll have to get going with more reading first.

    Thank’s for your reply Setphen, it lit a bulb on my side.

    #179732
    Stephen Edgar
    Keymaster

    I’m not seeing any issues with this @piratesjv81

    If you look at this screenshot https://cloudup.com/c-PvKdbwPl0

    The forum testtesttest is a sub-forum of the revision tests forum and they both have the subscribe link to subscribe to the forums

    #179724
    horizon70s
    Participant

    I think this may be related to a couple other complaints, but there’s no menus once there’s an install on WP 4.7

    I’ve tested on 2 different vanilla installs, on 2 different domains.

    Thanks

    #179687
    AITpro
    Participant

    Also I don’t know if this function I created to add capabilities did anything in combination with deactivating and activating bbPress, but this function was in my Theme functions.php file during the process of doing the deactivation and activation. 😉

    // bbPress Keymaster capabilities fix
    function aitpro_add_caps_bbp_keymaster_fix() {
    
    $capabilities = array( 
    		'keep_gate', 
    		'spectate', 
    		'participate', 
    		'moderate', 
    		'throttle', 
    		'view_trash', 
    		'publish_forums', 
    		'edit_forums', 
    		'edit_others_forums', 
    		'delete_forums', 
    		'delete_others_forums', 
    		'read_private_forums', 
    		'read_hidden_forums', 
    		'publish_topics', 
    		'edit_topics', 
    		'edit_others_topics', 
    		'delete_topics', 
    		'delete_others_topics', 
    		'read_private_topics', 
    		'publish_replies', 
    		'edit_replies', 
    		'edit_others_replies', 
    		'delete_replies', 
    		'delete_others_replies', 
    		'read_private_replies', 
    		'manage_topic_tags', 
    		'edit_topic_tags', 
    		'delete_topic_tags', 
    		'assign_topic_tags' 
    		//'test' 
    		);
    
        $role = get_role( 'bbp_keymaster' );
    	
    	foreach( $capabilities as $cap ) {
            $role->add_cap( $cap );
    	}
    }
    
    add_action( 'admin_init', 'aitpro_add_caps_bbp_keymaster_fix');
    #179683
    AITpro
    Participant

    Eureka I found where the problem is. Yeah!

    On my Live site this is the DB value for wp_options > wp_user_roles is missing the “keep_gate” and all other capabilities.

    Live site DB value: s:13:"bbp_keymaster";a:2:{s:4:"name";s:9:"Keymaster";s:12:"capabilities";a:0:{}}

    Local Dev test site DB value: s:13:"bbp_keymaster";a:2:{s:4:"name";s:9:"Keymaster";s:12:"capabilities";a:29:{s:9:"keep_gate";b:1;s:8:"spectate";b:1;s:11:"participate";b:1;s:8:"moderate";b:1;s:8:"throttle";b:1;s:10:"view_trash";b:1;s:14:"publish_forums";b:1;s:11:"edit_forums";b:1;s:18:"edit_others_forums";b:1;s:13:"delete_forums";b:1;s:20:"delete_others_forums";b:1;s:19:"read_private_forums";b:1;s:18:"read_hidden_forums";b:1;s:14:"publish_topics";b:1;s:11:"edit_topics";b:1;s:18:"edit_others_topics";b:1;s:13:"delete_topics";b:1;s:20:"delete_others_topics";b:1;s:19:"read_private_topics";b:1;s:15:"publish_replies";b:1;s:12:"edit_replies";b:1;s:19:"edit_others_replies";b:1;s:14:"delete_replies";b:1;s:21:"delete_others_replies";b:1;s:20:"read_private_replies";b:1;s:17:"manage_topic_tags";b:1;s:15:"edit_topic_tags";b:1;s:17:"delete_topic_tags";b:1;s:17:"assign_topic_tags";b:1;}}

    #179621

    In reply to: bbPress like Flarum

    akgt
    Participant

    another minor update, using the latest files uploaded yesterday directly into the patent theme, things work better, still needs some updates but works better,

    Maybe you have your bbpress setup slightly different, what are you bbpress settings ?

    user settings wont work with buddypress active in this theme.
    it changes url forums/users/Adam/ to members/Adam/edit/

    also doing this make not difference.

    Maybe theme put styles in <?php wp_footer(); ?>
    try to remove <?php wp_footer(); ?> from bbpress.php and view did work.

    #179618
    u_Oi
    Participant

    I tested the site and runs fast…

    #179609
    senatorman
    Participant

    It look like the authors off BBpress ignore an very big problem that the performance goes bad on big forums.
    They can’t test this, because they have no big testforum, so they think BBpress is fast enough, but it isn’t

    PLEASE PUT YOUR TIME IN THIS PROBLEM, IF YOU WILL MAKE BBPRESS GROW.

    Take a look of my forum. 1100000 posts, 72000 topics, 50000 members.

    http://www.opel-forum.nl

    #179592
    reedy
    Participant

    Those patches are over two years old. I’m running the latest version of bbpress and still have this issue. Do I need to apply the patches above to core? Why aren’t they in the current stable release?

Viewing 25 results - 2,451 through 2,475 (of 11,605 total)
Skip to toolbar