-
meg@info commented on the post, BuddyPress 1.8 "Di Fara", on the site BuddyPress.org 11 years, 4 months ago
Congratulations Buddypress Team 😛
-
meg@info replied to the topic buddypress.org login broken in the forum Requests & Feedback 11 years, 4 months ago
login from https://buddypress.org/wp-admin
-
meg@info replied to the topic BuddyPress Activity Privacy Plugin2 in the forum Third Party Plugins 11 years, 4 months ago
Hi @tduschei,
“Buddyperss Activity privacy is not yet integrated with Buddypress Media plugin”.
If you want make a modification in plugin, please do it by adding new filters, you can check the support threads.
https://wordpress.org/support/topic/how-to-set-default-activity-privacy-level?replies=6
or by analysing the code in…[Read more]
-
meg@info replied to the topic Associating Member Profiles in the forum Creating & Extending 11 years, 6 months ago
Hi,
You can add new field as Text field, and save the ids of the members who are family members as json object or ids separated by ;
In front end, member select members family by tapping the name/nickname of the members
(you can use jquery select2 plugin http://ivaynberg.github.io/select2/ with ajax of course).You need to add filters before…[Read more]
-
meg@info replied to the topic Is there a plugin public event as activity in the forum Creating & Extending 11 years, 6 months ago
Hi,
I think it not exist :).
-
meg@info replied to the topic SEO for BuddyPress in the forum How-to & Troubleshooting 11 years, 6 months ago
Hi @henrywright-1,
I think the free version of SeoPress cover 70% of SEO in buddypress :
-
meg@info replied to the topic BuddyPress Activity Privacy Plugin in the forum Creating & Extending 11 years, 6 months ago
Yes! in functions.php of your current theme.
-
meg@info replied to the topic BuddyPress Activity Privacy Plugin in the forum Creating & Extending 11 years, 6 months ago
Hi @timvango,
Add this code to your functions.php (make sure using BuddyPress Activity Privacy 1.0.3 or +)
[Read more]
add_filter('bp_profile_activity_visibility_levels_filter', 'bp_remove_loggedin_activity_visibility_levels', 10, 1);
function bp_remove_loggedin_activity_visibility_levels($profile_activity_visibility_levels){
unset(… -
meg@info replied to the topic disable auto embeds in activity stream in the forum How-to & Troubleshooting 11 years, 6 months ago
Hi @mattg123, try this code in your functions.php
define('BP_EMBED_DISABLE_ACTIVITY', true);
define('BP_EMBED_DISABLE_ACTIVITY_REPLIES', true);
if it’s not work try this code :
[Read more]
add_filter('bp_use_oembed_in_activity', 'never_use_oembed_in_activity');
add_filter('bp_use_embed_in_activity_replies', 'never_use_oembed_in_activity');
function… -
meg@info replied to the topic [Resolved] Where is activity stream privacy? in the forum Installing BuddyPress 11 years, 6 months ago
Hi all,
Thanks @bphelp for the post, I want to add some news here :p
Buddypress Activity privacy 1.0.3 is out now, i was add some integration to make it work with others plugins like buddypress Follow and Buddypress Activity Plus.
I Hope this integrations, will make happy many users of this two plugins :P.
Good News ! Activity stream privacy…[Read more]
-
meg@info started the topic Notice for plugin developers using bp_has_activities filter in the forum Third Party Plugins 11 years, 6 months ago
Hi all,
I was check many buddypress plugins using the bp_has_activities filter, the returned value for this filter must be a boolean and not an array of activities.
in case the list of activities is empty, the return value is important (must be false ~~ $activities_template->has_activities() )
below an example of the correction :
[Read more]
function… -
meg@info replied to the topic New Users Cannot Login to Buddypress After Activating their Account. in the forum How-to & Troubleshooting 11 years, 6 months ago
Hi @Ikenna,
Try to disable All plugins you used, and let buddypress only, and try if login work
-
meg@info replied to the topic New Users Cannot Login to Buddypress After Activating their Account. in the forum How-to & Troubleshooting 11 years, 6 months ago
Hi,
login by email work but not by username,
-
meg@info replied to the topic Registration form messed up in the forum How-to & Troubleshooting 11 years, 6 months ago
Hi,
You have a css problem, check your theme css. -
meg@info replied to the topic Buddypress themes in the forum How-to & Troubleshooting 11 years, 6 months ago
hi,
Since BP 1.7,B BuddyPress can display its content within the context of any WordPress theme !! so you can use any wordpress theme. Else, you can youse child theme for bp.
free:
https://wordpress.org/extend/themes/
payed:
http://themeforest.net/category/wordpress/buddypress -
meg@info replied to the topic Member Profile URL with User ID instead of Username in the forum How-to & Troubleshooting 11 years, 6 months ago
Yes @phatjay,
I think for the old activities, he dont update because the link of members and all content of activity is storeed in databse,
you try to post a new activity and see if the link is /members/id #/
thanks for feedback.
-
meg@info replied to the topic BuddyPress Activity Privacy Plugin in the forum Creating & Extending 11 years, 6 months ago
The problem is from js code who animate #whats-new-options div, he make a div 40px hight.
i find fix, i will fix the plugin by ading this code in js file
[Read more]
jQuery('#whats-new').off('focus');
jQuery('#whats-new').on('focus', function(){
jQuery("#whats-new-options").css('height','auto');… -
meg@info replied to the topic Member Profile URL with User ID instead of Username in the forum How-to & Troubleshooting 11 years, 6 months ago
The problem is from js code who animate #whats-new-options div, he make a div 40px hight.
i find fix, i will fix the plugin by ading this code in js file
[Read more]
jQuery('#whats-new').off('focus');
jQuery('#whats-new').on('focus', function(){
jQuery("#whats-new-options").css('height','auto');… -
meg@info replied to the topic BuddyPress Activity Privacy Plugin in the forum Creating & Extending 11 years, 6 months ago
Hi again @bp-help and thanks for feedback,
The scroll becomes visible also without the plugin, i think is css problem from buddypress (responsive).
http://s21.postimg.org/j822en8iv/resize_compact.png
http://s17.postimg.org/wotdu057z/resize_default.pngyou can fix that by adding this css :`
#activity-privacy {
margin-top: 2px;
}
` -
meg@info replied to the topic BuddyPress Activity Privacy Plugin in the forum Creating & Extending 11 years, 6 months ago
Hi bp-help :P, give me 5 minute plz to read all this posts
- Load More
@megainfo
Active 8 years, 9 months ago