-
meg@info replied to the topic Having Different Widgets On Different Pages in the forum How-to & Troubleshooting 10 years, 4 months ago
-
meg@info replied to the topic Friend Suggestion – Linkedin Like in the forum Ideas 10 years, 4 months ago
Hi @elpix,
Mabe this plugin will help you
BuddyPress Friends suggestions Widget:- Help your Users to Build Their Network faster
-
meg@info replied to the topic Remove Friendship Notifications from Activity Stream in the forum How-to & Troubleshooting 10 years, 5 months ago
hi @josiahw,
add this code to functions.php
remove_action( 'bp_register_activity_actions', 'friends_register_activity_actions' );
-
meg@info replied to the topic Possible bug – Pages links not showing – WP 3.9 & BP 2.0 in the forum How-to & Troubleshooting 10 years, 6 months ago
Check if registration is enabled in your WordPress settings.
-
meg@info replied to the topic BuddyPress App in the forum Ideas 10 years, 6 months ago
-
meg@info replied to the topic Modifying a core function! in the forum How-to & Troubleshooting 10 years, 6 months ago
-
meg@info replied to the topic Lost admin access after 2.o update in the forum Miscellaneous 10 years, 6 months ago
Hi @imath, @boonebgorges,
I think the problem is caused by bp_update_to_2_0().
https://buddypress.trac.wordpress.org/ticket/5569 -
meg@info replied to the topic Add activity type in the forum Creating & Extending 10 years, 9 months ago
-
meg@info replied to the topic BuddyPress Pages not showing in Menu editor in the forum Installing BuddyPress 10 years, 9 months ago
Hi,
Click ‘Screen Options’ on the menu page ( at the top right of the page ) and check Buddypress.
-
meg@info replied to the topic BuddyPress Activity Privacy in the forum Third Party Plugins 10 years, 9 months ago
Hi @dtc7240,
Thank you very mutch for reporting bugs.
i have added fix on the last version (1.3).
I just want to mention that i keeped the ability to members to change the visibility of no threaded comment( join group, leave group, ..etc) since this activities concerns it.be cargful when you add this tests on your version:
if(…
[Read more] -
meg@info replied to the topic Making Activity Time just like FB time in the forum How-to & Troubleshooting 10 years, 9 months ago
Ok, i think i understand now,
please check this code:
https://gist.github.com/dzmounir/8707661I add a test ( if activity date > 24h, the code will show the new format date).
-
meg@info replied to the topic Making Activity Time just like FB time in the forum How-to & Troubleshooting 10 years, 9 months ago
-
meg@info replied to the topic Audio Playlist for BuddyPress members in the forum Miscellaneous 10 years, 9 months ago
Hi @hannah.caswell
i think Buddydrive plugin can help you in this case,
https://wordpress.org/plugins/buddydrive/ -
meg@info replied to the topic remove "all member tab" in members directory in the forum How-to & Troubleshooting 10 years, 9 months ago
-
meg@info replied to the topic [Resolved] Group join date in the forum Creating & Extending 10 years, 9 months ago
date_modified field contain the data of the latest group join ( ie: if the member join and leave then he join again a group, this field contain this date).
check the code of
function groups_join_group( $group_id, $user_id = 0 )
Here a small code that can help you to fetch the join date
global $bp;$user_id = 2; //user id
$group_id = 1; //…[Read more] -
meg@info replied to the topic how to change register form ? in the forum Showcase 10 years, 9 months ago
use css to hide the text.
add this css code to style.css of your current theme.
div#profile-details-section {
display:none;
}
-
meg@info replied to the topic Getting group name from id in the forum How-to & Troubleshooting 10 years, 9 months ago
Hi,
use
$group->name
the result returned by
groups_get_group
is an Object. -
meg@info replied to the topic how to change register form ? in the forum Showcase 10 years, 9 months ago
Hi @saleh.hi
Create a new profile fields group ( from wpadmin User > Profile Fields ), then drag & drop all fields from Base(Primary) group to the new fields group.
-
meg@info replied to the topic How to Automatically add a new member to a group in the forum How-to & Troubleshooting 10 years, 9 months ago
Hi,
for autocreatation you can create a small script who do that ( check buddypress default data how create demo groups )
https://wordpress.org/plugins/bp-default-data/And buddypress-groupomatic plugin can make the autojoin group for members depending fields.
https://wordpress.org/plugins/buddypress-groupomatic/
Hope this can help you !
-
meg@info replied to the topic [Resolved] BP 1.9 dynamic links for custom navigation menus in the forum Installing BuddyPress 10 years, 9 months ago
hi @aemadi,
Click on ” Screen Options ” ( on the top right of menu page ) then check Buddypress :).
- Load More
@megainfo
Active 8 years, 8 months ago