Search Results for 'buddypress'
-
AuthorSearch Results
-
September 23, 2017 at 6:55 pm #268182
In reply to: BuddyPress conditions
shanebp
ModeratorYour questions are about WP and WooCommerce, not BuddyPress.
All three are free, so set up a test site and start using other plugins or custom code to handle your desired user roles.September 22, 2017 at 1:46 pm #268167In reply to: Register Forms on Mobilr don’t work.
marymezzo
ParticipantI’m having exactly the same problem: when viewing reg form on iPhone, no way to add info to fields; buttons don’t work.
Running WP 4.8.2 and Buddypress 2.9.1.
I would love to see some feedback on this topic.
Given the number of people who use the web on their phones, a registration form that doesn’t work for mobile users is a registration form that doesn’t work.
September 22, 2017 at 12:32 am #268164In reply to: Members who register other members
Henry Wright
ModeratorYou can’t do this by default on the front end in BuddyPress. You can of course do this in the WordPress admin area as an administrator.
September 21, 2017 at 6:27 pm #268158Nathan Pinno
ParticipantHey,
I run a site where everyone who registers can have their own blog, and the entries all show up on the homepage. Right now those posts on the front page link to their author profiles, but I would like them to link to their BuddyPress profiles instead.
I’ve tried searching Google for a way to do so but any code I find results in a white screen on my site. The only plugin to do this is over two years old and will likely not work.
How do I do this so that I will not get a white screen?
Thanks!
September 21, 2017 at 12:10 am #268147In reply to: Contact user
xmginc
Participant@flashvilla, hope this helps:
I’m using Gravity Forms to display a contact form on each member profile page and dynamically populating a hidden field with the member’s email address.
Here’s info on dynamically populating a field in GF
Their example:
add_filter( 'gform_field_value_your_parameter', 'my_custom_population_function' ); function my_custom_population_function( $value ) { return 'boom!'; }I have changed this to:
add_filter('gform_field_value_bp_member_email', 'bp_member_email'); function bp_member_email($value){ return bp_get_displayed_user_email(); }In Gravityforms, I have then created a hidden field and in the advanced tab of that field, checked “Allow field to be populated dynamically” and entered the “Parameter Name:” as “bp_member_email”
Then, in the notifications, the “Send to Email” should be changed from a standard email to a Gravityform tag. You can get that by clicking the little arrow key beside many fields such as “From Name” box. Find the name of your hidden field and click that. It should give you something like this: {BP Member Email:7} where “BP Member Email” is the name I gave the hidden field – yours will be whatever you named it.
You’ll also need to embed the form to your child theme: /themes/yourchildtheme/buddypress/members/single/home.php
Details on how to embed into your theme can be found here. Example: (where 1 is the ID of your form and 12 is the starting tabindex)
<?php gravity_form(1, false, false, false, '', true, 12); ?>If this worked, you can view the source code of the member page and you’ll see the member’s email as an input value in the hidden field.
Hope this helps!
Please note: if you can’t have the person’s email displayed publicly in the source code for privacy (even though it’s not visible on the site), you will need an alternative method. Members on my site all have their emails visible so it’s not an issue for me.
September 19, 2017 at 9:04 pm #268127In reply to: Slider or list of members of a group
shanebp
ModeratorUse
bp_group_has_membersand specific the id of the group.
For example:<php if ( bp_group_has_members( 'group_id=15' ) ) : ?>etc.September 19, 2017 at 5:04 pm #268124In reply to: Contact form integration with Messages
amitgupta3
ParticipantCan anyone please suggest me? Let me explain my problem again.
I have a contact form that user can use to contact the Admin or any Member by emailID.
Admin/member can reply to him on his email.
All this happening flowless on email but this whole thread is out of BuddyPress context. There is no tracking of this conversation.Can someone suggest how can I keep track of this conversation and show it in “Messages” section when user login? Can we track by email address of this user and show in Messages.
OR is it mandatory to login First. Even then how contact form details can be captured and shown in Messages section.September 17, 2017 at 2:33 pm #268106In reply to: Blank page for bp-profile-setup
janbrinkmann
ParticipantSeems like bbPress and Buddypress cause that conflict.
September 17, 2017 at 10:38 am #268100In reply to: How to Edit Register Page?
Henry Wright
ModeratorCheck out the Template Hierarchy article. You can override the default templates by creating custom templates in your theme.
September 16, 2017 at 2:02 pm #268082In reply to: Users based on location
stunomatic
ParticipantI use the function “my_custom_ids” Loop
September 16, 2017 at 1:52 pm #268081In reply to: Users based on location
stunomatic
ParticipantThanks @shanebp for response. OK I played around and here is my code. Its working fine but with one issue i.e
If there is no value it echo’s all the members.
<?php $contrytoggle = get_field( "country_toggle" ); $contrypri = get_field( "select_country" ); ?> <?php echo $contrytoggle; ?> <?php if ( bp_has_members( my_custom_ids( $contrytoggle, $contrypri ) ) ) : ?> <ul> <?php while ( bp_members() ) : bp_the_member(); ?> <li> <div class="item-avatar"> <a href="<?php bp_member_permalink(); ?>"><?php bp_member_avatar(); ?></a> </div> <div class="item"> <div class="item-title"> <a href="<?php bp_member_permalink(); ?>"><?php bp_member_name(); ?></a> </div> </li> <?php endwhile; ?> </ul> <?php else: ?> <div id="message" class="info"> <p><?php _e( "Sorry, no members were found.", 'buddypress' ); ?></p> </div> <?php endif; ?>September 15, 2017 at 2:31 pm #268073In reply to: Users based on location
shanebp
ModeratorYou’ll need to write some custom code.
Add a buddypress members loop on the template you use to show your posts.
Filter the members loop by their address.
If you write some code and run into issues, you may get some feedback on these forums.
Or you could post to the Jobs Board and hire a developer.
September 15, 2017 at 2:24 pm #268071In reply to: registration page styling
Aslan Guseinov
ParticipantHey, do a shortcode for registration form!
We will insert it in a full width page, and this would be it!
As I understand the page hierarchy, it can be all pages with sidebar or without.
Where is the third option?Will this help?
.registration #buddypress { width: 100% !important; } .page-id-64 div#right-sidebar { display: none; }September 15, 2017 at 10:47 am #268067In reply to: Avatar across multisite
Coach Afrane
ParticipantI found a simple solution.
After activating multisite I installed and network activated BuddyPress.
I also added this line to wp-config.php: define ( ‘BP_ROOT_BLOG’, 2 )It works perfect, just the way i wanted it.
Thanks, you all.
September 15, 2017 at 9:24 am #268063In reply to: Force Profile Picture
Brajesh Singh
ParticipantHi,
Do you have the BuddyPress Force Profile Photo plugin active? If yes, Please disable it.If no, you will need to consult your theme developer, as they might have added it.
Hope that helps.
September 15, 2017 at 6:47 am #268061Topic: Hide sub-groups from main page
in forum How-to & Troubleshootinglittleplum
ParticipantHi! I have a website with buddypress activated on it, and have just started setting up the forum.
I’d like to know how to hide the sub groups from showing on the main forum page, so that they are only visable once someone goes into each forum (state based mostly).I’m a VERY new wordpress user, so be gentle haha!
Thanks for any help with this,
Kathy xSeptember 15, 2017 at 3:49 am #268059In reply to: BuddyPress accounts connected between sites
Bradley Stevens
Participant@xmginc yep, so close. I just want users to get notifications and messages, and the same avatars and profile pictures network wide. That would expand the ability of buddypress tenfold.
Thanks for the info on WPMU. I hadn’t really heard of them, but this has my interest
September 14, 2017 at 11:49 pm #268058In reply to: BuddyPress accounts connected between sites
xmginc
ParticipantSo close isn’t it? This and scheduling could be an answer to a multi BuddyPress network on separate servers… WPMU offers 30 day free membership to check it out. They require a credit card to signup, but well worth it for all their other tools.
September 14, 2017 at 10:40 pm #268055In reply to: How to Edit Register Page?
xmginc
ParticipantI believe you could add the terms and a checkbox as a requirement as part of the BuddyPress Extended Profile. Instead of the text box you added for “terms of use”, you can remove that and add a single checkbox with the words “by registering…”. Hope this helps!
September 14, 2017 at 8:53 pm #268053In reply to: Multisite issue
xmginc
Participant@rjt1985, wondering if you are still having any issues or if you have found the specific reason it worked itself out.
We were experiencing a similar issue but could not find the reason. Our solution was to use GravityForms (developer version) instead by creating a custom registration form which also works directly with BuddyPress extended profiles.
September 14, 2017 at 4:33 pm #268047In reply to: Service Provider/Consumer Website?
shanebp
ModeratorWP, BuddyPress and WooCommerce could be used to create your site.
And they are all free, so set up a dev site and start experimenting.
You’ll need to write some custom code to handle the email restrictions.September 14, 2017 at 8:32 am #268039In reply to: Multiblog/Multisite avatar missing
bulld_digital
ParticipantI had the same issue, but there’s an easy fix. please see: https://buddypress.org/support/topic/avatar-across-multisite/
September 14, 2017 at 2:27 am #268036In reply to: Blank BuddyPress Pages
Fahmi Barnes
ParticipantFinally, someone reply!.
Peepso is too long has gone from my site before I decided use BuddyPress so it leave the shortcode on the page. And yes, I’m using Ultimate Member too but I just recently installed that plugin after BuddyPress has gone crazy over a month. And, “The best approach would be to wipe your install and start over from scratch.” you mean, starting my site from beginning? or disable Ultimate Member and reinstall BuddyPress?.
Thank youSeptember 13, 2017 at 11:20 pm #268035In reply to: Multiblog/Multisite avatar missing
xmginc
ParticipantUpdate: I have tried as many methods found in this Support Forum including bp-custom.php, functions.php, different wp-config.php options.
The one that worked for us is via a wp-config.php modification with code from @boonebgorges here: buddypress.trac.wordpress.org/ticket/4252
// This assumes that the blog in question is #1. If it's not, the path will // have blogs.dir in it define( 'BP_AVATAR_UPLOAD_PATH', '/var/www/html/example/wp-content/uploads' ); // Again, assuming you're coming from #1. To pull from a different blog, // it'll be example.com/secondaryblog/files or something like that define( 'BP_AVATAR_URL', 'http://example.com/wp-content/uploads' );Also wanted to share that if we add bp-custom.php and add various fixes suggested by others it results in a fatal error with a call to undefined bp_core… perhaps there is a different issue causing other fixes to not work for us… Open to try other suggestions but so far so good with fix above.
September 13, 2017 at 11:13 pm #268034In reply to: Multiblog/Multisite avatar missing
xmginc
Participant(apologies for the double post – pls delete if possible thx)
-
AuthorSearch Results