Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 19,601 through 19,625 (of 69,133 total)
  • Author
    Search Results
  • #169503
    @mercime
    Participant

    @bibliata please clarify, you updated from which BP version to BP 1.7? If you’re on BP 1.7, make sure that your theme and plugins are compatible with that version. You might also want to check your .htaccess file.

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

    #169500
    itpartner
    Participant

    Hello !
    With the last update of Buddypress, everything is now ok according this link activity issue ! Thank you !!

    #169498

    In reply to: BuddyPress 1.8 Issue

    Joseph G.
    Participant

    I added a ticket here

    #169496
    chathuranga
    Participant

    @mercime
    I really appreciate your quick reply.
    Now I’m using buddypress default theme. I changed the theme to Twenty Twelve theme & Twenty Eleven theme and re-installed buddypress and bbpress.
    I tested with these 4 themes(buddypress default theme,Twenty Twelve theme,Twenty Eleven theme, Onecommunity theme),
    but unfortunately same result.
    After resolving this problem, I’m expecting to use Onecommunity theme as the client requirement.

    Thanks

    #169491
    cupid4
    Participant

    @mercime still the same issue with bp 1.8.1 , when I made the edits directly in buddypress default theme it worked right away, but no matter what I add to style.css of my child theme no changes are refelcted, any solution?

    #169490
    Ben Hansen
    Participant

    i wouldn’t hold your breath, buddypress does and is meant to be fully multisite compatible and has a bunch of multisite functionality but it is not intended for for each site in network to have it’s own separate social network. Activity is picked up network wide but the idea is that the primary site is where all the single social network aspects are displayed. What you are trying to do is not really a single network at all, at least if you’re asking me.

    #169488
    bmk0220
    Participant

    Thanks for the reply. Sure it’s “compatible” but not fully functional as multisite plugin, since it is only able to be used on a single site in the network. I need it to work on each site in the network separately, multiple instances. I’ve tried all of the plugins and even some recommended changes to the code to get this to work properly over the last 2 or 3 and nothing works very well, nothing is consistent enough to use in a live environment without alot of headaches. I’ll just keep managing my multiple sites until BP is able to do what i need natively. Thanks!

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

    #169476
    Uncle Nerdicus
    Participant

    The plugin has this setting, yes. (Screenshot at http://yn.yazzietech.com/data/Message_Attachment_Settings.jpg ) That is true, I am running on a Redhat Linux hosting account, so I figure block the scripts that could be executed on Unix and that would cover it. I suppose you could also change a file’s permission to 644 on Upload? What is annoying is this plugin prints the allowed types, resulting in nonsense like this: http://yn.yazzietech.com/data/BuddyPress_Messages.jpg

    #169468

    In reply to: Buddypress phone app

    maddogmcewan
    Participant

    Hi – we are about to kick off dev on a proper (android 1st/ios 2nd) Buddypress application – if anyone is interested in getting involved you can find me at http://smeak.com. I have a “small” budget allocated to this project, working with an Indian based dev company to basically provide “FB app clone” functionality for BP – but really would like some involvement from the BP community on this.

    According to dev co the initial release with basic BP functionality (as in sign up/login/post status, friends list, wall updates, upload image etc) will be ready in 40 days….

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

    #169439

    In reply to: Edit the Profile Page

    Drrr
    Participant

    Hey,

    Thanks for your reply.
    I uploaded nothing. Just installed the plugin and went straight into the folder
    wp-content/themes/thesis/buddypress/members/single/ and edit the ‘already existing’ member-header.php.

    I’m going to read your posted page and keep you up to date if I find something.

    So long,
    Drrr

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

    #169430
    @mercime
    Participant
    #169428

    In reply to: Edit the Profile Page

    @mercime
    Participant

    But nothing changes


    @drrr
    did you upload the revised member-header.php file into your theme folder in server e.g. wp-content/themes/thesis/buddypress/members/single/ per https://codex.buddypress.org/developer/theme-development/template-hierarchy/

    #169427
    @mercime
    Participant
    #169426
    Tecca
    Participant

    The problem is most likely because you don’t have a loop-archive.php. What I did instead was change some of the code to suit what I had prior: an author.php file that was already styled the way I wanted.

    In the plugin:

    function profile_screen_posts_show() {
    $theuser = bp_displayed_user_id(); 
    query_posts("author=$theuser" );
    if ( have_posts() ) :
    get_template_part( 'loop', 'archive' );
    else: ?>
    <div id="message" class="info">
    		<p><?php _e( 'Sorry, this user has not published any posts.', 'buddypress' ); ?></p>
    	</div><?php endif; ?>    <?php
    } 

    I changed it to:

    function profile_screen_posts_show() {
    query_posts( 'author=' . bp_displayed_user_id() );
    	if ( have_posts() ) :
    	get_template_part( 'author' );
    else: ?>
    	<div id="message" class="info">
    		<p><?php bp_displayed_user_username(); ?> has not published any articles or reviews. Want them to? Send a message or leave a wall post!</p>
    	</div>
        <?php endif; ?>    <?php
    }

    You’ll see in there: get_template_part( ‘author’ );
    — change “author” to whichever template part you want to call. Most installs, I believe, will have an archive.php file, so use archive.

    #169419
    @mercime
    Participant

    @aidnotes you’d need to provide more information about your installation. WP/BP version? What BuddyPress components/features are activated in Settings > BuddyPress > Components? Theme used? Plugins installed?

    #169418
    @mercime
    Participant

    @hitkid the first post you linked is way too old – 3 years ago, we were using the BuddyPress internal forums. BP 1.7 onwards, bbPress plugin is the way to go and if you activate the bbPress plugin, you should find the following bbPress widgets https://codex.bbpress.org/widgets/ under Appearance > Widgets

    #169414
    @mercime
    Participant

    @wpobs upgrade to BuddyPress 1.8.1, clear cache and check if issue is resolved.

    #169413
    @mercime
    Participant
    #169412
    @mercime
    Participant
    #169409

    In reply to: BP Groups and Forums

    Faramarz
    Participant

    @hnla I think you are right, when I check my error log I get this error:

    [28-Jul-2013 22:51:11] PHP Fatal error: Using $this when not in object context in /public_html/wp-content/plugins/bbpress/includes/extend/buddypress/group.php on line 461

    How to submit a ticket to BP and report this bug for tracking?

Viewing 25 results - 19,601 through 19,625 (of 69,133 total)
Skip to toolbar