-
rich! @ etiviti joined the group Welcome Pack 15 years, 2 months ago
-
rich! @ etiviti posted on the forum topic Editing Blog Post Titles in Activity in the group How-To and Troubleshooting: 15 years, 2 months ago
something like this, untested but you add it to a functions/custom php file and this will change the text in the activity steam (new posts, not retro active)
function my_blogs_activity_new_post_action( $content, &$poststuff, $permalink) {[Read more]
return '<strong><a href="' . $permalink . '">' . $poststuff->post_title . '</a></strong>';
}
add_filter(… -
rich! @ etiviti posted on the forum topic External Group Blogs bug in the group Creating & Extending: 15 years, 2 months ago
re: activity avatars – wait for 1.2.6 as i believe JJJ added/fixed the ability to change up the avatars via a filter. (just need to store that reference, activity_meta)
-
rich! @ etiviti posted on the forum topic #Hashtag Plugin Bug: Can’t change font colors in the group BuddyPress Activity Stream Hashtags: 15 years, 2 months ago
i don’t have flash, can you outline the steps and text being entered? also put a priority on those 2 filters you added (ie, 9999). the original intention is for the activity stream content, so definitely untested/unpredictable results within the wordpress blog realm.
-
rich! @ etiviti posted on the forum topic Editing Blog Post Titles in Activity in the group How-To and Troubleshooting: 15 years, 2 months ago
you can override the $activity_action via the filter
bp_blogs_activity_new_post_action
https://trac.buddypress.org/browser/tags/1.2.5.2/bp-blogs.php see line 416 -
rich! @ etiviti posted on the forum topic #Hashtag Plugin Bug: Can’t change font colors in the group BuddyPress Activity Stream Hashtags: 15 years, 2 months ago
slipped off my radar – was that when an user is entering in html code into comments/activity? can you outline what steps/code is being entered? i do have a check in the code for html”ized” text and to ignore so maybe something i’m not aware of. thanks! have you tried changing the priority on those […]
-
rich! @ etiviti posted on the forum topic External Group Blogs bug in the group Creating & Extending: 15 years, 2 months ago
nice catch but if andy hasn’t updated this plugin to address the simple dup bug…. so this could either be a class BP_Group_Extension issue or when a plugin extends the class and setting some check
// Make sure user has access if ( !$bp->is_item_admin ) return false;so I would crack open the […] -
rich! @ etiviti posted on the forum topic Customize group features in the group How-To and Troubleshooting: 15 years, 2 months ago
you can disable activity stream commenting for forum topics/replies via buddypress wp-admin – activity stream just contains an excerpt of the topic post with permalinks back to the forum topic. (which activity stream has its own commenting system which leads to division of conversations)
-
rich! @ etiviti posted on the forum topic Why Does Group Count Not Go Down When You Delete Group in the group How-To and Troubleshooting: 15 years, 2 months ago
maybe interim solution – autoassign a group admin at group creation (sample code, just need to have a account setup and replace the user_id. ie, in my case i use a dummy groupadmin user for all groups) http://etivite.com/groups/buddypress/forum/topic/quick-tip-auto-assign-member-as-group-mod-or-admin-to-new-groups/#topic though, i don’t know if…[Read more]
-
rich! @ etiviti posted on the forum topic BuddyPress Forum Posts: how to allow full HTML embed, div and object tags? (no limitations) in the group How-To and Troubleshooting: 15 years, 2 months ago
you can add allowed tags via the filter bp_forums_allowed_tags but deep within bbPress there is another hook for
add_filter('pre_post', 'bb_encode_bad');and will convert certain tags. (look at the file bp-forums/bbpress/bb-includes/functions.bb-formatting.php) -
rich! @ etiviti posted on the forum topic Multiple activity loops on same page in the group How-To and Troubleshooting: 15 years, 2 months ago
missed your first reference – why not just call bp_has_activities() sequentially on the page?- all the templatetags reference the global $activities_template
-
rich! @ etiviti posted on the forum topic Permalinks – Members/Profile pages redirect to homepage in the group How-To and Troubleshooting: 15 years, 2 months ago
i have in the past (which has been refined and fixed with the compat mode flag) – whenever i dump BP on top of an established wordpress blog, the flag is a must. (comes down to the displayname tolerances in the wp_users table )
-
rich! @ etiviti posted on the forum topic Multiple activity loops on same page in the group How-To and Troubleshooting: 15 years, 2 months ago
the only problem you might have is the ajax cookies used to define the request of the activity filtering – if you have multiple activities and the filter options, a conflict might occur with the returned data.
-
rich! @ etiviti posted on the forum topic Change Default Group Status in the group How-To and Troubleshooting: 15 years, 2 months ago
the theme file /groups/create.php contains the html code for selecting the group_status levels (but also note – this is used when editing the group settings too)
-
rich! @ etiviti posted a new activity comment 15 years, 2 months ago
Oct 4th… but the Doc says expect him early. 😛 just in-between home projects this week while i wait on some orders to come in. (kitchen/bath)
-
rich! @ etiviti posted on the forum topic Post Author and Latest Poster on board index? in the group How-To and Troubleshooting: 15 years, 2 months ago
theme (or create a child theme) /forums/forums-loop.php – within the while bp_forums_topics() loop
-
rich! @ etiviti posted on the forum topic Post Author and Latest Poster on board index? in the group How-To and Troubleshooting: 15 years, 2 months ago
the following functions are available:
-
rich! @ etiviti posted on the forum topic BuddyPress Group Tags is now available in the group Third Party Components & Plugins: 15 years, 2 months ago
@dwenaus https://wordpress.org/support/topic/plugin-buddypress-restrict-group-creation-deletes-group-tags – can you look into this conflict?
-
rich! @ etiviti posted on the forum topic Getting the activity feeds "view" link template file correct for custom themes in the group How-To and Troubleshooting: 15 years, 2 months ago
some css changes are required too
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/major-theme-pain/ -
rich! @ etiviti posted on the forum topic Getting the activity feeds "view" link template file correct for custom themes in the group How-To and Troubleshooting: 15 years, 2 months ago
the activity permalink for the member’s activity is a little different. a few topics have been mentioned on here about it but you can modify a child theme file for members/single/activity/permalink.php
- Load More
@nuprn1
Not recently active