-
rich! @ etiviti posted on the forum topic Buddypress followers plugin in the group Third Party Components & Plugins: 15 years, 4 months ago
couple of action hooks on member-header.php
bp_before_member_header_meta is underneath the name/last active
-
rich! @ etiviti posted on the forum topic Buddypress followers plugin in the group Third Party Components & Plugins: 15 years, 4 months ago
bp_follow_total_follow_counts ( ) – where default arg ‘user_id’ => $bp->loggedin_user->id
returns an array with followers and following
-
rich! @ etiviti posted on the forum topic Remove certain Categories from Global Activity Stream in the group How-To and Troubleshooting: 15 years, 4 months ago
nothing is recorded in the activity stream for blog post categories – there is a reference to the blog_id -> item_id and post_id -> secondary_item; maybe some sort of custom code to look-up and determine the category and not display it (via has_activities filter)? or; I don’t know if this is possible – try blocking […]
-
rich! @ etiviti posted on the forum topic Major theme player coming to BP? Justin Tadlock and others starting DevPress. in the group Miscellaneous: 15 years, 4 months ago
also keep an eye on his new forum plugin too
http://popcritics.com/forums -
rich! @ etiviti posted on the forum topic hook available for preventing group creation? in the group How-To and Troubleshooting: 15 years, 4 months ago
if you are using wp_cap levels for your subscribers – no modification needed, just enter the lowest wp_capability/user_level you want to allow for group creation.
-
rich! @ etiviti posted on the forum topic Profanity Filter in the group Third Party Components & Plugins: 15 years, 4 months ago
@alanchrishughes – try contacting the plugin dev and see if they can update the content filters for buddypress. the only profanity filter bp-ready i’ve seen is https://wordpress.org/extend/plugins/webpurifytextreplace/ but that is a pay-for-solution 🙁
-
rich! @ etiviti posted on the forum topic How do you remove the copyright at the bottom? in the group How-To and Troubleshooting: 15 years, 4 months ago
no default copyright message in BP
https://trac.buddypress.org/browser/branches/1.2/bp-themes/bp-default/footer.phpbut otherwise create a child theme file for footer.php
-
rich! @ etiviti posted on the forum topic WP comments VS BP comments in the group Creating & Extending: 15 years, 4 months ago
bp comments are dependent on an activity stream record – so it depends if you are pushing a content to the activity stream (then you could pull in bp commenting)
-
rich! @ etiviti posted on the forum topic Sitemap generator beta – looking for a few testers in the group Third Party Components & Plugins: 15 years, 4 months ago
@dlittle800 – no, the files this plugin generates won’t have any impact on BP working or not @moreivyou – wow you have a lot of urls going on. good to know it works 😛 I need update this plugin and especially get around the 50k mark. Would you mind sending me the url to your sitemap files? […]
-
rich! @ etiviti posted on the forum topic Changing the group privacy settings makes activity stream disappear in the group How-To and Troubleshooting: 15 years, 4 months ago
created a trac ticket – https://trac.buddypress.org/ticket/2529
for now you’ll need to manually update those in mysql
-
rich! @ etiviti posted on the forum topic Forum create only available to certain members in the group Creating & Extending: 15 years, 4 months ago
i’m confused – do you want to restrict the group settings->enable forum option (which restrict group creation plugin can do) or restrict creating a new topic within the group forum? if the later – don’t forget this theme file as well https://trac.buddypress.org/browser/tags/1.2.5.2/bp-themes/bp-default/groups/single/forum.php
-
rich! @ etiviti posted on the forum topic Will you develop one of these buddypress.org enhancements? in the group buddypress.org Ninjas: 15 years, 4 months ago
degrade to non-functional. though a solution would be adding a “reply to topic page” which loads quoted post in the textarea (how other forums tend to operate) but that might be outside the scope what is needed here. Heck, I might add that to the plugin anyways 😛 since the bp-default theme does not include […]
-
rich! @ etiviti posted on the forum topic Will you develop one of these buddypress.org enhancements? in the group buddypress.org Ninjas: 15 years, 4 months ago
sure i can help wherever – just point me in the right direction when the time comes. the fancy dancy ajax from my plugin is just inserting blockquote/cite ( @- mention with permalink to said post – also using the same function i posted above to proper page) where as the normal quote is from a […]
-
rich! @ etiviti posted on the forum topic Hack: Remove Reply/Favorite buttons from activity stream on certain types in the group Creating & Extending: 15 years, 4 months ago
yeah this is a bit old but i agree – there needs to be a better way to control activity_types and what you can do with them (from commenting, meta actions, etc)
-
rich! @ etiviti posted on the forum topic Edit comments in the group How-To and Troubleshooting: 15 years, 4 months ago
-
rich! @ etiviti posted on the forum topic Hidng the delete link from members in the activity stream in the group How-To and Troubleshooting: 15 years, 4 months ago
ok, i found some delete references on the activty comments that do not have any sort of filter on them (actually this goes back to a trac i need to file – https://trac.buddypress.org/ticket/2530 )
under the functions:
bp_dtheme_new_activity_comment()– ajax.php
bp_activity_get_comments( $args = '' )– bp-activity-templatetags.phpOtherwise…[Read more]
-
rich! @ etiviti posted on the forum topic Changing the group privacy settings makes activity stream disappear in the group How-To and Troubleshooting: 15 years, 4 months ago
when you checked the db – was the hide_sitewide set to 1 on those records?
looking in the BP core code for
groups_edit_group_settingsnothing updates hide_sitewide if changing the status level from private to public. -
rich! @ etiviti posted on the forum topic Forum slow to load, show post form open then closes. in the group How-To and Troubleshooting: 15 years, 4 months ago
the div new-topic-post is hidden by jQuery (see global.js ) after the page loads – you could change up a child theme to hide this div within the html first.
-
rich! @ etiviti posted on the forum topic state of buddypress/bbpress integration in the group How-To and Troubleshooting: 15 years, 4 months ago
i have ported some bbPress plugins for BP (see group forum extras)
progress has begun on a bbPress plugin for WP as well – https://trac.bbpress.org/changeset/2464 though I don’t know how this would impact BP in the future.
- Load More
@nuprn1
Not recently active