Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 20,901 through 20,925 (of 69,119 total)
  • Author
    Search Results
  • #165127
    denorm
    Participant

    Hi Hugo, thanks for the response! Yes, I agree and I feel uncomfortable editing the buddypress core files.

    In my opinion, ideally buddypress core functions would not include any references to CSS class names, as that’s purely presentation and should be located separately in the theme/template files. I can understand id tags being required for functionality, but it seems there must be some way to move the css class references out of the main code.

    It just seems weird to define a new css class even though bootstrap already has an “active” definition similar to buddypress’ “current selected”?

    But like I said, I’m new to BuddyPress. And as a back-end programmer I really dislike messing around with css. I’ll follow your advice and add buddypress-specific css classes..

    Thanks for the advice!

    #165125
    kathytarochione
    Participant

    I hope this doesn’t sound stupid, but I’m new to BuddyPress and Woocommerce. I have 3 levels of members at my site. How do I create different levels of members in BuddyPress? I’m also confused as to setting up the General Settings for Subscribers. What do I set it to to connect the member profile to the Woocommerce when a purchase is made. Hope I’m making this clear. Here is my website: http://caninecommunityreporters.com

    nomad-one
    Participant

    @mercime

    unfortunately it’s not working, I created a clone of the site, moved the site to a new server, switched off all plugins and used twenty twelve theme, I’m logged in at the site here:

    rns.the-colab.com

    Even when logged in, with the group as a public group, the feeds don’t work
    The feeds sometimes work and sometimes don’t work, sometimes give incorrect mimetype messages, sometimes just says the feed might be down.

    I had this problem on 2 servers, logged in or not, public groups or not etc etc

    The feeds are reportedly working on external sites but not on my own sites with buddypress running. When I put the feeds into feed validators it says

    I created a subscriber account here

    rns.the-colab.com
    testuser
    password123

    #165121
    denorm
    Participant

    I have since found two related, seemingly un-maintained projects:

    https://github.com/tigransloyan/buddypress-bootstrap (last update one year ago)
    https://github.com/dimensionmedia/buddystrap (last update six months ago, bp 1.6.1)

    I should have specified that I am using the latest versions of WordPress (3.5.1) and BuddyPress (1.7.2)

    #165120
    Hugo Ashmore
    Participant

    Don’t ever ever modify core files period! Not really sure why you are having to do this but don’t mess around with BP elements or their classes as many are required as a lot of the JS/Ajax functionality hooks to them.

    If you have to use bootstrap that’s your choice but bootstrap doesn’t replace the necessity for BP styles -overload the BP styles if required to edit / modify them.

    I assume you have a set up a child theme to setup your theme in and letting theme compatibility take over the template handling for BP pages.

    #165110
    SK
    Participant

    Handsome devil indeed. But his avatar here (the one with one eye) gives the impression that he’s a balding 35-year old). LOL.

    Anyway, where’s my guacomole?

    #165102
    KalanStar
    Participant

    OK. Just tried with everything turned off except for Buddypress with 3 different themes. Same problem.

    #165101
    @mercime
    Participant

    @sooskriszta going off-topic. Boone is blond (not white hair) and not even balding, lol. see http://boone.gorg.es/

    #165099
    @mercime
    Participant

    @caming
    #1 – Profile > Edit in Member’s profile page and/or BuddyPress member account links in WP Toolbar?
    #2 – Have you done some basic troubleshooting like deactivating plugins except BP and bbPress to check if activating emails are sent?

    #165098
    @mercime
    Participant

    I would like to merge my members Profile with the author “profile” geotheme is imposing us. I would like to remake the whole members page and setting too.


    @delarnmini
    customizations for a premium theme is beyond the scope of the assistance we provide at BuddyPress forums. Contact theme developers for assistance or you could hire a developer to assist you at http://jobs.wordpress.net or at https://buddypress.org/support/forum/plugin-forums/bp-jobs-board/

    #165097
    @mercime
    Participant

    @rotju best place to search or ask this is at theme dev’s forums. I recall someone mentioning that you need a plugin (don’t know if free or paid) to make Yoothemes compatible with BuddyPress. Don’t know if a yootheme plugin is still required at this time.

    #165096
    @mercime
    Participant

    @compassseeker BuddyPress pages work automagically with nearly all WordPress themes. I hope you did not install and run the BP Template Pack plugin as it’s no longer needed in BP 1.7 above.

    #165094
    KalanStar
    Participant

    I just went through deactivating all the plugins again except for ones like Jet Pack, BBpress, and WordPress SEO by yoast. No go. Will unupdate buddypress and try with earlier versions today and post back.

    #165092
    Ben Hansen
    Participant

    there are definitely some known issues regarding rss feeds and we are working to overhaul the entire system in the next version of buddypress more info can be found here:

    https://buddypress.trac.wordpress.org/ticket/5020

    #165083
    Ben Hansen
    Participant

    for buddypress data

    #165080
    SK
    Participant

    Hmm..Boone is much younger and totally not bald…than his avatar leads one to believe…

    #165072
    deafnation
    Participant

    Hello! I am hoping to see iPhone version coming out soon. It would be great to make it available for Android and iPhone together. I will need someone to help me out to customize the app as white label concept with company brand logo. Contact me about this.

    #165070
    danbpfr
    Participant
    #165062

    In reply to: how many langage

    danbpfr
    Participant

    one: english by default or yours.
    If you need to translate it, read here:
    https://codex.buddypress.org/user/translations/

    maddogmcewan
    Participant

    @jancbeck – i haven’t done much lately to improve the plugin, for me I think next step would be to add the ability to edit fields, then step 2 would be to incorporate some xprofile fields – if i do anything I am happy to share

    #165054
    mteshy
    Participant

    Hi,
    I would like to change the buddypress profile page url ‘/members /user_id’ from ‘/member /usersname’.

    https://gist.github.com/dzmounir/5503865

    I tried to use above code on fanctions.php.
    Profile page url has been changed as ‘/members/user_id’,but it was not displayed.

    ————————————————————————————————–
    Warning: Missing argument 2 for bp_get_userid_with_id() in /wp-content/themes/my-theme/functions.php on line 117

    Warning message appered from the following code.

    function bp_get_userid_with_id($userid, $username){
    //function bp_get_userid_with_id($username){
    //if the username is an userid ?
    if(ctype_digit($username)){
    // check if a user with userid equal to $username exist
    $aux = get_userdata( $username );
    if( get_userdata( $username ) )
    $userid = $username;
    }
    return $userid;
    }
    add_filter(‘bp_core_get_userid’, ‘bp_get_userid_with_id’, 10, 2);

    ————————————————————————————————–
    I am sorry about the insufficient study in the buddypress’s hook,
    please tell me how to change profile page url as ‘/members/user_id’ .

    3quid
    Participant

    This is something that is happening to my activation emails also… This post seems to help but I have yet to follow the steps to confirm it.

    https://buddypress.org/support/topic/activation-email-goes-to-users-spam-folder/

    It’s on my list of things to do, I’ll let you know if it works

    #165049
    Julian Lamprea
    Participant

    The issue is in the core of the xprofile fields integration that have been added to buddypress with errors.
    The problem is in the bp-xprofile-template.php file in the method bp_profile_get_visibility_radio_buttons()
    Currently that function is rendering the visibility levels as radiobuttons, but is using the same id for all radiobuttons, so, if you want to allow multiple field with visibility options, the current version don’t works because the IDs of each radiobutton is repeated.
    The current code of this method is:

    
    foreach( bp_xprofile_get_visibility_levels() as $level ) {
    			$checked = $level['id'] == bp_get_the_profile_field_visibility_level() ? ' checked="checked" ' : '';
    
    			$html .= '<li><label for="see-field_' . esc_attr( $level['id'] ) . '"><input type="radio" id="see-field_' . esc_attr( $level['id'] ) . '" name="field_' . bp_get_the_profile_field_id() . '_visibility" value="' . esc_attr( $level['id'] ) . '"' . $checked . ' /> ' . esc_html( $level['label'] ) . '</label></li>';
    		}
    

    and the correct way to do it should be:

    
    foreach( bp_xprofile_get_visibility_levels() as $level ) {
    			$checked = $level['id'] == bp_get_the_profile_field_visibility_level() ? ' checked="checked" ' : '';
    
    			$html .= '<li><label for="see-field_' . esc_attr( $level['id'] ) . '"><input type="radio" id="see-field_' . esc_attr( $level['id'] ) . '" name="field_' . bp_get_the_profile_field_id() . '_visibility" value="' . esc_attr( $level['id'] ) . '"' . $checked . ' /> ' . esc_html( $level['label'] ) . '</label></li>';
    		}
    

    Notice how I’m adding the correct ID for each radiobutton, thus the visibility options for each field will have the respective ID and will works!

    I’m not sure why this issue is not related in the bugs list.

    cappazushi
    Participant

    The developer’s site may be lame, but he developed a much needed (if incomplete) plugin for BuddyPress. It isn’t slowing down my test site, by the way.

    I’d just like to figure out to modify it to work…well, fully. I’ll be using it for listing collections, by the way — not resumes.

    If you can’t help, then, thanks for the bumps. Be nice.

    bp-help
    Participant

    @cappazushi
    Matter of fact that particular users site moves at a snails pace so in reality whatever they did was garbage because who wants to wait for a site to load when it takes 2-3+ minutes?

Viewing 25 results - 20,901 through 20,925 (of 69,119 total)
Skip to toolbar