Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 20,451 through 20,475 (of 69,121 total)
  • Author
    Search Results
  • @mercime
    Participant

    @musickjl WP/BP versions? Deactivate BuddyPress, can you upload images in regular Posts or Pages? Have you gone through basic troubleshooting like deactivating plugins batch by batch to check which is interfering with avatar uploads? What theme are you using?

    @mercime
    Participant

    @jfarrisknight reupload BuddyPress via s/FTP or cpanel. All data is in the database which you should back up regularly.

    #166685
    mindimer
    Participant

    Will try. Have to backup and then kick everyone off the system and see if that takes care of it. And then have to figure out how to customize without changing core files!! I have an external css that adds onto the theme’s original css, but each part of BP and plugins have their own css and tons of files, so I think it became easier to alter the files, instead of creating a child theme. One of my partners is a hand coder, old school, and it’s been hard to mesh styles.

    #166682
    @mercime
    Participant

    when a contractor changed some of the styles for BP


    @mindimer
    Have you tried re-uploading WordPress and BuddyPress as well?

    #166678
    mindimer
    Participant

    We are using the latest version of both – 3.5.2 & 1.7.2.

    WPEngine looked at it and guessed it must be something in the files that was changed or corrupted – and since we are customizing, that is very possible. The trouble is finding exactly where.

    I dont’ think it is a theme conflict because it worked for a long time and then stopped when a contractor changed some of the styles for BP. I know, I know. I warned them. Here is a screenshot of the error: http://globiana.com/wp-content/uploads/2013/06/media-error-1024×410.png

    #166677
    @mercime
    Participant

    it prevents setting a featured image.


    @mindimer
    You mean featured image for a Post or Page? Haven’t seen this issue reported for current nor trunk versions. Are you able to upload user Avatars? If so, then file permissions are not the issue and BP is not interfering with image uploads.

    What are your WordPress/BuddyPress versions? Could be conflict of theme with BuddyPress. What theme are you using? Have you tried changing to Twenty Twelve theme with BuddyPress to see if issue is resolved or not?

    #166669
    @mercime
    Participant

    @vikki2 have you tried re-uploading BuddyPress manually?
    Saw this issue only once in localhost, resolved it by reinstalling BP.

    But you only mentioned missing the Save button in Settings > BuddyPress > Components panel. Are the buttons showing up in BP > Pages and BP > Settings panels>

    @mercime
    Participant
    #166663
    @mercime
    Participant
    #166662
    Henry
    Member

    @rigormortis_uk

    Humm, never used the ‘blocked’ role in bbPress. You could try changing the line:

    if ( $days_since_last_active > 60 ) continue;

    to

    
    $user = new WP_User( bp_get_member_user_id() );
    if ( ($user->roles[0] == 'blocked') || ($days_since_last_active > 60 ) ) continue;
    

    I am not exactly sure if there is a role called “blocked” in bbPress. Perhaps someone else familiar with bbPress can chip in here to confirm?

    My approach was taken from this thread:
    https://buddypress.org/support/topic/excluding-roles-from-the-member-loop/

    #166660
    bp-help
    Participant

    @yaakhi
    Try this trick:
    BuddyPress Redirect To Profile Trick Using A Landing Page.
    To modify it to redirect to activity just change this line:
    bp_core_redirect( get_option('home') . '/members/' . bp_core_get_username( bp_loggedin_user_id() ) . '/profile' );
    To this if you want personal activity:
    bp_core_redirect( get_option('home') . '/members/' . bp_core_get_username( bp_loggedin_user_id() ) . '/activity' );
    Or to this if you want sitewide activity:
    bp_core_redirect( get_option('home') . '/activity');

    #166648
    Monika
    Participant

    oh no I would not customize the design 🙂

    only permissions and functions

    #166647
    bp-help
    Participant

    @monika
    You just need a BuddyPress child theme. It would be awkward to have your main theme and then another one for bbpress especially since theme compatability came out. But there are themes for bbpress. I just believe in consistency or users may think they got redirected to a whole different site. You want every page to be identifiable to your brand or else people will get confused. At least that is my opinion. Imagine a theme based on Space, then one based on animals all on the same site. It would drive people nuts trying to figure out what happened! LOL!

    #166643
    Henry
    Member

    What do you mean by locking an account? i’m not sure i’ve ever come across that before. Is it standard functionality to WordPress/ BuddyPress or does the functionality come as a plugin?

    #166641
    Monika
    Participant

    Hi bb-help thanks, yes I can do this,
    I’m familiar with work arounds like this you mentioned above 🙂

    #166640

    In reply to: Import Social Contacts

    4ella
    Participant

    Ahh, ok @ankytt I was confused because your question was:

    I am finding a Plugin that allows me to import friends from various …

    How did you resolve your facebook friends? I was trying to get my friend’s email addresses from facebook in order to invite them to my site (but I didn’t want to invite them via fb messages) and till now I didn’t find any application which grabs those email addresses for me, I have also purchased this crap: http://www.rankbook.com/faceemailgrabber.php but it doesn’t work too, if this happily works it grabs 20 names and 2 emails like name@facebook.com , no real email, yahoo facebook import doesn’t work too if you have more than 1000 friends so I gave it up. If you have find some way how to do it I would be happy to hear that. I think that from Yahoo and Gmail you can easily export email addresses to CSV file and then with some Buddypress plugins it should be easy to invite them. I had a problem only with getting Facebook emails.

    #166639
    bp-help
    Participant

    @monika
    As a temporary fix you could make a copy of “members-header.php” in your child theme and rename it to “original-members-header.php” then in the one named “members-header.php” you can delete lines 35-43 like in the below code and save it. If it causes issues just delete the members-header.php you modified and rename the one you copied “original-members-header.php” back to “members-header.php”

    
    <?php if ( bp_is_active( 'activity' ) ) : ?>
    
    	<div id="latest-update">
    
    		<?php bp_activity_latest_update( bp_displayed_user_id() ); ?>
    
    	</div>
    
    <?php endif; ?>
    
    @mercime
    Participant

    If you see clearly, http://my.telegraph.co.uk/kevin_straw/ is displayed inside my.telegraph.co.uk and not as a separate blog.


    @onesoftindiana
    based on the structure, WordPress Multisite and BuddyPress are installed at root of http://my.telegraph.co.uk/ and user blogs (subsites) are all using a custom theme named “Telegraph User Blogs” where the header and footer links highlight the main sections of telegraph.co.uk


    @djpaul
    would be the authority re my.telegraph.co.uk 🙂

    #166623
    caspergrimaldi
    Participant

    Thanky you, I love you Mercime.

    Basically, what happened is, I had that float and width etc, but it’s the “#members-list li {” that was wrong. I had “#buddypress” beforehand which is why it wasn’t working.
    All good now.

    Many many thanks

    You can mark this as resolved.

    #166622
    @mercime
    Participant

    @freddy34 the theme you purchased is “supposed” to be compatible with BuddyPress per promo page. Maybe you stil need to add a plugin or tweak something in the theme to fix the layout. Or maybe the theme author needs to update the theme. Sorry, we have no access to the premium theme. Please contact the theme author for support which is given for premium themes. Good luck.

    #166615

    In reply to: Designing BuddyPress

    modemlooper
    Moderator

    s2member works well with BuddyPress. When you use BP with multisite only one site on the network contains BP. However, any member of any site on the network is added to BuddyPress. BP consolidates blog postings from the entire multisite into a list.

    Alot of WP plugins work with BP. Search BuddyPlug in wordpress.org repo. Also bpinspire.com to see full sites using BuddyPress

    #166614
    freddy34
    Participant

    wp version : 3.5.1 and bp version: 1.7.2 theme : made responsive

    #166595
    Sea Jay
    Participant

    Thank you for the diagnosis and recommendations.

    I am using Responsive child theme with the default template. I’ve remove all plugins remotely related to registration.

    The last thing I just removed is a functions.php script to automatically add new users to a particular group when they register, below.

    So, then the question arises: where does the “Posted in” text come from? In BuddyPress settings, I chose a page called “Register” for registration, and the page itself uses the “Default” template. However, what Responsive file is default? I’m not seeing “Posted in” in /page.php/ or /post.php/. It’s in /sidebar-content-page.php/ but I haven’t selected it.

    Also, I am using Types and Views, but no views or templates are applied to any of those page types.

    /**
    * Automatically adds members to group when they are registered
    */
    function automatic_group_membership( $user_id ) {
    if( !$user_id )
    return false;

    groups_accept_invite( $user_id, 6 );
    }
    add_action( ‘user_register’, ‘automatic_group_membership’ );

    #166592
    Monika
    Participant

    this plugin doesn’t restrict the last activity

    it shows it under my nickname on my profile page..

    :((((

    mixali
    Participant

    Sorry not to mention it; I am using BuddyPress default Theme 🙁

Viewing 25 results - 20,451 through 20,475 (of 69,121 total)
Skip to toolbar