If we do bp_has_activities( bp_ajax_querystring( ‘activity’ ).’&scope=just-me,friends,following’) we are getting user and friends activitybut we are not getting following activity stream
Followers is coming from buddypress-followers pugin..
See here:
https://buddypress.org/support/topic/bp_field_has_data-show-message-when-empty-field/
The snippet is checking for empty fileds. This is not what you want. Simply remove ! before $data, so it will check that if $data exist, do something. Exclamation point means “not”.
Use add_filter( 'bp_before_member_header_meta filter', 'your_function_name' ); to add custom things to profile header and
add_filter ( 'bp_directory_members_item', 'your_function_name' ); for members directory.
Thanks for the reply, Yes your right we have filtering option of Personal,Mentions,Following,Favorites,Partners,Groups differently in acivity stream of buddypress so in that we need to merge Personal, Following and Friends to personal activity order by date
So when we have activity in friends or following both will come to personal(Activity) by this when we click on Activity we will get Personal, Following and Friends activities.
I have searched more but i didn’t get , merge of Following to personal.
@wp_starter,
ratings and reviews button are not part of BuddyPress. Search in your plugins or theme.
CSS rules for something like #item-header-content are generally added via style.css of a child-theme or via specific theme settings.
Hello,
– I activate the original WP twentyfifteen-theme, and i see no errors in the developer console (Chrome browser)
Is this an issue? Have more people this?
Can i adding manually the private button links?
This are the installed plugins:
– All In One WP Security
– Black Studio TinyMCE Widget
– Bowe Codes
– BP Registration Options
– Bp Stickers
– BuddyPress Members only
– BuddyPress
– Child Theme Configurator
– Contact Form 7
– Duplicator
– Events Manager
– FB like notification for buddypress
– Loco Translate
– Page Builder by SiteOrigin
– Peter’s Login Redirect
– Really Simple CAPTCHA
– SiteOrigin Widgets Bundle
– User Switching (deactivated for the moment!)
– WP Statistics
The strange thing is that all the buttons showing correctly in the user profiles when nothing a friend.
(sorry for my bad english!)
@sharmavishal,
read from here:
https://buddypress.org/support/topic/resolved-restricting-users-to-one-group/
See if you can do something with 2nd plugin mentionned in topic. If not able, you have to ask for on Group Hierarchy support.
We only support BuddyPress here.
Is it possible to restrict user to join specific buddypress group? I am using BP Group Hierarchy Plugin and dont want users to join the site root groups.
Thanks in advance
Hi @repterra,
if you use a child theme with 2015, please read here about the new (since 2.3) Companion Style Sheet:
BuddyPress Companion Stylesheets
We are using Buddypress xProfile Rich Text Field plugin to add a rich text field in our teachers profile but after a installation it is showing the editor in the back-end but not on the front-end. Please suggest how can we show the editor on the teachers profile for front-end use.
ajarnonline.com
@jrunfitpro “there wasn’t a good answer for my question” –
I think you should of imply replied to your previous (not dupe) thread – would keep things more tidy.
Also you never reported back what your optimize press people had any details about the issue.
anyhow, with your setup I wonder..
“not pulling from certain pages ”
– what exactly is not being pulled?
from pages?
posts?
multi-site sub blogs?
Pulled from media comments?
If you switch to default 2014 theme – does it work then?
If you use 2014 theme and disable all other plugins (and mu-plugins and bp-custom if you have those) aside from BP is the issue resolved?
If “not pulling from certain pages” still does not work with 2014 and all other plugins removed, then you may find the answer on the other threads and solution hunting things posted:
Post comments not appearing in activity stream?
(and those items linked in comments from there)
If “not pulling from certain pages” does work fine with 2014 as theme and other plugins disabled – then it’s an issue with your other theme or plugins (or combo of them).
@jrunfitpro
Why you start new thread for exact same question as before you?!
( https://buddypress.org/support/topic/has-anyone-figured-out-how-to-use-optimize-press-2-and-bp-site-tracking/ )
maybe delve into searching the forums..
similar questions and answers 4 days ago -https://buddypress.org/support/topic/post-comments-not-appearing-in-activity-stream/
or point your optimize press to search the forums and codex here and find the fix if you can’t figure it out.
I don’t think you will find a lot of help here with a premium theme and it’s specific issues. Especially since there has been no new information provided.
xProfile data is a BuddyPress thing and user meta is a WordPress thing. Which one you use will depend on whether you plan to always use BuddyPress. If not then taking the user meta approach will ensure your plugin will work on all WordPress installs (even when BuddyPress is deactivated).
The best advice I can give is to look at how some of the already-available plugins do it. XML Sitemaps is a good one to learn from. It might not cover BuddyPress pages but I’ve used it in the past and it worked great for me.
So I’m trying to build a social network and some of the features i need I’m not to sure if bp has it all.
Features I need. Activity wall.all members chat,sleek custom profiles for members, a paid membership option. A way to let paid members make their own post/articles on the homepage.can buddypress do this?
Wordpress version: 4.3
Buddypress version: 2.3.3
Is there any way to designate a user profile field for a forum signature? While searching for support at wordpress.org I found a topic saying as of version 1.4 you can designate profile fields for the signature field, however since 1.4 was quite awhile ago I just assume it’s changed.
Is there any way to create a user profile field to display as a forum signature? I’m using BBPress.
Thanks!
Hi all,
I would love some feedback on whether it’s necessary to, upon new user registration with Profile Builder, push usermeta directly to an extended profile field (so to go from usermeta to bp-xprofile).
I want the buddypress member page headers to show additional profile information, which I was able to add in using xprofile data. But I could just as easily switch that reference to the usermeta data itself.
Do people generally feel that xprofile is powerful? Will there be other situations I’ll be happy to have that data directly in xprofile, rather than usermeta? Additionally, if a user edits their profile, I can use Profile Builder’s update tool, or Buddy Press’s profile update tool.. is one generally preferred over the other?
tl;dr: I’m not too sure how strong xprofile is versus expanding my use of usermeta, what are your thoughts?
Thank you!
Zoë
is there an other setting ? No other setting in BP.
Deactivate the child and use original Fifteen while testing.
– no error message ? No JS error in console (browser tool) ?
A similar topic here, with other advice
https://buddypress.org/support/topic/private-message-button-only-appears-sometimes/
I have a bunch of groups that we are using like a company listing, and we want all of our ‘groups’ to be indexed in our SiteMap..
I can’t find a current solution, does anyone have any leads?
I found some old plugin that generates a sitemap but it hasn’t been updated in a few years…
Any tips/tricks/insight is appreciated thanks!
Hi @r-a-y @etivite @nuprn1 ,
My question is regarding the github.com/hwdsbcommons/buddypress-activity-stream-hashtags plugin you contributed to, specifically hashtags in a comment. The comment hashtag link is going to the comment hashtag page fine.
I’m wondering how to include the original activity update with the comment in the comment hashtag page (currently just returning the comment alone).
Thank you in advance.
Hi!
I needed a country list for my sign-up form. I found this code on the net that fixed the problem, it created a “country field”. This meaning under User/ Profile field/Primary field . Once i edited the “country field” a new identical field showed up. They dont have a delete button and now I cannot remove any of the fields.
I have tried:
(1) Deleting the code
(2) Deleting buddypress pluging incl. files. And then reInstall the plugin.
Thank you for any feedback. I know nothing about codes.
You didn’t explain what you want to do. What should Momentum and Milestone do ? Where are they living ? Are this activty types or CPT, something from a plugin ?
As is, your second snippet do nothing from within bp-custom. Function name is missing and eventually filter or action name also.
Insert your buttons by using the meta action filter which is avaible in entry.php
function bfchris() {
echo 'Button test >';
?>
<a href="<?php bp_activity_unfavorite_link(); ?>" class="button unfav bp-secondary-action" title="<?php esc_attr_e( 'Is Milestone?', 'buddypress' ); ?>"><?php _e( 'Is Milestone?', 'buddypress' ); ?></a>
<a href="<?php bp_activity_unfavorite_link(); ?>" class="button unfav bp-secondary-action" title="<?php esc_attr_e( ' Is Momentum Point?', 'buddypress' ); ?>"><?php _e( 'Is Momentum Point?', 'buddypress' ); ?></a>
<?php
}
add_action( 'bp_activity_entry_meta' , 'bfchris' );
Read from here for global information:
Posting Activity from Plugins
Here for an example:
https://buddypress.org/support/topic/cant-seem-to-get-bp-2-2s-post-types-activities-working/
And here for what you have to do for your specific activities
Add custom filters to loops and enjoy them within your plugin