Search Results for 'buddypress'
-
Search Results
-
Hello i have created 2 registration form using buddypress extended profile feature. i.e https://myolife.com/register/?role=provider
After registration i want to store the role (i.e user or provider) in wp_user table. i have created a column (i.e role) in “wp_user” table.. How can i do that?
OR just let me know which file in “buddypress” folder i will edit to achieve the above?
Please help me on urgent basis.
Hi guys,
I have a Freemium BuddyPress site and so far I’ve had to disable the activity feed entirely. However, I feel like I’m missing out on a great way to keep people on my site.
Is there a way to restrict activity stream Commenting to Certain roles (of my paying members)?
I can already restrict public messaging but if comments are still allowed it’s pointless.
Thanks
Topic: Where to find custom code
I am so sorry in advance and I really don’t know how I am having such a hard time finding this, but where can I customize my buddypress code. Here is how I installed everything. Got the domain from godaddy and installed wordpress right through them. Then on the wordpress dashboard, went to plugins and downloaded buddypress, bbpress and the theme Customify. Every time I am trying to go through a tutorial that involved customizing, I see things like “edit pb-custom.php” and things like that. Where are these files located, how do I literally access them? People say things like “its in /wp-content/plugins” but I dont know where to find that folder to begin with. Is it through the wordpress dashboard of my site? On godaddy somewhere? I know this is like 101 stuff but Im seriously confused where to find anything relating to code. I can find Customify’s Theme Editor very easily, not anything else though. Please help
Topic: Page.php to buddypress.php
I want edit buddypress page template.
i followed the steps showed here: https://codex.buddypress.org/themes/theme-compatibility-1-7/template-hierarchy/
but it seems does not work. Any advice is appreciated. Thanks
Topic: Emails showing WordPress
When a user replies to one of my updates within the activity section, it shows as if it is coming from wordpress – this is not how I have configured it in the emails section of the dashpanel for buddypress as everything is like:
[{{{site.name}}}] {{poster.name}} mentioned you in a status update
And that works, but not for where it’s coming from: <wordpress@mydomain.com>
Please see screenshot: https://prntscr.com/p9bx97
How to set that for buddypress?
Thank you
Topic: Custom Sidebar in BuddyPress
im working with pre_get_posts action hook, and calling xprofile_get_field_data in the function it is returning an empty string, after looking into the function it seems the $bp->profile array is not fully loaded, and $bp->profile->table_name_fields is missing and generating a mysql error.
I have disabled all other plugins, and still the issue persists.
what am i missing?
WordPress 5.2.3
BuddyPress Version 4.4.0
this is an intranet site!
Theme: Multi NewsVersion: 2.6.5 [www.momizat.com]The Issue does not happen on TwentyFifteen/ TwentyTwelve
Looking for a fix.
Hi,
on my site https://abtomed.com/registrieren/ nobody get’s a mail while register.
Not the user himself, nor the admin of the site.
I already tried smpt solutions, which unfortunately don’t help.
Also the plugin https://wordpress.org/plugins/bp-registration-options/ doesn’t help at all.
What am i doing wrong about that issue?
Maybe someone can help to figure out. Also i want a “I read the privacy policy informations” checkbox inside this registration form and a recaptcha spamprotection, but don’t know how to solve it… :/
Cheers
JensI’d like to limit the ability of WordPress users with the “Subscriber” role to interact with the BuddyPress functionality of my website. Is there any way to remove permissions for posting activity updates, commenting on them, etc? Basically I want one set of members to be able to post activity stream updates, and the other set to just spectate with the ability to comment on the site’s blog posts, and not much else (like the regular subscriber role w/o buddypress access).
I know BP doesn’t really work the same way with roles/capabilities as wordpress… My only ideas off the top of my head are to nest the relevant BP template bits in tags that hide them based on role, but that seems… not pretty.
Thanks for any pointers!
Hello,
After clicking the activation link in the “Activate your account” email, you are taken to the activation key page, you then have to press the “Activate” button, then click log in, then sign in manually. Doesn’t seem like a good user experience to me.
Is it possible to have the user redirected to the home page and be automatically signed in after clicking the “Activate” button? Or better yet, do this right from the email link?
Many sites just take you to their site and have you auto signed in after clicking the activate link in the first email.
Is it possible to make these changes to Buddypress?
Thank you,
-Chris
I actually thought this was a part of WordPress but I’ve been searching docs and googling and haven’t found anything specifically.
The site is for a physical membership site and only members in good standing will be allowed to register for an account and therefore able to use BuddyPress.
So the potential new user would fill out the registration form, submit, verify there email and wait for approval from the officers. The BuddyPress registration form will have an extra field to identify the member by their membership number.
The key is that only accounts that have been approved can see any of the BuddyPress features like member profiles, directory etc. non-logged in users shouldn’t see anything from BuddyPress except the login and registration pages.
I’m hoping this is easier than it looks so far.
I’m using BBpress for forums and Buddypress for forum profile features and in future would like to use more BuddyPress features. My problem is that if a user changes their forum name, it is changes the first name account field to the forum name and clears out the last name account field. If I uncheck the Buddypress setting “Sync with profile fields” this does not occur but the forum name does not change at all. I don’t mind syncing forum name with “display name” but the first and last name fields can’t be wiped out. I know I must be doing something wrong but can’t find it. I’m also using Memberpress for registration.
I want to add color picker tool to buddypress activity form area to change backgroud color of every single activity post. Can anyone please help me.