Search Results for 'buddypress'
-
Search Results
-
Please i need help on how to remove margin from my activity list all content are in the middle and I don’t like it that’s way
Hi!
I’ve been experiencing quite a problem since a few days: I’m using Mailjet but all the activation emails from BuddyPress are blocked (hence blocking all emails from my website). It seems like the “From” field is responsible for this.
How can I modifiy it to get my emails send again?Thanks for any clue.
Topic: Forum reply permalink issue
Hello all,
I am using BuddyPress (v5.0.0.) with bbPress (v.2.5.14) and I am noticing an issue when I have a forum topic with multiple pages. When I add a new reply it creates a BuddyPress activity that stores in the DB a primary_link of the type
/forums/topic/topic-name/page/XX/#post-YYYY. For example/forums/topic/test-notification-for-reply/page/2/#post-3063The problem is that if I delete some previous replies from page 1 and this reply moves to the first page from the second page it was previously, its activity permalink (primary_link) remains the same and the activity still points to page 2 of the topic (not page 1 that is its new page).
Is there any fix for this?
Hi,
Is there a way of adding already existing fields to the BuddyPress profile page? My membership is controlled by MemberPress and there are a load of fields relating to that that I would like to include on the BuddyPress profile page. Rather than sending the user to a different account page, it would be nice to include them here so that they are editable by the user. So far all that is displayed on the profile page is Base:Name.
I know there is a section that allows the creation of new fields, but what about already existing fields?
I’m quite new to BuddyPress and I can just about muddle my through php but I wondered if there’s a plugin that allows this, or perhaps someone knows of a simple guide to doing this?
Thanks in advance.
WP 5.2.3
BP 5.0.0Topic: BuddyPress Login Widget text
Hi guys,
I have a little problem please with the Login widget, it show x2 times the text (Username and Password).
Screenshots : http://prntscr.com/piiq6f
btw, identifiant mean username, and Mot de passe mean password.
Thank you!
Hi,
WordPress 5.2.3
and BuddyPress 5.0.0.I am asking for support. I have BuddyPress installed with BuddyPress Activity Plus. This plugin gives the user the option of publishing url addresses, so you can load pages and graphics nicely. The problem, however, is that it loads addresses from http: // instead of https even if the domain has one. I have SSL but when addresses from http appear on the wall of BuddyPress activity, it negatively affects information about the page in the browser (it’s about the padlock that disappears and information that the page is unsecured) How to force url loading from https: // in BP Activity Plus?
Support BP Activity Plus is not responding, so I am asking you for helpHi,
I have been trying the activity shortcode plugin but it doesn’t work that well.
Is it possible to create a plugin that will add the activity index template to a shortcode?Will it be similar to this code?
//[Activity Shortcode]
function activityfull_func( $atts ){bp_get_template_part( ‘buddypress/activity/index’ );
return;
}
add_shortcode( ‘foobar’, ‘activityfull_func’ );Topic: @mentions problem
I use WordPress 5.2.3
and BuddyPress 5.0.0.
Many have already asked to change @mentions from @username to @display_name but this is difficult and unfortunately I have not found an answer. Attempting to hide username is understandable for security reasons. However, I have another question. Can this problem be resolved without changing @mentions but the login method?
If instead of the username in the login field allow only login by e-mail and disable login by username without removing it from BuddyPress, the problem of hiding the @username will disappear. Is it possible to login only via email without deleting your username?
If so, the displayed name will become redundant and can be removed from the registration form.
How to do it and does it make sense?On the Members Profile page I’d like to have the Profile Field URL open in a new window.
I found the following article regard this issue.
https://buddypress.org/support/topic/profile-fields-open-url-in-new-tab-_blank/
I’ve tried the mentioned function below but its not working.
function swiss_target_blank( $field_value, $field_type, $field_id ){ if( $field_id == 6 ) { $field_value = str_replace('rel="nofollow"', 'rel="nofollow" target="_blank"', $field_value); } return $field_value; } add_filter('bp_get_the_profile_field_value', 'swiss_target_blank', 11, 3);It works when I modify the core file located at buddypress/bp-xprofile/classes/class-bp-xprofile-field-type-url.php, line 176. I’d like to find a way to do this without editing the core.
The article referenced above was written about 4 years ago. Has someone changed recently that would prevent the function from working?
Can someone please point me in the right direction? Thx
I have the latest wordpress installation with latest 2019 theme plus latest version of buddypress. I have set register on general settings, got buddypress pages created automatically upon registration. Did the page settings. Got only buddypress plugin activated but for some reason when I test register after logout, I cannot register people successful even though I imput the data needed to register. The page will not even redirect to activate. It stays the same with no registration happening after sign up.
I been reading other forum topics on registration. I tried changing themes, tried add www. on my URL, tried re-installation of wordpress and buddypress, removed all plugins except buddypress but for some reason I cannot figure out what I am doing wrong because I still cannot register new members/Users.
I been watching youtube videos on buddypress and I notice that on options the core buddypress files do not have a check box on the version I use. Even when I try to select everything on buddypress option so that all 10 are selected I still get cannot get registration of new members from register page.
Please help me I am a novice on buddypress.
I want to delete the activation key. I want users to activate their account by clicking on the {{{activate.url}}}
please help me
Is it possible to remove automatic links when http://www.domainname.com is typed into a text field? So this is not about automatic links to search a word after clicking.
WordPress version 5.2.3
BuddyPress version 5.0.0Website is offline due to security reasons by Google, that’s why I need to remove automatic links.
Topic: Quote notifications
I have a question about the functionality.
If for example, someone quotes the post of another user, it’s possible to receive a notification in the Buddypress notifications panel?Hi BuddyPress Contributors, Developers & Users,
Let’s talk about BuddyPress blocks!
In 5.0.0, we introduced the BP REST API and a BuddyPress Blocks category: these two pieces are the foundation for inserting and organizing BuddyPress content within the Block Editor.
The Development Team has been talking about possible ways BuddyPress could take advantage of what the Gutenberg Project brings to WordPress. We have some ideas but we would like to know what you would use BuddyPress blocks for. Let us know your thoughts by taking this poll.
Take the BuddyPress Blocks Poll
To tease your imagination we’ve added a list of possible BuddyPress blocks, though you should feel free to add your own ideas using the last checkbox. If the checkbox entry form is too limited for explaining your idea, use the comment form below the poll to share your thoughts with us.
Thanks a lot for your contributions!
Topic: count of all notifications
Hi BuddyPress,
I have a problem. I’m a poor programmer and I’m just starting to learn PHP. I hope someone will help me. How can I get count all notifications, both read and unread?
I want to sum it. I can’t find the function for notifications read to count using count()Does anyone know if it’s possible, to insert a shortcode into a buddypress profile field.
I want to show a ipflag/ipcountry code, on all members profiles. So that other members, can see their IP location.Best regards…
Hi all. I’m working on a site that will have several types of memberships. We’re using MemberPress for this since there will be monthly/annual payment options for each type.
The profile types in BuddyPress is an important part of what we need – we’ll be hiding certain profile types from the user directory.
The problem is, there seems to be no built-in way to simply map each MemberPress membership to the BP profile type we want to assign it to. (and we are already using the memberpress/buddypress linking plugin. it doesn’t include this functionality and they’re considering this custom work rather than something that should be built in. You CAN map the membership to default forums you want the user signed up to automatically, but not the profile type. … scratching my head…)
Has anyone had experience doing this? If so, would you be willing to guide me a bit? Not sure if I should try to build a plugin or if there’s an existing snippet for this.
Thanks!
I can’t enter in my profile.. on http://www.dovadoapp.com
1. 5.2.3
2. directory
3. subdirectory
4. n/d
5. Yes. buddypress worked well 1 week ago
6. 5.0.0
7. 4.9
8. No
9. personalised
10. Flatsome
11. I’ve edited buddypress template but after that i deletet and reinstalled.
12. No
13.
14. no errors
15. siteground
16. I don’t know
17. Buddypress Legacy
18. no. just i can’t enter in my profile
19. events manager linked with buddypress
I can’t deacivate plugin or templates because our website is live and full of events. I am afraid that if i change something m website can be worsen. 1 week ago everything worked!
Thanks