Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 11,001 through 11,025 (of 73,928 total)
  • Author
    Search Results
  • ptryzelaar
    Participant

    Hi, I want to display descriptions under forum topics. How do I do this. Here is a link to a screenshot of the buddypress demo and where I hope to add the description: http://qclearninglab.org/wp-content/uploads/2017/05/Buddypress.png

    #265919
    gebkn
    Participant

    Hello, I am making a site with buddypress and I want to display a facebook feed on each profile. What would be the best way to go about this? Are there any plugins that does this?

    #265918
    Henry Wright
    Moderator

    Cause using hooks is more sustainable and less likely to have conflicts in the future?

    Possibly but the template hierarchy is integral to BuddyPress and use is encouraged. If you find a water-tight alternative way of doing it then by all means use that approach instead.

    threwthenevr
    Participant

    Really this makes no sense to me.

    I created a custom template for a page im working on and copied over the change.avatars.php to the custom page..
    Should work in theory, at least I thought.But the upload or crop didnt work.
    The dotted box wasn’t even there.

    So I ended up creating a index-action-change-avatar.php file and placed it in the BuddyPress/members/single directory and copied the change.avatars.php code over.
    And also added general-after-wrap and general-before-wrap to the file.

    Then back to my custom.php template file I added
    <meta http-equiv="refresh" content="0; url=<?php echo bp_loggedin_user_domain();?>profile/change-avatar/" />

    So now my custom page template looks like this before it gets redirected.

    Then after the redirect the page looks like this.

    I wanted my custom page to look like the 2nd pic.
    Now if I remove the index-action-change-avatar.php file it would just redirect me to the normal user profile page to upload the Avatar.
    But I didn’t want that for this custom page I am doing.

    So now that I added the index-action-change-avatar.php file it will just override the default change-avatar.php as its expected to do but unfortunately that means when a user clicks on his profile settings and selects upload avatar it would direct them to the index-action-change-avatar.php file that has some changed settings I’ve added.

    This is what I was trying to do.
    Step 1-user registers on homepage.
    Step 2-user is redirected to the check email for activation page.
    Step 3-user clicks activation link within their email.
    Step 4-user is redirected to my custom page notifying account is activated.

    Now on step 4 I was going to add the option to upload their avatar or just continue.

    Now what I could do is just add a href link that would redirect them to their profile to upload but it would defeat the purpose of what I was aiming for.

    Another option i might just do is after activation have them auto logged in and redirected to the activity page then from there I’ll add a tour of the website.

    #265906
    Henry Wright
    Moderator

    @cameronjonesweb

    Why are you unhooking the reg form from the content? I think the BuddyPress template hierarchy can help you here.

    Template Hierarchy

    You can just nuke the reg form from your-child-theme/buddypress/members/register.php and then add your custom form.

    #265900
    lalitavalon
    Participant

    Hello,

    There are two type of links one member specific and other is complete url. Like suppose I am a member then my url will be
    webiste/members/groups where it will display the groups in which I am a member or joined.
    other link is website/groups where it will display all the groups that are esxits on the website. Even I am a member of that group or not.
    Same links for the friends, docs

    And If I talking about the buddypress menus so you provides first type of links or page that we can add in the menu. So My concern is that from where we can get these pages or add to the menu of second types.
    One solution is that I make a custom type link add static link and add to menu. But it is not good because If my server chnge or address chnge like local host to live I have to chnage manually.

    So please give the alternatives if you have.

    Cameron Jones
    Participant

    I am building a site that requires a complex registration form. The form has been built in Gravity Forms and embedded in the page content of the registration page. I then had the below code hooked onto template_redirect:

    function remove_buddypress_registration_form() {
    
    		$bp_pages = get_option( 'bp-pages' );
    
    		if( is_page( $bp_pages['register'] ) ) {
    		
    			remove_filter( 'bp_template_include', 'bp_template_include_theme_compat', 4 );
    
    		}
    
    	}

    And it worked. The BP registration form was removed and the post content was displayed. But now that doesn’t work and I can’t really figure out why that would be. Even when I revert to the commit that I set it all up, it still doesn’t work. Obviously the ID of the page is being nuked by BP_Registration_Theme_Compat::dummy_post, but I guess my real question is why BP wouldn’t be running that before and now it is. There hasn’t even been an update since I wrote that code

    #265898
    RapaFenice
    Participant

    Hi there,
    I would like to know if there’s a way to let users choose their role during registration.
    I use buddypress registration form in a WPLMS website and I need the users to choose if they want to register as Students or as Instructor (both are WP roles).
    Thank you very much
    Ylenia

    lalitavalon
    Participant

    Hello,

    I installed the buddypress in my website and when I click on the compose message tab then, My profile submenus become hide I am not able to see the submenus like activity, notifications, logout etc. It is only the problem when I click on the Compose message tab.

    Please suggest what is excatly the problem

    #265895
    Henry Wright
    Moderator

    I want it to show the welcome page, which I have associated with the Buddypress register page….

    Can you describe what the welcome page is and how you’ve associated it with the reg page?

    jorge17
    Participant

    I want, the users of my social network before to register are categorized by two variables; Soccer team and position.For example Jorge, defender, Pumas FC // Mark, defender Aguilas FC.
    I want users after being categorized, all the entries that upload to the social network are saved and displayed in their corresponding category (based on the characteristics of the registry)So that when a user enters the portal, look for in the page / category pumas, see the posts of Jorge and other players of the pumas, when search for position, in this case defenses, see posts of Jorge, Raul and other users who Are defenses, if I look for (team) pumas and (position) defense, I will see the posts of Jorge and other defenses of the Pumas team.

    I want, All that the users publish is categorized and can be visualized according to its category.
    In addition to these categories, I would like all the entries made to be seen on the Actvity page

    Im trying do it with these plugins

    -Author Category

    -BuddyPress Member Type Generator

    -BuddyPress Xprofile Member Type Field

    -Restrict Author Posting

    -Restrict Categories

    The last plugin That I was update:

    -Blogs categories for groups plugin

    -Bp simple front end post, but that one need, change plugin of the directory, and Im am not do that very good, and I dont know if that its the correct way

    Excuse me english

    Thanks

    Regards

    #265891
    chief1971
    Participant

    Yeah I logged out and tried to login as a new user. When I type the website address it shows the registration question page, however I want it to show the welcome page, which I have associated with the Buddypress register page…..

    #265889

    In reply to: Profile Page Layout

    r-a-y
    Keymaster

    You’ll want to look at our template hierarchy codex page:
    https://codex.buddypress.org/themes/theme-compatibility-1-7/template-hierarchy/
    https://codex.buddypress.org/themes/theme-compatibility-1-7/template-hierarchy/#single-member-pages

    Then, you could customize the layout of your member profile pages by adding a sidebar or whatever only on member profile pages.

    @mercime
    Participant

    Mustafa Uysal (m_uysl) shares how they scale their BuddyPress site with ~2.2 Million users at https://buddypress.org/2017/05/largest-turkish-recipe-site-spiced-up-with-buddypress/

    thechefsconnection
    Participant

    I’m currently trying to run Buddypress on my website, and I’m having a problem with the URLs that link to user profiles from the Member page, avatars, and displayed usernames. They are all giving a 404 error.

    I’m assuming this can be fixed with a function in bp-custom.php but I don’t know php well enough to be able to create one on my own.

    My Buddypress page is: thechefsconnection.com/forchefseyesonly

    I created the page using one of my theme’s shortcodes (Kleo theme), and a few sidebar widgets. The Members page, user avatars and username links are being rendered as follows:

    (using admin for example ) thechefsconnection.com/members/admin

    This should display the profile for the user ‘admin’ . From what I understand this is how the links are supposed to be structured by Buddypress, but on my site they are giving a 404 error.

    I found that if I append “/profile” to the URL like this: thechefsconnection.com/members/admin/profile then the link works and the profile loads.

    Strangely, the main nav menu dropdown link under For Chefs Eyes Only > Profile returns the link with “/profile” in the URL. This was created in Appearance > Menus with the Buddypress widget. Why is it working here and not anywhere else?

    I’ve looked through Dashboard > Settings > Buddypress and I can’t find anything to adjust permalinks for member profiles.

    So I have two questions:

    1. Why is this happening?

    2. How do I fix it?

    #265874
    chief1971
    Participant

    I have associated two WordPress pages with the BuddyPress registration pages (activate and register).

    However, when either the register or activate page are selected they both open the buddypress members page, not the desired wordpress pages.

    Any help would be appreciated.

    I am using the Kleo Child theme.

    ncsfastaff
    Participant

    Can’t seem to find this particular topic anywhere. In short, how can we prevent Buddypress from overriding pages that are created with ElementorPro? I built a page just for the Buddypress member list with a nice top title heading with image bg, but when I use that page for the Buddypress members page, the title and image bg do not show at all.

    A nice additions would be shortcodes for various Buddypress functions, member list, forum list, group list, etc.

    fedez1234
    Participant

    I had installed buddypress plugin on my website http://www.localiromaeventi.com/. but after some days 508 errors were become common. One suggest me to deactivate buddypress, i did that and now no errors.

    But i want to use buddypress to start a comunity on my website. Please tell me how to use it by getting rid of 508 errors.

    Thanks in advance

    #265859
    ryanllogan
    Participant

    Hello. I have S2Member configured to redirect logins to a Getting Started page. This is working just fine. From that Getting Started page…

    If I click on the BP admin bar and go to Edit My Profile, nothing happens.

    If I click on the BP admin bar and go to Profile > Edit, that takes me to ‘Editing ‘Base’ Profile Group’.

    In the end, my goal is to have users hit the Getting Started page and then they will be guided from there, rather than relying on the BP Admin bar. I have a button “Edit Your Profile”, that I want the user to click and then be taken directly to their profile for editing.

    I’m not sure if this is an S2Member “hijacking” issue or what.

    Thank you,
    Ryan

    #265857
    threwthenevr
    Participant

    Thank you for the reply.
    Unfortunatly thats not what i was trying to do.
    Here’s what iv done so far.

    I created an empty file in /kleo-child/buddypress/members/single and named index-action-change-avatar.php

    in /kleo-child/buddypress/members/single/index-action-change-avatar.php i’ve copied/pasted the content of the bp-templates/bp-legacy/buddypress/members/single/profile/change-avatar.php template.

    added get_header(); before the pasted content and get_sidebar(); & get_footer(); after it.

    I then copied the code fron change-avatar.php and pasted it to my newly created page(Avatar Upoload).

    it works but it has some template issue.
    upload
    not sure how to fix that yet but im still searchng, the actual upload and crop part im sure to have issues to sort out there as well.

    mtasir
    Participant

    I need to filter buddypress activity by date, like today or last week. I am using
    <?php if ( bp_has_activities( bp_ajax_querystring( 'activity' ) . '&action=activity_update&year=2017&monthnum=04&day=4' ) ) : ?> but its not working. Any help appreciated.

    #265854
    r-a-y
    Keymaster

    Here’s avatar.css that’s been patched up:
    https://pastebin.com/raw/X6Nc0Qds

    If your site doesn’t use RTL, then you just need avatar.css.

    Please replace /buddypress/bp-core/css/avatar.css with this file and retry in iOS. Remember to purge your browser cache.

    #265846
    Henry Wright
    Moderator

    I did a quick search and found Buddypress Upload Avatar Ajax. Not sure if it helps?

    #265843
    threwthenevr
    Participant

    Here is what I’m am trying to do.

    User registers on the homepage.
    User is redirected to the check email for activation page.
    User clicks activation link.
    User is redirected to the activation success page.
    On step 4, I’m either trying to add a 5th step redirecting to a custom avatar upload page.

    I know how to redirect to a page but I have no idea what code to copy over from BuddyPress to that blank page.

    Does anyone know how I can achieve this?

    bjarvis
    Participant

    I have a very simple forum on my membership web site, using BuddyPress just for profile info. I added a menu tab “My Profile” using the BuddyPress profile under menu selction pages (members page/$member). I only want my users to be able to edit their avatar and public name.

    When the page comes up, the profile area is showing and doing what I want, but under the profile image it has: “NO COMMENTS” … then lists all comments on the web site … then “Comments are closed”. From reading various info, I’m thinking the comments are getting pulled in from the member page template??

    Asking for any help or guidance on how I might be able to remove all the comments from showing on this user profile edit page.

    Thank you.

Viewing 25 results - 11,001 through 11,025 (of 73,928 total)
Skip to toolbar