Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 8,951 through 8,975 (of 22,677 total)
  • Author
    Search Results
  • #169501
    bmk0220
    Participant

    yes, i know, that is the problem that i’m having and of course why i can’t use it. you just keep bringing up the same issue. i’m well aware of what it does and does not do. been using it for years. it’s why i asked the question in the first place, just to see if things have changed in 1.8.1. i have already acknowledged that i know you can use buddypress on multisite but each site on my network is it’s own community and the subject of each is different, so it defeats the purpose to have all network-wide activity in one place. And it’s a fact that every site on the network is wordpress based, uses all of the same plugins and definitely could be running on a single network if Buddypress would work on each site individually. I know there is value in the way that BP works currently on multisite, some people prefer it, but i’m not the only one that would also like it to function independently on each site as well. Would be a great feature to have. Not holding my breath though, decided that 2 years ago. I currently use ManageWP to manage all sites or it would be impossible to do with my current staff.

    #169498

    In reply to: BuddyPress 1.8 Issue

    Joseph G.
    Participant

    I added a ticket here

    #169487
    Ben Hansen
    Participant

    buddypress has always been multisite compatible and in fact at certain point required wmpu but the way you are trying to use it is not recommended but there is a method i’m not sure how it’s done can’t seem to dig up the exact thing. but another thing which might be able to achieve what you want is using multi-network. maybe one of these will help.

    https://wordpress.org/plugins/bp-multi-network/

    https://wordpress.org/plugins/wp-multi-network/

    #169483
    @mercime
    Participant

    @mlakritz BuddyPress is compatible with nearly all WordPress themes. The few which are not fully compatible are those which have proprietary templating systems. Before continuing, change to Twenty Twelve theme and check if issue is resolved. If so, then it’s a theme issue. There are some solutions https://codex.buddypress.org/developer/theme-development/template-hierarchy/

    #169478

    In reply to: Buddy press set up

    aces
    Participant
    Ishanna
    Participant

    Hallo @sbrajesh !

    I tried use code:

    
    add_action(‘bp_friends_setup_nav’,'bpdev_custom_hide_friends_if_not_self’);
    
    function bpdev_custom_hide_friends_if_not_self(){
    if(bp_is_my_profile()|| is_super_admin())
    return ;
    
    bp_core_remove_nav_item(‘friends’);
    
    }
    
    

    I copied and pasted the code into the ‘bp_custom.php’ file but it did not work for me.
    I’m new to wordpress, html, php and css but I seem to find my way til now. Some advise please? I really need this option to work and I can’t find a plugin that cover this.

    Kind regards,

    #169445
    Anonymous User 7600456
    Inactive

    1. Which version of WordPress are you running? – 3.6 (but the problem was there before upgrading from 3.5.2)

    2. Did you install WordPress as a directory or subdomain install? – N/A

    3. If a directory install, is it in root or in a subdirectory? – N/A

    4. Did you upgrade from a previous version of WordPress? If so, from which version? – 3.5.2

    5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting. – N/A

    6. Which version of BP are you running? – 1.8.1

    7. Did you upgraded from a previous version of BP? If so, from which version? – 1.8

    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones? – Many but I have tried disabling them all except Buddypress and the problem is still there.

    9. Are you using the standard BuddyPress themes or customized themes? – Customised theme but problem is persistent even with Twenty Twelve theme.

    10. Have you modified the core files in any way? – No

    11. Do you have any custom functions in bp-custom.php?

    <?php
    // hacks and mods will go here
    
    function activity_publish_custom_post_types($cpts) {
       $cpts[] = 'page';
       $cpts[] = 'attachment';
       return $cpts;
    }
    
    add_filter ( 'bp_blogs_record_post_post_types', 'activity_publish_custom_post_types' );
    add_filter ( 'bp_blogs_record_comment_post_types', 'activity_publish_custom_post_types' );
    
    add_filter( ‘bp_get_total_member_count’, ‘bp_core_get_total_member_count’ );
    
    ?>

    12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in? – 2.3.2

    13. Please provide a list of any errors in your server’s log files.

    
    
    text/x-generic error_log 
    ASCII English text, with very long lines
    [31-Jul-2013 23:00:48 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE meta_key = 'entry_id' AND meta_value = '211'' at line 1 for query SELECT site_id FROM  WHERE meta_key = 'entry_id' AND meta_value = '211' made by require('wp-blog-header.php'), wp, WP->main, WP->parse_request, do_action_ref_array, call_user_func_array, GFPMoreStripe::parse_request, GFPMoreStripe::cancel_subscription, do_action('gform_subscription_canceled'), call_user_func_array, GFPMoreStripe::downgrade_stripe_user, GFUserData::get_site_by_entry_id
    [01-Aug-2013 04:22:39 UTC] wpMandrill Error: Error : 
    [01-Aug-2013 04:22:39 UTC] 2013-08-01 04:22:39 wpMandrill::sendEmail: Exception Caught => Invalid API Key
    
    [01-Aug-2013 04:22:39 UTC] blah@blah.com ([blah blah] Password Reset)
    
    [01-Aug-2013 16:08:26 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE meta_key = 'entry_id' AND meta_value = '217'' at line 1 for query SELECT site_id FROM  WHERE meta_key = 'entry_id' AND meta_value = '217' made by require('wp-blog-header.php'), wp, WP->main, WP->parse_request, do_action_ref_array, call_user_func_array, GFPMoreStripe::parse_request, GFPMoreStripe::cancel_subscription, do_action('gform_subscription_canceled'), call_user_func_array, GFPMoreStripe::downgrade_stripe_user, GFUserData::get_site_by_entry_id
    [02-Aug-2013 13:43:45 UTC] wpMandrill Error: Error : 
    [02-Aug-2013 13:43:45 UTC] 2013-08-02 13:43:45 wpMandrill::sendEmail: Exception Caught => Invalid API Key
    
    [02-Aug-2013 13:43:45 UTC] 
    wpMandrill::wp_mail_native: blah@blah.net ([blah blah] First Order)
    
    [02-Aug-2013 17:07:36 UTC] wpMandrill Error: Error : 
    [02-Aug-2013 17:07:36 UTC] 2013-08-02 17:07:36 wpMandrill::sendEmail: Exception Caught => Invalid API Key
    
    [02-Aug-2013 17:07:36 UTC] 
    wpMandrill::wp_mail_native: blah@blah.net ([blah blah] First Order)
    
    [02-Aug-2013 21:57:15 UTC] wpMandrill Error: Error : 
    [02-Aug-2013 21:57:15 UTC] 2013-08-02 21:57:15 wpMandrill::sendEmail: Exception Caught => Invalid API Key
    
    [02-Aug-2013 21:57:15 UTC] 
    wpMandrill::wp_mail_native: blah@blah.com (Welcome to blahblah!)
    
    [06-Aug-2013 03:54:52 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE meta_key = 'entry_id' AND meta_value = '265'' at line 1 for query SELECT site_id FROM  WHERE meta_key = 'entry_id' AND meta_value = '265' made by require('wp-blog-header.php'), wp, WP->main, WP->parse_request, do_action_ref_array, call_user_func_array, GFPMoreStripe::parse_request, GFPMoreStripe::cancel_subscription, do_action('gform_subscription_canceled'), call_user_func_array, GFPMoreStripe::downgrade_stripe_user, GFUserData::get_site_by_entry_id
    [06-Aug-2013 13:23:34 UTC] WordPress database error Unknown column '$autopurge_interval' in 'where clause' for query DELETE ts FROM wp_slim_stats ts WHERE ts.dt < UNIX_TIMESTAMP(DATE_SUB(NOW(), INTERVAL $autopurge_interval DAY)) made by do_action_ref_array, call_user_func_array, wp_slimstat::wp_slimstat_purge
    
    

    14. Which company provides your hosting? – OVH.com

    15. Is your server running Windows, or if Linux; Apache, nginx or something else? – Apache

    Thank you @mercime for your reply. I have disabled all plugins and used a fresh Twenty Twelve them and the problem is still there. Thanks in advance.

    #169438

    In reply to: BP Groups and Forums

    Hugo Ashmore
    Participant

    @faramarz @mercime

    This issue is resolved in this ticket on BP’s trac and will be included in the 1.8.1 point release.
    https://buddypress.trac.wordpress.org/changeset/7332/

    #169416
    Uncle Nerdicus
    Participant

    Nobody? 🙁

    #169412
    @mercime
    Participant
    #169387
    StuartManning
    Participant

    I’m also on

    WordPress 3.6
    BuddyPress 1.8

    And I get:

    http://[website]/members/%5Buser%5D/profile/edit/group/1/

    And get a 404

    #169373
    Unsal Korkmaz
    Participant

    Uhm, It seems, I forgot to update this topic.

    Here is theme:

    FirmaSite

    #169351
    bp-help
    Participant

    @parmkals
    As @ubernaut stated I would FTP BuddyPress because if you do not have access to the php.ini then you can not change it and it may hang when downloading and installing BP. If that is the case then just download BP to your hard drive extract it and FTP it to: your-site/wp-content/plugins on your server. You will need the credentials from the server to do this and that is something only you can acquire. I supplied a link that will hopefully help you get started if your not familiar with this process. Good luck!
    https://codex.wordpress.org/Using_FileZilla

    #169349
    DesignFirm
    Participant

    Hi Boone,

    Thanks for the response. The “no-ajax” class did load users on subsequent pages, but I’m still experiencing other odd behavior:

    If I have the &per_page argument like this: `
    <?php if ( bp_has_members( bp_ajax_querystring( ‘members’ ) . ‘&page_arg=bapage&per_page=10’ ) ) : ?>` I receive no members on the first page, and two members on the second page if the filter is set to “newest registered” or “last active”. If it’s set to “alphabetical”, one member shows up on the first page, none on the second page, and one on the third page.

    If I remove the &per_page argument, I get both members on the first page for “newest registered” and “last active.” For “alphabetical”, I get one member on the first page, and one on the second.

    I’m using the social buddy theme. It’s set up like this:

    socialbuddy/buddypress/
    ajax.php
    functions-buddypress.php
    global.js
    style-buddypress.css

    socialbuddy/members/
    index.php
    members-loop.php
    single/(a bunch of files)

    I’ve added bloggers.php, which is a modified members’ index.php that I’m using as my page template, to the main “socialbuddy” folder. I changed the locate_template() function so that it uses my modified members-loop: members-loop-bloggers.php, which I’ve placed in the “members” folder.

    Thanks for any insight you can provide.

    Regards,
    Scott

    #169348

    In reply to: BP Groups and Forums

    Hugo Ashmore
    Participant


    @mercime


    @faramarz
    thanks for posting the error, see https://bbpress.org/forums/topic/fatal-error-unable-to-create-forum-from-buddypress-group/#post-135487

    EDIT – Trac Ticket at https://bbpress.trac.wordpress.org/ticket/2374

    However as this post suggests and others this issue is perhaps not bbPress specific but BP and needs a trac entry on bp rather than bbPress.

    https://buddypress.org/support/topic/error-when-using-it-for-groups/

    #169340
    Parmkals
    Participant

    It stops @ Downloading install package from https://downloads.wordpress.org/plugin/buddypress.1.8.zip…

    Unpacking the package…

    How do I upload buddypress?

    aces
    Participant

    @zanora

    https://wordpress.org/plugins/debug-bar-bbpress/ will show you what bbpress templates are used.

    This works as an add-on to https://wordpress.org/plugins/debug-bar/ which is in itself useful when editing stuff…

    namrons
    Participant

    I have disabled all plugins and have the latest version of Buddypress and WordPress on a multisite installation. On the registration page the username field insists on lowercase characters. The only way around this for me is to change the hint.

    Which file do I edit to change hint from “Usernames can contain only letters, numbers, ., -, *, and @” to something like “Usernames can contain only lowercase letters, numbers, ., -, *, and @”

    #169314
    BuddyBoss
    Participant

    Hey guys! I’m the owner of BuddyBoss and just reading though these comments. We have a mobile version coming out August 15th. You can see the demo here: http://www.buddyboss.com/demo/


    @flyveren
    Thanks for the compliments 🙂 We work hard to keep everything up to date. This new version is built around BuddyPress 1.7 / 1.8, the way BP now allows any WordPress theme to work with it. We rebuilt it as a standard WordPress theme with our custom features only used when BuddyPress is activated.

    #169312
    Tecca
    Participant

    Curious to see that @puggy! It seems that most ESO fansites I’ve seen are using WordPress — and for great reason, though none pull it off as well as Tamriel Foundry does, if I’m being completely honest. When I created TESOF, I originally intended it to be just a forum, so it was quite a bit of hassle to create certain sections based off of the MyBB forum software itself.

    Since Curse, Inc. now owns TESOF, I won’t be taking part in much of the development, but I am making a new project based off of the WordPress/BuddyPress/bbPress combo (unrelated to ESO), and it’s coming along nicely. You can see most of that development on my personal blog. Most of my posts for the last few months are about the new project.

    Annnnd, that’s enough of me hijacking @aaclayton’s topic. Keep up the good work with TF, you guys are really flourishing!

    Here’s to the Elder Scrolls Online. *Takes a drink*

    #169293
    matthuf
    Participant

    I also found a really nice plugin here that seems to do the job. Is that the one you’re referring to?

    #169290
    Uncle Nerdicus
    Participant

    Well.. after doing a little research and not finding anything about that feature (and also wondering how it was there in the first place?), I was able to find a plugin that does the same thing that I was looking for:

    https://wordpress.org/plugins/buddypress-activity-privacy/

    #169289
    meg@info
    Participant

    Hi @funmi-omoba, @bp-help, @hnla

    Thank’s funmi omoba for the post, i want tell you that the first version of plugin is now available for download from wordpress repo :

    https://wordpress.org/plugins/buddypress-wall/

    I Hope the Buddypress users will enjoy the plugin.
    Any suggestions are welcome.

    Regards,

    @mercime
    Participant

    @iconimagery Not a BP issue at all. WordPress 3.6 has jQuery version 1.10.2
    A WP theme or plugin should use jQuery version in WP core.
    https://wordpress.org/support/topic/troubleshooting-wordpress-36-master-list?replies=5#post-4484014

    #169267
    4ella
    Participant

    @mercime is right this is a javascript issue, cropping function conflicts with some code or plugin, happily I have discovered yesterday the same issue immediately after installing ajax message box in single.php from this site http://flintmaker.com/code/jquery-fade-message-in-or-out/ which I wanted to use to greet people with ajax message conditionally by knowing where are they from (using maxmind geoip which already works) and if they come from search engines, after removing that
    line
    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
    from header.php cropping function start to work again, on wordpress.stackexchange.com are many answers (one of them cropping related and most of them speaks about this solution in code below in functions.php or bp_custom.php what are solutions which doesn’t work for me too 🙁

    // Javascript conflict
    function mytheme_enqueue_scripts() {
           wp_deregister_script('jquery');
           wp_register_script('jquery', ("http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"), false, '1.4.2');
           wp_enqueue_script('jquery');
    }
    add_action('wp_enqueue_scripts', 'mytheme_enqueue_scripts');

    Hopefully @mercime should help me how to avoid this js conflict, I am unfortunately not able to use ajax-admin.php instead jquery as most people there advice to use.
    WP 3.6 and BP 1.8 beta2 and I use bp default theme

Viewing 25 results - 8,951 through 8,975 (of 22,677 total)
Skip to toolbar