Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\"'

Viewing 25 results - 5,726 through 5,750 (of 26,859 total)
  • Author
    Search Results
  • #173857
    Stephen Edgar
    Keymaster

    Probably the most noticeable issue after the import are the attachments. They are basically a number with opening and closing ATTACH bbcodes.

    I’m not quite sure what to do with attachments as bbPress import system does not yet support attachments ¯\_(ツ)_/¯

    I could add some code to “hide” the BBCode whilst still keeping it as a refernce?

    Also I’ve added support for YouTube, Daily Motion and Vimeo BBCode conversion

    Then there are the quotes to other posts. These simply just come in as text and the post IDs don’t match those in bbpress. In xenForo, the quoted posts link back to the post that was quoted.

    I’ve added some styling to the quotes now, so it wraps that quotes in “blockquote” and cites the authors name, e.g “wendellh wrote:”

    For now we can’t link to the quoted post, this is on my radar to do but requires some pretty big changes, maybe bbPress 2.8.

    I’ve also noticed that soft deleted posts (only viewable by mods and admins) in xenForo are coming in as public posts.

    Ah, I didn’t know about these types of posts, I’ve now done this, for topics/threads replies/posts that were “soft deleted” these are now imported with bbPress/WordPress “pending” status.

    antoinemg
    Participant

    Hello!

    My WordPress is very slow since Woocommerce and Memberships are activated at the same time. When I say slow, I mean that it takes around 20sec to load a page from the Dashboard.

    When I deactivate Memberships, everything is back to normal. When I activate Memberships but deactivate bbPress, everything is back to normal.

    I saw on the wordpress.org that i’m not the only one having performance problems with Memberships and bbPress but nobody found a solution.

    I tried to install bbPress 2.6 Alpha but it doesn’t work.

    What can I do?

    Thanks a lot

    #173846
    madflute
    Participant

    Hi, I am new to WP so appreciate your patience.

    I need to have BBP subscribers notified of new forum/topic and/or replies but not sure how to make it work. I’d had thought the fact each Forum has “Subscribe” option made me think it would notify by email out of the box.

    SMTP is working. In fact, bbPress Notify (No-Spam) works, but it sends out to hardcoded recipients, not subscribers who chose to subscribe specific Forum.

    Added issue here is I have 2 private groups. So the notification really has to be subscribers choice per Forum.

    WP4.4.2
    BBP 2.5.8
    So far I have
    AsynCRONous bbPress Subscriptions 2.1
    bbP Manage Subscriptions 1.2.0
    bbP private groups 3.1.9
    bbP Toolkit 1.0.6
    bbPress Notify (No-Spam) 1.10
    Better Notifications for WordPress 1.3.9.5
    topic subscribe 1.0

    I understand the bbPress Notify has paid plugins to respect the private group and user opt-out, but this is a non-profit organization and everything is coming out of my pocket.

    Hope someone could point me to a right direction. Here is the URL
    http://jazztokyo.org/forums/
    but you won’t see all the forums in the private groups.

    Thank you in advance.

    P.S., yes it is reproducible with TwentySixteen.

    -Hiro

    Valery Kondakoff
    Participant

    Hello!

    Here is what I see in the fresh bbPress (2.5.8) install on WordPress (4.4.2) with Twenty Sixteen theme: http://goo.gl/XGj6zI
    All of the avatars are misaligned. Is there a way to fix this?

    Thank you!

    Pascal Casier
    Moderator

    Hi, welcome back.
    If your subsite is on the same server, towards the same MySQL or MariaDB… then for the performance it will probably not help a lot.
    Why not trying to go to the root of the issue and try to reduce the 10s loading to at least 8s so that the extra 2s from bbPress are not adding extra ?

    Please note that WordPress requirements/recommendations are on https://wordpress.org/about/requirements/

    Some things to check first:
    – Have you run all the repair tools of bbpress after import to be sure your structure is optimized ?
    – Have you deactivated any not-needed plugin ? Is your theme ready for bbPress ?
    – Are you using any cache mechanism to improve speed where possible ?
    – Did you try to run performance tools like the P3 plugin performance profiler to narrow down the possible slow parts ?
    – What score do you get on gtmetrix.com ? Or what did the pingdom tools indicate ?
    – Is it for all people in the world the same ? Check with sucuri performance.
    – Some further reading: https://codex.bbpress.org/getting-started/improving-performance/

    If it would come to database queries, also check these plugins:
    https://wordpress.org/plugins/query-monitor/
    https://wordpress.org/plugins/query-monitor-bbpress-buddypress-conditionals/

    Then of course there are a list of performance improvements that can be done on caching, offloading, … with plugins like W3 Total cache, batcache, WP Super Cache or other. Also check autoptimize and using cloudflare.

    Also note that in the upcoming bbPress v2.6 (hopefully before the end of this year), a lot of focus went on possible performance issues.
    Hope it helps,
    Pascal.

    #173824
    Stephen Edgar
    Keymaster

    Awesome 🙂

    If you look at the phpBB and SMF importers they have near the end of the file a bunch of regular expressions for converting custom BBCode into native HTML for WordPress.

    Get me a list of what you want copied from the SMF/phpBB importers to Xenforo and I’ll add them.

    If you need more, or tweaks to them happy to help out here also.

    #173818

    In reply to: BBPress Slow

    Brandon Olivares
    Participant

    Oh I just figured it out. It’s this plugin doing it:

    https://wordpress.org/plugins/wonderm00ns-simple-facebook-open-graph-tags/

    Any idea why that might be? Or recommendations of alternatives?

    #173811
    gurokevin
    Participant

    Ok, so I installed bbPress onto my wordpress platform and then of course activated it. But from there, there is no section to configure it or anything. I read that there was a “forum” area. But I can’t find it anywhere. I have looked under every section and can’t find anything. Please help.

    #173804
    redblacked
    Participant

    where is image file in forum’s upload image?

    i can’t find in wordpress dashboard > media.

    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.

    #173790
    Robin W
    Moderator

    bbpress and buddypress work fine together.

    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 buddypress 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.

    berkelmudez
    Participant

    Hi,

    I have wordpress 4.4.4 with bbpress 2.5.8 installed with Buddypress 2.5.2 Everything works fine except on my profile page.

    If I go to a user profile and go to the tab forums and subtab topics started, it just shows every single topic that has been made and not just the topic that has been started by that user.
    Same goes with ‘replies created’, I get to see every single reply beside the user’s replies.
    As with favorites and subscribed, All topics besides the favorites will also all still display.
    I basically needs all those tabs to display that user’s created topics and replies exactly like here on bbpress.org.

    Is there a some settings I need to set? Could buddypress settings have been causing it? Is there some test I can run to see what is it?

    #173786
    webmedia365
    Participant

    I have installed bbpress version 2.5.8 it worked fine but when i install buddypress and activate it my site goes dead. Even i can’t access my WordPress dashboard admin login. Then i have to go to my site cpanel and manually delete one of the plugins. After deleting the one plugin site works fine. But I can not use these two plugins at the same time i have to deactivate one to use other. Please help me what to do. I am using WordPress version 4.4.1. My site is http://www.virtualmentoring.net
    Please help me out

    tech55541
    Participant

    Hello,
    Actually after further testing, my code above for some reason hid the Forums, Topics, and Replies menu from people who had access to view them. Here is an updated piece of code that does not have this problem.

    /*Customize the BBPress roles to allow Participants to trash topics
    add_filter( 'bbp_get_caps_for_role', 'ST_add_role_caps_filter', 10, 2 );
    
    function ST_add_role_caps_filter( $caps, $role ){
        // Only filter for roles we are interested in!
        if( $role == 'bbp_participant' ) {
    
    	$new_caps = array(
                    // Primary caps
                    'spectate'              => true,
                    'participate'           => true,
                    'moderate'              => false,
                    'throttle'              => false,
                    'view_trash'            => false,
    
                    // Forum caps
                    'publish_forums'        => false,
                    'edit_forums'           => false,
                    'edit_others_forums'    => false,
                    'delete_forums'         => false,
                    'delete_others_forums'  => false,
                    'read_private_forums'   => false,
                    'read_hidden_forums'    => false,
    
                    // Topic caps
                    'publish_topics'        => true,
                    'edit_topics'           => true,
                    'edit_others_topics'    => false,
                    'delete_topics'         => true,
                    'delete_others_topics'  => false,
                    'read_private_topics'   => false,
    
                    // Reply caps
                    'publish_replies'       => true,
                    'edit_replies'          => true,
                    'edit_others_replies'   => false,
                    'delete_replies'        => true,
                    'delete_others_replies' => false,
                    'read_private_replies'  => false,
    
                    // Topic tag caps
                    'manage_topic_tags'     => false,
                    'edit_topic_tags'       => false,
                    'delete_topic_tags'     => false,
                    'assign_topic_tags'     => true,
                );	
    
    	}
    
        return $new_caps;
    }
    /*Fixes an issue that only allows mods to trash topics.
    bbpress.trac.wordpress.org/changeset/5852
    bbpress.trac.wordpress.org/ticket/2685*/
    
    add_filter( 'bbp_map_reply_meta_caps', 'ST_tweak_trash_meta_caps', 11, 4 );
    add_filter( 'bbp_map_topic_meta_caps', 'ST_tweak_trash_meta_caps', 11, 4 );
    
    // tweak for replies
    function ST_tweak_trash_meta_caps( $caps, $cap, $user_id, $args ){
    
    	// apply only to delete_reply and delete_topic
    	if ( $cap == "delete_reply" || $cap == "delete_topic" ){
    		// Get the post
    		$_post = get_post( $args[0] );
    		if ( !empty( $_post ) ) {
    
    			// Get caps for post type object
    			$post_type = get_post_type_object( $_post->post_type );
    			$caps      = array();
    
    			// Add 'do_not_allow' cap if user is spam or deleted
    			if ( bbp_is_user_inactive( $user_id ) ) {
    				$caps[] = 'do_not_allow';
    
    			// Moderators can always edit forum content
    			} elseif ( user_can( $user_id, 'moderate' ) ) {
    				$caps[] = 'moderate';
    
    			// User is author so allow edit if not in admin
                } elseif ( ! is_admin() && ( (int) $user_id === (int) $_post->post_author ) ) {
                    $caps[] = $post_type->cap->delete_posts;
    
    			// Unknown so map to delete_others_posts
    			} else {
    				$caps[] = $post_type->cap->delete_others_posts;
    			}
    		}
    
    	}
    	// return the capabilities
    	return $caps;
    }

    NOTE: Had to remove links.

    Thanks.

    #173768

    In reply to: Bulk Users Deletion

    swstarone
    Participant

    Dear sir this tool is made for wordpress posts,
    a user who have posts in bbpress forum all shows as 0 post users.

    can you help me to make a sql query for to change roles of bulk users.

    #173758
    ldieno
    Participant

    BBPress 2.5.8
    Wordpress 4.4.2

    I am currently having difficult with something that I think might be simple to configure.

    I have a very simple site that is not using any third party or complex permissions settings. I have registered users who are “Contributors” and I am attempting to configure a forum that only members can see.

    I have created a new forum.
    Settings are as follows:
    Type: Forum
    Status: Open
    Visibility: Private

    When you click on the permalink to that forum my site throws back a 404.

    When I change the visibility to public the forum works.

    Hoping there is some minor configuration I am missing to getting this going and creating a forum that only registered members of the site can view and contribute to?

    thank you in advance!

    #173757

    In reply to: Bulk Users Deletion

    Stephen Edgar
    Keymaster

    The queries in this post should do what you need:
    http://www.scriptol.com/wordpress/mass-delete-users.php

    #173751
    Robin W
    Moderator

    try my private groups plugin

    https://wordpress.org/plugins/bbp-private-groups/

    this will allow you to restrict who sees what

    #173746
    Pascal Casier
    Moderator
    #173727
    tech55541
    Participant

    Hello,
    No one apparently wants to help at wordpress.stackexchange.com, anywhere else you suggest? Is there anyone else on this forum that is a Jquery expert?

    Thanks.

    #173709

    In reply to: Hide User Role

    tech55541
    Participant

    Hello,
    You can put it in a child theme style.css file. You can also use this plugin.
    https://wordpress.org/plugins/simple-custom-css/

    Thanks.

    #173701
    Pascal Casier
    Moderator

    Hi,

    First of all, the /forums is indeed the default that comes out. Handy, no ? 🙂

    For the width, this is fully WordPress and the theme you have chosen, so bbPress just adapts to it.
    I would propose that you ask on the global WordPress support forum for that.

    Pascal.

    #173697
    aaachiaki
    Participant

    Thank you guys for not giving up on me!

    I hope I’m giving you the right information… Went into phpMyAdmin. Clicked on the database running the WordPress install, clicked on Operations.

    Under Collation it says: latin1_swedish_ci

    #173693
    Stephen Edgar
    Keymaster

    A quick search reveals this https://core.trac.wordpress.org/ticket/35958


    @aaachiaki
    Can you look up what your WordPress database character set and collation are being used?

    #173682
    Pascal Casier
    Moderator

    Hi,
    Only saw your last posts now, a SQL to delete the trash would have been better probably…
    But I’m out of ideas for your environment 🙁

    You don’t have any errors in your logs, right ? Your memory is high enough for both WordPress and your environment ? You are running on a public host ?

    Pascal.

Viewing 25 results - 5,726 through 5,750 (of 26,859 total)
Skip to toolbar