@hnla
This is something that has been bothering me… Why does this:
“
Cause the drop down search filters not to work? Is it wrong?
I am experiencing the same problem on BP 1.2.8 and WP 3.1.
Opened a ticket for it: https://trac.buddypress.org/ticket/3125
Awesome, so glad it worked!
You saved my life!! I have to launch today and this problem I had it 3 days!!!
Thank You man!!
Thx man!! will try and then I come back to you…
Here are all the related to bp_activity_action in BP 1.2.8
the function is defined in bp-activity-templatetags.php line 515
Not sure you’researching in the right direction…
wp-contentpluginsbuddypress 1.2.8bp-activity.php]
Line 305 : function bp_activity_action_permalink_router() {
Line 340 : add_action( ‘wp’, ‘bp_activity_action_permalink_router’, 3 );
Line 342 : function bp_activity_action_delete_activity() {
Line 362 : do_action( ‘bp_activity_action_delete_activity’, $activity_id, $activity->user_id );
Line 372 : add_action( ‘wp’, ‘bp_activity_action_delete_activity’, 3 );
Line 374 : function bp_activity_action_post_update() {
Line 409 : add_action( ‘wp’, ‘bp_activity_action_post_update’, 3 );
Line 411 : function bp_activity_action_post_comment() {
Line 441 : add_action( ‘wp’, ‘bp_activity_action_post_comment’, 3 );
Line 443 : function bp_activity_action_mark_favorite() {
Line 459 : add_action( ‘wp’, ‘bp_activity_action_mark_favorite’, 3 );
Line 461 : function bp_activity_action_remove_favorite() {
Line 477 : add_action( ‘wp’, ‘bp_activity_action_remove_favorite’, 3 );
Line 479 : function bp_activity_action_sitewide_feed() {
Line 491 : add_action( ‘wp’, ‘bp_activity_action_sitewide_feed’, 3 );
Line 493 : function bp_activity_action_personal_feed() {
Line 505 : add_action( ‘wp’, ‘bp_activity_action_personal_feed’, 3 );
Line 507 : function bp_activity_action_friends_feed() {
Line 519 : add_action( ‘wp’, ‘bp_activity_action_friends_feed’, 3 );
Line 521 : function bp_activity_action_my_groups_feed() {
Line 533 : add_action( ‘wp’, ‘bp_activity_action_my_groups_feed’, 3 );
Line 535 : function bp_activity_action_mentions_feed() {
Line 547 : add_action( ‘wp’, ‘bp_activity_action_mentions_feed’, 3 );
Line 549 : function bp_activity_action_favorites_feed() {
Line 561 : add_action( ‘wp’, ‘bp_activity_action_favorites_feed’, 3 );
wp-contentpluginsbuddypress 1.2.8bp-themesbp-default_incajax.php]
Line 226 : do_action( ‘bp_activity_action_delete_activity’, $_POST, $activity->user_id );
Line 259 : do_action( ‘bp_activity_action_delete_activity’, $_POST, $comment->user_id );
wp-contentpluginsbuddypress 1.2.8bp-themesbp-defaultactivityentry.php]
Line 15 :
wp-contentpluginsbuddypress 1.2.8bp-blogsbp-blogs-widgets.php]
Line 42 :
wp-contentpluginsbuddypress 1.2.8bp-activitybp-activity-classes.php]
Line 58 : $this->action = apply_filters( ‘bp_activity_action_before_save’, $this->action, &$this );
wp-contentpluginsbuddypress 1.2.8bp-activitybp-activity-filters.php]
Line 12 : add_filter( ‘bp_activity_action_before_save’, ‘bp_activity_filter_kses’, 1 );
Line 21 : add_filter( ‘bp_activity_action_before_save’, ‘force_balance_tags’ );
wp-contentpluginsbuddypress 1.2.8bp-activitybp-activity-templatetags.php]
Line 377 : function bp_activity_action_name() { echo bp_activity_type(); }
Line 515 : function bp_activity_action() {
== I am looking for a plugin/snippet that will allow the attachment/upload of images to activity feed updates. … I’d be interested in hiring a plugin developer for this task. ==
There’s a plugin by @sbrajesh, BP Gallery ($30 membership), that allows you to do this for images, audio and video for single users and/or groups with multiple uploading as well.
You mean iThemes Builder can’t load the BuddyPress template files transferred during the BP Template pack process? While iThemes hasn’t created a bridge to adapt BP to their themes, strange that they have not promoted using BP template pack instead.
As for additional styling, there’s a panel during the integration process where you have option to include the CSS provided in BP Template Pack to start you off. Then you just add/adjust styling to taste.
Hello Buddy Press World!
I have had 2 weeks of sleepless nights prepping our Buddypress child theme. And I have hit a road block that has me stumped after several hours of googling. Hope there is help
I am changing all links attached to user avatars and displayed user names to a custom link. So far I have been able to do this across most of the theme. The area that has me stumped is the comment section with in the activity loop.
I see that the info I need to change is controlled by bp_activity_action(). However, I can’t seem to find where this is function is defined.
So basically I need to change the link structure for the avatar and user name as it is created with in bp_activity_action.
My child is based on the Default theme.
Thank you all so much for you help.
Peace.- Paul
Hi Donald,
It sounds like the plugin hasn’t been updated for WP 3.1, which introduced the new Network Admin (where the BuddyPress dropdown is now found).
Follow the instructions in this post https://buddypress.org/community/groups/buddypress-group-email-subscription/forum/topic/change-admin_menu-to-network_admin_menu-for-wp-3-1-and-bp-1-2-8/ except do it on the file buddypress-auto-group-join/php/bp-auto-group-join-init.php. That should do the trick.
This is what Scott says I have to do when I activate it:
“Select the groups you wish to have auto joined under the BuddyPress -> Auto Join Groups in your Admin Dashboard.”
The thing is that it doesn´t appear in my Buddypress drop down!!
I use WordPress 3.1 – Buddypress 1.2.8 and it is multisite enabled…
Can someone help me please??
Thank you!! Donald.
Does anybody know of a plugin that gives the forums in Buddypress a rich text editor similar to the blog post editor?
Which comments are you talking about ?
Blog comments ?
See here: https://codex.wordpress.org/Function_Reference/comment_time
To do this, If you use BP 1.2.8, go to bp-themes/bp-default/functions.php or better to the functions.php of your child theme
In file there is a function bp_dtheme_blog_comments
Near line 78 change
`
to this
`
how to embed this function into your theme’s function ? read here:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-do-you-do-this/
Is there any way of restricting who can make groups on my BuddyPress site? Can I make it so only admins can make groups?
I have installed a plugin that sets up Group categories, so is it possible to make sure only Admin can make groups in one of those categories, but allow users to make their own groups in the other category?
Thank you guys so much for getting back to me. I really want to straighten out this page, our visitors are commenting all over the place or not at all.
@Chouf1 Yes, that is line is what I am changing, but the output doesn’t change.
@Virtuali Yes, that is the location that I have been working on, there was no comments.php in my child theme folder so I was editing the one in bp-default, when editing that didn’t change the output, I added a comments.php file to my child theme, still no change to the output. I tested the backend theme editor, when I added the comments.php to the child theme that is the one that it started editing, where before it had been edting the comments.php in the bp-default folder.
Maybe there is some kind of cache system I can’t find, I know in Joomla when I get this frustrated, I remember the built in cache, I have cntl-f5ed it a couple times.?????
Hey there,
Seems to be a common issue I ran into:
WordPress Multisite, Buddypress properly installed. Installing BBpress, all goes well. After changing default user roles in the backoffice of BBpress, I can’t log in with the keymaster account. I’ve looked in the database, there’s only one user with ID 1 in bb_users. When I look in bb_usermeta the user with ID 1 has the meta value of a:1:{s:9:”keymaster”;b:1;}
I can log in with previously created users, but when I try the keymaster it keeps on saying “User does not exist”.
I must have done something wrong in the 3456 steps you take to install this… but where?
Help is much appreciated!
Cheers.
And you know that even network activated, all users have their BP profile on the main site?
BuddyPress is network-wide, not blog specific.
“One way you can prevent BP in main site or secondary site from importing data from all sites is by marking e.g. My Blog in Settings > Permalnks – “I would like to block search engines, but allow normal visitors” or even choose additional options with https://wordpress.org/extend/plugins/more-privacy-options/”
Which blocks search engines as well.
Better off to mark the blog as mature instead.
If you disable BuddyPress, can you register such a name with just WordPress?
If you can, we have a bug. If you can’t, then WordPress doesn’t support it.
ok, so what is the relation between the plugin i just provide and your comment, @johnjamesjacoby ??
<a href="#comment-” title=””>