Search Results for 'buddypress'
-
Search Results
-
Topic: BuddyPress email problem
Hello, when I go to the Profile View where there are info like name, position etc. In the email info when I push on the email address it transfers me to the page (e.g @gmail.com it transfers me to gmail.com , when @yahoo.com it transfers me to yahoo.com), it works like url (I dont want that). I want when I am clicking the email address to open my email automatically so I can send an email and if this is not possible,then better not to be clickable so it wont transfer me somewhere. Waiting for your help. Thank you.
Can anyone help me use the fb plugin so users can use their fb account to login?
Thanks.
Current state of affairs do not look good for Buddypress (https://wordpress.org/plugins/buddypress/#reviews). Users consider it on the way out when comparing it with plugins like “ultimate member” or “user pro”. Though these plugins have inferior code quality they compete with BuddyPress based on their promotions and integration with WordPress.
We’ve been monitoring BP REST API github repo but there are hardly any activity recently, which brings to the point why is BP REST API not taken up seriously by the BP devs.
The REST API for BuddyPress needs to be taken up professionally and seriously as it could clearly be a game changer for BP.
I am creating a site http://www.zzelzal.com/ in Arabic language and using buddypress but maximum information in buddypress not displaying in Arabic. I am using buddypress Version 2.9.2. let me know is there any language file in Arabic so that my site look fine in Arabic. I does not any manual process to translate that into Arabic because i have not much knowledge of Arabic and if i use Google translate then it does not translate exactly which i want. So please help me.
Wordpress 4.8.3
Buddypress 2.9.2I’ve written on the support forum for the plugin BuddyPress Xprofile Custom Fields Type but it seems the plugin author hasn’t answered anything in 8 months:
After upgrading wordpress from 4.8.2 to 4.8.3 the Custom Taxomony Multisector is not displaying/working correctely in the dashboard user extended profiles tab. The users chosen selection is no longer displayed. The entire list is shown. From the front end everything works correctly. The user can select/unselect multiple organizations/specialties. I’ve look at the code in both the front and back end and it is identical. I don’t see any js errors in the console. I thought perhaps the jQuery hadn’t been initialized, but it looks like everything is correct. The only other thing that is weriod is the help / options dropdown at the top of the dashboard screen won’t open. Any help would be apprieciated.
Buddypress
I want to make friendship between two users. I have user A and B. And I am coding in child theme functions.php file.If user “A” want to send friendship request to user “B” then I need a code to send friendship request
And if user “B” accept the request then I need to code to accept friendship request.
Please suggest me how can I do this and this should be the buddypress add or accept friendship functionality.
Best Regards,
Hi, I am trying to add a custom nav link titled “sub-members” to buddypress profiles that shows a list of members who inherit membership to my client’s services through the parent member. I have successfully added the custom nav link to the profile by inserting some code into bp-custom.php and I have successfully called the contents of a members loop template into the page (I will add filtering for the members loop after initial functionality is in place.)
Here is my code below:
<?php function add_communications_tabs() { global $bp; if (xprofile_get_field_data('Sub-Members') == "Yes") : bp_core_new_nav_item( array( 'name' => 'Sub-Members', 'slug' => 'submembers', 'parent_url' => $bp->displayed_user->domain, 'parent_slug' => $bp->profile->slug, 'screen_function' => 'submembers_screen', 'position' => 100, 'default_subnav_slug' => 'submembers' ) ); endif; } add_action( 'bp_setup_nav', 'add_communications_tabs', 100 ); function submembers_screen() { add_action( 'bp_template_content', 'submembers_screen_content' ); bp_core_load_template( apply_filters( 'bp_core_template_plugin', 'members/single/plugins' ) ); } function submembers_screen_title() { echo $_POST[bp_displayed_user_id()]; echo 'Sub-members of '.bp_get_displayed_user_fullname().'<br/>'; } function submembers_screen_content() { get_template_part( '\buddypress\members\members', 'loop' ); } ?>Here is my problem:
Pagination and any other function using ajax seems to break when the members loop is placed here.
It seems that while ajax work fine for the members loop when placed on a normal page outside the profile–and I should also mention ajax works fine for built-in Buddypress profile functions like activity stream posting–the same cannot be said for my members loop or any other content I test on the custom-made ‘sub-members’ page that requires ajax functionality. For instance, when I try to click on a link within the pagination on the member loop within the ‘sub-members’ page, the link is correct (loads the next page in the loop if it were to be opened in a new tab), but nothing happens when it is clicked.
Steps I tried to pinpoint the issue:
– Disabled all plugins besides Buddypress for potential conflicts
– Inserted other ajax content independent of Buddypress onto the ‘sub-members’ page (this content failed too)
– Tested the Members Loop within existing profile page templates to see if it had to do with inserting it onto a custom Buddypress page (loaded it on the “Activity” page and the ajax didn’t work for this either)
– Tried to enqueue ajax.php and other relevant scripts despite the fact that in the <head> section, it seems they are being called correctly and working for other built-in ajax calls.I have spent many hours trying to figure this out and I would greatly appreciate any help as I am truly stumped and not very knowledgeable about ajax. Thank you
Hi,
I installed and activated Invite Anyone plugin on Buddypress and a WP 4.8.
The plugin is activated correctly and I can modify the settings. i use sendinblue as a third party SMTP server after disabling the default email process but this SMTP provider after I have changed in the dashboard email conf.
Unfortunately it seems that the emails when I try to send invitation through Invite Anyone are not sent.. I cannot see them under my stats monitoring tool within sendinblue.
Did anyone face this problem in the past? Any help please?
I have a child theme, and am attempting to change the mention name (the “@” user name) to the display name (full name, first and last).
Looks like this is the place to do it:
buddypress\members\single\cover-image-header.phpAnd this looks like the line to edit:
<h2 class=”user-nicename”>@<?php bp_displayed_user_mentionname(); ?></h2>I’ve changed the “mentionname” in that line to “displayname”, but it breaks the page.
What should I be using, and in the future, where should I look for this kind of answer?
Topic: Formatting members area
Latest version of WP 4.8.3, Buddypress 2.9.2
http://www.flourishingfriendships.clubHello,
I would like to format the members area, specifically where the numbers are in the right top corner to show you how many messages, members etc. there are (way too small). And for some reason when I go into any of the sections that shows my information my email address is HUGE and on there twice. I am not a coder so I will need simple instructions on how to change these settings.I would appreciate any help you can provide to make my website outstanding!
I’m using BuddyPress with BBPress – and I’d like to ad a big graphic button to every Memeber Profile page that takes the user back to the BBPress forum.
I assume I have to edit a template (and I’ve duplicated the BuddyPress template files to my child theme) – but can’t figure out which template to edit.
Direction would be appreciated.
http://fluentself.com/forums
WP 4.8.2
BBPress 2.5.13