-
rich! @ etiviti posted on the forum topic BUG: Follow count doesn't update when a member is deleted from the site in the group BuddyPress Followers: 15 years, 4 months ago
@apeatling needs hooks for
add_action( 'wpmu_delete_user'
add_action( 'delete_user'
add_action( 'make_spam_user'
-
rich! @ etiviti joined the group BuddyPress Followers 15 years, 4 months ago
-
rich! @ etiviti posted on the forum topic Buddypress followers plugin in the group Third Party Components & Plugins: 15 years, 4 months ago
quickly glancing over the follower’s plugin code – i don’t see anything that hooks like how the friends component does
add_action( 'wpmu_delete_user', 'friends_remove_data' );
add_action( 'delete_user', 'friends_remove_data' );
add_action( 'make_spam_user', 'friends_remove_data' );
-
rich! @ etiviti posted on the forum topic Alternative to bbpress in the group Miscellaneous: 15 years, 4 months ago
the bbpress plugin will make things easier (right now with how buddypress wraps bbpress internally is a bit messy with “removing” features/hooks)
-
rich! @ etiviti posted on the forum topic Buddypress followers plugin in the group Third Party Components & Plugins: 15 years, 4 months ago
i would contact Andy if his plugin is causing a conflict.
-
rich! @ etiviti posted an update 15 years, 4 months ago
@greenshady any plans to hook the forum plugin into buddypress? (ie, replacement of bbpress)
-
rich! @ etiviti posted on the forum topic RSS Request in the group BuddyPress Activity Stream Hashtags: 15 years, 4 months ago
that makes sense after you implemented https://buddypress.org/community/groups/creating-extending/forum/topic/forum-create-only-available-to-certain-members/?topic_page=2&num=15 – as that would remove the groups in the drop down for regular members. when testing on my demo site – as a group-admin/mod/siteadmin – i see the group drop down and can…[Read more]
-
rich! @ etiviti posted on the forum topic Translation Question in the group BuddyPress Forums Extras: 15 years, 4 months ago
i have yet to generate any sort of translation files or hooks to po files with my plugins yet (more due to the lack of know how with WP/BP)
-
rich! @ etiviti posted on the forum topic Replying to blog post in the activity stream as post comments rather than just activity stream repli in the group How-To and Troubleshooting: 15 years, 4 months ago
i wrote an experimental plugin that will replace (or tack on) activity comments to a blog post – (only tested it on the main blog)
https://wordpress.org/extend/plugins/buddypress-activity-as-blog-comments/
(example: http://etivite.com/2010/04/what-does-it-mean/ ) -
rich! @ etiviti posted on the forum topic Forum create only available to certain members in the group Creating & Extending: 15 years, 4 months ago
heh – what i get for one cup of coffee this morning. updated the code around the select option bit (just copied it in the wrong spot as it needs to be within the has_groups loop)
-
rich! @ etiviti posted on the forum topic rss feed messing up in the group BuddyPress Forums Extras: 15 years, 4 months ago
ok got it – i updated the file within the development version for now.
https://wordpress.org/extend/plugins/buddypress-group-forum-extras/download/give it about 15-20 minutes to update and just grab the file bp-forum-extras-group-forum-feed.php to replace
-
rich! @ etiviti posted on the forum topic rss feed messing up in the group BuddyPress Forums Extras: 15 years, 4 months ago
can you post a link to the site with the problem? (and rss feed for the topic/group forum)
-
rich! @ etiviti posted on the forum topic Forum create only available to certain members in the group Creating & Extending: 15 years, 4 months ago
just updated – sorry i forgot to swap in the proper templatetags and the option list
-
rich! @ etiviti posted on the forum topic Useful plugins required in the group Creating & Extending: 15 years, 4 months ago
have a look at @boonebgorges plugin: https://wordpress.org/extend/plugins/bp-external-activity/ and you could modify that to attach to usermeta vs groupmeta
-
rich! @ etiviti posted on the forum topic Forum create only available to certain members in the group Creating & Extending: 15 years, 4 months ago
-
rich! @ etiviti posted on the forum topic Showing latest forum posts in home page in the group How-To and Troubleshooting: 15 years, 4 months ago
you can call out the loop
bp_has_forum_topics('no_stickies=no&type=newest&page=false&max=5')have a look at the default/groups/single/forum/topic.php for an example
or if you use the group forum extras plugin – i have a widget for latest topics bundled in the index subplugin
-
rich! @ etiviti posted on the forum topic RSS Request in the group BuddyPress Activity Stream Hashtags: 15 years, 4 months ago
i can’t seem to replicate that in a few test installs, did you make any theme edits to post-form.php or something to
bp_has_groupsloop? -
rich! @ etiviti posted on the forum topic shorten activity excerpts in the group How-To and Troubleshooting: 15 years, 4 months ago
you could shorten them via a filter prior to updating the db. it just depends on the component as each have their own filter on the content.
ie
'content' => apply_filters( 'bp_activity_new_update_content', $activity_content ),or the filter on the activity templatetag
apply_filters( 'bp_get_activity_content_body',…[Read more] -
rich! @ etiviti posted on the forum topic How can I add my registration form below forum topics? in the group How-To and Troubleshooting: 15 years, 4 months ago
use the redirect_to param (either get or hidden)
what i use on each topic but just a link to the login form.
$bp->root_domain . '/wp-login.php?redirect_to=' . urlencode( site_url() . $_SERVER ) -
rich! @ etiviti posted on the forum topic Buddypress followers plugin in the group Third Party Components & Plugins: 15 years, 4 months ago
oh right member profile stats plugin 😛 i could add following/er/friends to the mix (think i left it off since the info is duplicated on the nav items)
- Load More
@nuprn1
Not recently active