Search Results for 'buddypress'
-
Search Results
-
I am planning to write a plugin that takes care of a few things that don’t get done. For example, automating fetching external blogs.
One of the things I want to fix is that some activity (specifically external blogs) does not update the “last updated” value in the groups. This stops highly active (via external feeds) groups from appearing on my recently active groups listing. What I need to know is how is “last updated” updated? What do I call to update it?
I’m trying to overwrite the styles of the class login-split but it doesn’t work and I’m not sure why that happen. I need to make that class 100% width.
Topic: Private messaging feature
Hello,
We are a website design agency and we recently set up one of our clients websites using buddypress. you can see the site here: http://www.thehubtaunton.com/ (currently behind a coming soon page).
When using the private message feature within buddypress, we have encountered an issue:
When logged in as admin, if you view a users profile (example: https://www.thehubtaunton.com/members/marc-testing/) you can then click on private message, however, when i do this and fill in the message it doesnt seem to work properly. the user is not notified and it seems to post the comment on my own user profile, not the user i attempted to private message.
Could you please let me know how we can get this sorted out as soon as possible?
WP Version: 5.6
Buddypress Version: 7.1.0Please let me know the best way to supply login details.
I tried the code posted here ( https://buddypress.org/support/topic/display-username-in-members-directory/#post-89522 ) into functions.php and got the whitescreen of critical error.
– That code was supposed to display username and full name in the directory I think.been looking into copying template page ( \buddypress\bp-templates\bp-legacy\buddypress\members\members-loop.php )
into new /buddypress/ folder and adding some code there(?)Do I need to add somethng like:
bp_user_fullname()
bp_displayed_user_fullname()Also looking at some things for x-profile tags?
Not sure best way to go / get there from here..I did try adding a file to:
/wp-content/themes/twenty-four-cslite/buddypress/bp-templates/bp-legacy/buddypress/members/members-loop.phpand putting part like this:
<div class="item-title"> <a href="<?php bp_member_permalink(); ?>"><?php bp_member_name(); ?></a> <br> <?php bp_displayed_user_fullname(); ?> <?php if ( bp_get_member_latest_update() ) : ?> <span class="update"> <?php bp_member_latest_update(); ?></span> <?php endif; ?>but it did not seem to do anything… Feel like I am close but missing things – I did a lot of searching, but missing something obviously.
Topic: Buddypress dropdown menu
I understand that the Members page will only show those who have registered and then logged in. If a member has not logged that member does not appear in the Members list.
While the thought behind that process makes sense, BuddyPress lacks a couple of necessary administrative functions.
– List of those invited but still “pending”
– List of WP users added but not yet invited to a group
– Activate a user in pending status by the site admin
– – This is very important for site dealing with people not adept with web site apps.Does anyone know of an add-on that provides these essential features?
Topic: Activation Email Issue
Hi all,
I found that two issues of the activation email from BuddyPress.
1.The first activation email is missing background color and the text not center. When I tried to send the same email again, the email becomes all right.
2. I saw an account from WordPress backend is pending, but that account is already able to use the function in frontend (such as upvote a post, which is supposed to only available to activated account). When I tried to register a new account and duplicate the issue again, but no such issue found.
Can anyone help me to figure out and solve the issues? Thanks a lot.
What I want to achieve is a BuddyPress setup that allows members:
– to post products and or services they have for sale
– to accept and delete friends for private messaging
– to NOT be able to comment publicly (only through private messaging)
– to post images and text, and delete their old posts
– to create and maintain site wide, searchable hash tagsThis is to create a small regional data base that looks like a social platform. The two key elements I want to achieve:
1 Members can post their products and services.
2 Can only communicate with other members through private messaging.If there is someone who has a setup like this, and I don’t have to re-invent the wheel… that wo7uld be great.
Thank you in advance… Andrew
Hi everyone,
does anybody have an idea how to set up a default profile tab for logged out users and a default profile tab for logged in users?
I am using a “BuddyPress User Profile Tabs Creator Pro”.
Hello, I am creating a community, I would like a person registered in my community to be able to post on their buddypress profile and decide whether or not to block access to its content, something similar as only fans that you must pay for a subscription or you can place your profile for free
what I want is that registered people can charge for subscriptions on their profile or simply publish for free
is it possible to publish paid content?
In this case, membership in a specific BP group needs to be granted upon payment of a subscription. This requires that I be able to add a member at the administrative level. An email asking for confirmation is not required and may be viewed by some as unnecessary complication.
The “how to” at https://codex.buddypress.org/developer/user-submitted-guides/how-to-add-members-to-a-group-via-wp-users-screen/ looks like the right idea. It does not, however, result in additions to the group membership.
Short of hacking the database via SQL or some other brutish approach, is there a way for the WP site administrator to add members to a group?
I am using BP 7.2.0 and WP 5.6.2.
Topic: Youzer Change Password ISsue
Hi, I am using youzer and BuddyPress together, I am facing the issue “Current PAssword is not correct” in the Change password panel of youzer but the current password is right. Please help me.
Hello,
I’m using on my site BuddyPress for around 2 years. I just now decided to activate the Activity stream feature. I’m getting a page that is showing the recent activity, but I have issue. When I activate it I made one action and it was shown on the activity feed. After that the new actions are not shown. Any idea how to check what could be wrong. On the back-end in admim panel I see the activities (8), but on the front-end page they are showing only 3 of them and not the rest. Do I need to give links for my issue or screenshots? How to troubleshoot this?
Thank you for your time.
WordPress 5.6.2
BuddyPress 7.2.0Topic: How to edit group string
I have a buddypress setup with buddy groups, but I want to change the Groups to startups instead. Does anyone know how to do that?
Topic: Actividy Feed On Multisite?
I am trying to learn about how Buddypress works on Multisite.
Specifically, how does the activity feed work if I have Buddypress activated on 2 different sites on a multi site install?
Are buddypress “Activities” a universal table the same way user meta is?
Can users see all of the relevant activity feed items on sub-1.domain.tld and sub-2.domain.tld?