Search Results for 'wordpress'
-
Search Results
-
Topic: Logging out to home page
Hi,
Upon clicking the Buddypress ‘log out’ I am taken to the WordPress login page but I want to go to the site’s home page. How can I do this?
Thanks
Hi Guys
I am having trouble with newly added buddypress member types not having access to members BUT they are able to view forums. (image3)
I manually assign people to this member type via the wordpress dashboard.
My members assigned to the 1st member type I set up can see the members of the newly created member type (image 4 & 5)
I am using paid membership pro for my membership and set up the parameters in paid membership pro via the wordpress dashboard (image 1 & 2)
It acts like the database is not being updated with the new member type
I am stumped can anyone help please. 🙂I’ve buddypress installed.
I need display count of total activities / posts.As I am new to PHP, can anyone help me to achieve this?
Buddypress Version: 9.0.0
Wordpress Version: 5.8
Website Link: https://7cloud.dev/activity/Hello,
Have integrated BuddyPress with WordPress and I want my subscribers to be able to access the Settings sections and be able to change their passwords and email addresses.
When they try changing their passwords..They get logout the error message “You must log in to access the page you requested”
I also tried and deactivated all the plugins and changed the theme but am still getting the same issue.See my link below
Topic: Emails not being sent
So I’m working on a little project, trying to grasp the workings of WordPress. I’ve created a website, currently still on localhost, and installed buddypress. My problem is that I can’t seem to send buddypress emails like the activation one, even though regular WordPress emails like the reset password email are sent correctly. I currently have WP Mail SMTP setup with a personal Gmail account of mine so I can easily see which emails are sent or not and even though WordPress says the activation emails are sent as the counter in the user tab displays, in my email no mails were ever sent. What can I do to troubleshoot the situation?
Edit: buddypress version is 9.0.0
I have created a study website where user can access online courses. I am using the buddyboss theme with WordPress 5.7.2 version. I want to add a feature called “Study-Buddy” which shows a random user from only the student user type. If the user hits the ‘Find Study-Buddy’ button it shows a random student. If the student doesn’t like the random choice then he/she can find another one. Can anyone please suggest how can I implement this feature.
WordPress 5.8
BuddyPress 9.0.0
bbPress 2.6.6
AuthorReady.com (paid member site, so link won’t help much)I recently installed bbPress and BuddyPress on my existing paid membership website. The forums and groups are part of the membership and not viewable by the public. I created forums and topics for each group; however, when I try to open a topic in the group’s forum, it will display the first topic, regardless of the URL.
For example, if I am on my group’s forum page (authorready.com/groups/action-thriller/forum/) I see two forum topics: Beta Readers and General Discussion. When I select Beta Readers (authorready.com/groups/action-thriller/forum/topic/action-thriller-beta-readers/), it displays as expected. However, when I click the second topic for General Discussion, the URL is correct (authorready.com/groups/action-thriller/forum/topic/action-thriller-general-discussion/), but it displays the Beta Reader information instead.
I deactivated BuddyPress and the bbPress forums work as intended. The issue is isolated to how they display in the BuddyPress groups. Any ideas why this is happening and how I can fix it?
How do BP member type and WordPress user profiel relate?
I have 2 user profiles (or member types), collaborators and suscriptors, and I want to allow both of them to register by themselves, although collaborators registration must be approved by an administrator.
Should I work only with WordPress user profiles and ignore BP member type? How to combine both of them or customize registration form for any of them?
Thank you.
Hello, I just installed and configured BP and registration page is blank.
These things are checked:
- Site is configured to allow anyone to register
- BP is coonfigured (under pages tab) with correct register and activate page
- WordPress permalink structure has been reset and has been tried with both, page_name and date/pagename
- Pages register and activate do exist and show header and title, but content is blank
- I tried both BP themes, legacy and noveau. register.php file exists under both themes folder
- Worpress version 5.8, BP version 9.0.0
I dindn’t configure any additional fields for registration under profile fields but according to the docs, the form should be available with this configurations I did.
Thank you.
Hello all,
I’ve looked throught the forum and many plugins, and I can not solve this problem which seems “so simple” to me !
How to configure an email sent to the administrator each time a registration is done ?
Let me explain :
My community system is based on pre-registered users in a database.
So, when a user registers on my site, he receives an email (originally, the wordpress email with the activation link) telling him that his account is being verified by the administrator.
Then, the account is in the user pending system, and the administrator can activate or not this account manually.
If the account is validate, the user will receive a welcoming message, etc.BUT, I would like to receive an email informing me that a user has registered, ie who has completed the registration form BUT has not yet validated his account. However, the default wordpress email is only sent to the administrator when the account is validate.
It’s really exhausting to check permanetly if a user is in the pending system, in order to validate or refuse its account…
Hope someone could help me…
ThanksHi all,
I have recently upgraded to Buddypress 9.0 and an existing function hooked in uploading a new avatar no longer appears to be working. Could you let me know please what is the correct hook now? I looked through the supplied Actions & Hooks pdf, but no luck so far in trying those. I also searched for “Avatar hook” in the forums and no results unfortunately.
*Wanted to note that the profile picture/avatar is being uploaded to WordPress correctly
Here is how the function was being registered before:
add_action( 'bp_members_avatar_uploaded', [self::class, 'UpdateAvatarToSalesforce'], 10, 3 );Here is the function prototype:
public static function UpdateAvatarToSalesforce($item_id, $type, $avatar_data)Thank you in advance!
I’m using MemberPress and BuddyPress. I have all other plugins disabled at the moment. My problem: I’m using the BuddyPress members feature that shows a list of all the members. But when I click on a name in the list, it does not go to their profile.
For example, mysite.com/members displays all the members, paginated, but if I click on a member’s name, it goes to mysite.com/members/member-name, and not mysite.com/members/member-name/profile. It was working earlier today. Any ideas?
My BuddyPress settings are all defaults. WordPress 5.7.2, BuddyPress—same behavior on previous version and 9.0. My site is members only (and still in development), so I can’t link to the page with the issue.
Hi,
Please help me, i installed buddypress and everything works fine, except whenever i log in and click on profile, i get redirected to a page which has not header or structure whatsoever (https://www.merrygokids.com/members/oyeakd/profile/)…..that is the link for me. but my problem is i want to edit or customize or at least add an header to it but it simply does not exist in backend.
Please help me
my site = merrygokids.com
theme = teriz onepage multipurpose
wordpress = 5.7.2
buddypress = 8.0.0
Hi can I use one search forum (I know that there exist global search plugin) together for Buddypress Activity Search and normal WordPress Posts Search?
The wordpress search is domain.com/?s=searchterm
The Search for Buddypress is domain.com/activity/?s=searchterm
how can I get them together by coding?