-
Henry Wright replied to the topic import WP_members in the forum How-to & Troubleshooting 7 years, 10 months ago
You can access that data with
get_user_meta(). For example:$address = get_user_meta( bp_displayed_user_id(), 'address', true );
echo $address; -
Ronald Shepard's profile was updated 7 years, 10 months ago
-
Varun Dubey replied to the topic should I accept HTML links in users' comments? in the forum How-to & Troubleshooting 7 years, 10 months ago
@astridwordpress You can also moderate any comments.
Comment option specific setting is WordPress default
https://codex.wordpress.org/Settings_Discussion_Screen -
Varun Dubey replied to the topic Manage activity stream in the forum How-to & Troubleshooting 7 years, 10 months ago
@jerrytoet You can try https://wordpress.org/plugins/bp-activity-filter/
It will work with legacy template structure only, for nouveau new updates will release soon. -
Varun Dubey replied to the topic should I accept HTML links in users' comments? in the forum How-to & Troubleshooting 7 years, 10 months ago
@astridwordpress You can enable HTML link in comments from setting >> discussion
-
Varun Dubey replied to the topic BUTTON CSS in the forum Installing BuddyPress 7 years, 10 months ago
@cleiton1985 You can read this plugin, it will guide you how to inspect CSS code they have explained with wp forms example
https://wpforms.com/how-to-customize-button-styles-with-css-with-examples/ -
Varun Dubey replied to the topic import WP_members in the forum How-to & Troubleshooting 7 years, 10 months ago
@mlasell You can https://wordpress.org/plugins/bp2wp-full-sync/ it will allow you to map xprofile field with user meta.
-
Varun Dubey replied to the topic WYSIWYG in BP Group description in the forum How-to & Troubleshooting 7 years, 10 months ago
-
Wayn replied to the topic Change Online time in the forum How-to & Troubleshooting 7 years, 10 months ago
Ok Thank you for your help
-
Varun Dubey replied to the topic Change Online time in the forum How-to & Troubleshooting 7 years, 10 months ago
@shnactor1 not getting any filter for it, you can check in trac might be any lead developer can help on it.
-
Varun Dubey replied to the topic CSS Class Customizer in the forum Installing BuddyPress 7 years, 10 months ago
@cleiton1985 You want to change the button style of “friendship-button” with custom css or button class?
-
Varun Dubey replied to the topic Auto add friends in the forum How-to & Troubleshooting 7 years, 10 months ago
@rumaan That’s criteria specific friendship, you will need to code for it
For ref you can check https://wordpress.org/plugins/bp-automatic-friends/ -
Wayn replied to the topic Change Online time in the forum How-to & Troubleshooting 7 years, 10 months ago
Thanks Varun
Is this the code below?
if ( ‘online’ == $type ) {
$sql[‘where_online’] = “AND DATE_ADD( um.meta_value, INTERVAL 5 MINUTE ) >= UTC_TIMESTAMP()”;
}Is their no way to change this by writing a function?
-
Varun Dubey replied to the topic profile picture in the forum Installing BuddyPress 7 years, 10 months ago
@emmanuel1234 There is an old plugin https://wordpress.org/plugins/cd-bp-avatar-bubble/ , not sure if it’s still working or not. You can try the same concept.
-
Varun Dubey replied to the topic Buddy Press "My Profile" Redirects to home page for old and new users in the forum How-to & Troubleshooting 7 years, 10 months ago
@darksilence1990 It might be some 3rd party plugin conflict, Try to disable other user-specific (like login redirect or any BuddyPress add-on )plugins for a while check profile again.
-
Varun Dubey replied to the topic Change Online time in the forum How-to & Troubleshooting 7 years, 10 months ago
@shnactor1 It seems, Online Duration Query is hard coded for 5 min
https://raw.githubusercontent.com/buddypress/BuddyPress/5416edd2146df0aca06cba1007f5175dc827135f/src/bp-core/classes/class-bp-core-user.php
You can request for the filter from trac ticket https://buddypress.trac.wordpress.org/report -
Varun Dubey replied to the topic Hide Admin Accounts in the forum How-to & Troubleshooting 7 years, 10 months ago
-
Varun Dubey replied to the topic I modified/hardcoded the selectbox field in edit prof but is there a better way? in the forum How-to & Troubleshooting 7 years, 10 months ago
@panosa1973 You can try to override the class using bp_xprofile_get_field_types filter
-
Wayn started the topic Change Online time in the forum How-to & Troubleshooting 7 years, 10 months ago
Hi
I would like to change the time the buddyPress widget says the user is online. Basically i would like the widget to say the user is online for up-to 30 minutes after they have logged out.
So a user who logs out up-to 30 minutes ago will still appear online in the widget. after 30 minutes they will appear offline. -
Varun Dubey replied to the topic ACF and BP Groups in the forum How-to & Troubleshooting 7 years, 10 months ago
@brunomac not at default integration, you can check Group Extras plugin approach. https://wordpress.org/plugins/buddypress-groups-extras/
- Load More