-
rich! @ etiviti posted on the forum topic Activity stream replies still disappearing on page refresh. in the group How-To and Troubleshooting: 15 years, 4 months ago
other plugins? cache plugin?
-
rich! @ etiviti posted on the forum topic New Plugin: Blocking activity stream types (ie new member registered, friendship created, joined gro in the group BuddyPress Block Activity Stream Types: 15 years, 4 months ago
probably the big drawback – it just pulls a distinct list from the database. a plugin could use whatever they wanted (or a new core) but no way of knowing until it is there.
-
rich! @ etiviti posted on the forum topic New Plugin: Blocking activity stream types (ie new member registered, friendship created, joined gro in the group BuddyPress Block Activity Stream Types: 15 years, 4 months ago
@saxx143 1) correct – (going forward) 2) no – requires to be in the buddypress site as it just looks for overall activity types. though i’m sure it is possible to block on a given item_id (which is the blog_id) – I’m not much of a MU/MS guru so I don’t know exactly how that would […]
-
rich! @ etiviti posted on the forum topic Ability to post something on personal activity pages in the group How-To and Troubleshooting: 15 years, 4 months ago
i believe that is just adding in the @simon.goodchild automatically to the message – (though not a plugin and unique to this site – but could be done via some custom coding as the current method is just ‘mention this user’)
-
rich! @ etiviti posted an update 15 years, 4 months ago
@simon.goodchild test
-
rich! @ etiviti posted on the forum topic Is there a latest forum topic widget? in the group How-To and Troubleshooting: 15 years, 4 months ago
if you open your php file with the widget function, you’ll see an actual – that needs to be replaced (right before “posted in ” )
-
rich! @ etiviti posted on the forum topic Is there a latest forum topic widget? in the group How-To and Troubleshooting: 15 years, 4 months ago
oh the ndash – the entity was converted just use –
-
rich! @ etiviti posted on the forum topic Is there a latest forum topic widget? in the group How-To and Troubleshooting: 15 years, 4 months ago
i could not spot anything – send me a link to your site.
-
rich! @ etiviti posted on the forum topic Is there a latest forum topic widget? in the group How-To and Troubleshooting: 15 years, 4 months ago
possible dirty character when copy/paste into your php file?
-
rich! @ etiviti posted on the forum topic Forums Index Bug in the group BuddyPress Forums Extras: 15 years, 4 months ago
did you update the theme too? (as most of the fixes from JJJ was a new class zebra on the tables and changes to global.js)
-
rich! @ etiviti posted on the forum topic WP 3.0 – BP 1.2.5 500 Error on User Delete in the group Creating & Extending: 15 years, 4 months ago
already in trac (see thread i posted above)
-
rich! @ etiviti posted on the forum topic Getting a Notification on Message Sent? in the group How-To and Troubleshooting: 15 years, 4 months ago
yeah a bug – in trac already
-
rich! @ etiviti posted on the forum topic BuddyPress Dev Chat – in the group Miscellaneous: 15 years, 4 months ago
“–notification when using @mention in wordpress side (blog, comments, etc.)”
@intimez i’d imagine easy to set that up – just reuse the notification/atmention functions and hook it into wp. – the comments already hook add_filter( ‘pre_comment_content’, ‘bp_activity_at_name_filter’ );
-
rich! @ etiviti posted a new activity comment 15 years, 4 months ago
@Ptath sorry! i haven’t done anything with other locales on this plugin. I’ll add it to my todo list and work on it in a few days. thanks for letting me know.
-
rich! @ etiviti posted on the forum topic Replace Activity Stream blog excerpt with the_excerpt in the group How-To and Troubleshooting: 15 years, 4 months ago
a crazy idea – the BP_Activity class on the save method has another set of filters.
$this->content = apply_filters( 'bp_activity_content_before_save', $this->content, &$this );Using $this check for the activity type (new_blog_post), grab the secondary_item_id which is the post_id (item_id is the blog_id here) then lookup your custom excerpt in…[Read more] -
rich! @ etiviti posted on the forum topic Replace Activity Stream blog excerpt with the_excerpt in the group How-To and Troubleshooting: 15 years, 4 months ago
hmm, well i was going to suggest using the filter…
in
bp_blogs_record_post
'content' => apply_filters( 'bp_blogs_activity_new_post_content', $activity_content, &$post, $post_permalink )which calls
bp_blogs_record_activitybut it does not pass the untouched content to tweak to your liking.
$content = apply_filters(…[Read more] -
rich! @ etiviti started the forum topic WordPress 3.0 + BuddyPress 1.2.4.1 and Activity Stream as Front Page (possible fix?) in the group How-To and Troubleshooting: 15 years, 4 months ago
fixed with buddypress v1.2.5 release
-
rich! @ etiviti posted on the forum topic wordpress comment type moderation in the group BuddyPress Moderation: 15 years, 4 months ago
my guess this would require a column flag (_approved) on all the bp tables which holds content. (ie activity table – that mimics the wp comments)
-
rich! @ etiviti joined the group BuddyPress Moderation 15 years, 4 months ago
- Load More
@nuprn1
Not recently active