-
r-a-y posted on the forum topic Member Blogs localization in the group How-To and Troubleshooting: 13 years, 11 months ago
Can you specify which pages the string shows up on?
-
r-a-y posted on the forum topic Help with Messaging and @mentions in the group How-To and Troubleshooting: 13 years, 11 months ago
@mentions- currently do not show up in your notifications menu; I believe this might be included in BP 1.3 due early next year.
Re: email – please read this:
https://codex.buddypress.org/getting-started/faqs/specific-faqs/#register -
r-a-y posted on the forum topic Where did user interactions go? in the group How-To and Troubleshooting: 13 years, 11 months ago
Can you try overwriting what is in your /buddypress/bp-themes/bp-default/ folder from the manual package?
Do the buttons show up when you use the bp-default theme?
-
r-a-y posted on the forum topic Add Bp users to multiple blogs at registration in the group Requests & Feedback: 13 years, 11 months ago
Check out the following network plugin:
https://wordpress.org/extend/plugins/wpmu-new-blog-defaults/It doesn’t add a field on the registration page, but it gives the super admin the option of adding users to specific blogs in the admin area.
-
r-a-y posted on the forum topic Post Thumbnail in BP-Default Theme in the group How-To and Troubleshooting: 13 years, 11 months ago
Sounds like you have the image working, but you need to get acquainted with CSS, especially the float declaration.
Try fooling around with this in your stylesheet:
.entry .thumbnail {float:left; padding-right:1em;}
-
r-a-y posted on the forum topic API documentation… in the group Creating & Extending: 13 years, 11 months ago
-
r-a-y posted on the forum topic Group Activity Feed in the group How-To and Troubleshooting: 13 years, 11 months ago
For the alternative method, use Rich’s block activity types plugin:
https://wordpress.org/extend/plugins/buddypress-block-activity-stream-types/ -
r-a-y posted on the forum topic Date selector (datebox) control doesn't allow future dates in the group How-To and Troubleshooting: 13 years, 11 months ago
There’s a bug in the ‘bp_get_the_profile_field_datebox’ that’s preventing overriding the date field. See – https://trac.buddypress.org/ticket/2947. — @bobsie – To override the year value temporarily, you’ll need to patch /buddypress/bp-xprofile/bp-xprofile-templatetags.php: https://trac.buddypress.org/attachment/ticket/2947/2947.001.patch (only l…[Read more]
-
r-a-y posted on the forum topic PHP help links in bp_core_add_message in the group How-To and Troubleshooting: 13 years, 11 months ago
@ewebber – Just checked. Yeah the message gets escaped, so you can’t add HTML by default. If you want to add HTML, you’ll have to remove how BP renders the message, then you’ll have to write your own custom message function. Untested, but this should work in your theme’s functions.php : ` remove_action( ‘wp’, ‘bp_core_setup_message’, 2 ); function […]
-
r-a-y posted on the forum topic Date selector (datebox) control doesn't allow future dates in the group How-To and Troubleshooting: 13 years, 11 months ago
You can apply a filter to ‘bp_get_the_profile_field_datebox’ to add extra years:
apply_filters( 'bp_get_the_profile_field_datebox', $html, $day, $month, $year, $default_select );
Find the bp_get_the_profile_field_options() function in /buddypress/bp-xprofile/bp-xprofile-templatetags.php where this filter is defined, so you’ll have a better idea of…[Read more] -
r-a-y posted on the forum topic Too late to create a child theme? in the group Creating & Extending: 13 years, 11 months ago
Remember the codex is your friend!
https://codex.buddypress.org/theme-development/building-a-buddypress-child-theme/
https://codex.buddypress.org/theme-development/ -
r-a-y posted on the forum topic Group Settings will not be saved… in the group How-To and Troubleshooting: 13 years, 11 months ago
Like I mentioned, that is the intended behaviour. This is probably done to prevent accidentally spamming your users every time the group description is changed.
File a ticket if you are not satisfied with this:
https://trac.buddypress.org/newticketLogin with the same credentials you use here on bp.org.
-
r-a-y posted on the forum topic Private Messaging Broke in the group How-To and Troubleshooting: 13 years, 11 months ago
Object caching bug most likely experienced with W3 Total Cache.
If you don’t have W3 Total Cache installed, not sure. -
r-a-y posted on the forum topic The page isn’t redirecting properly in the group BP Group Reviews: 13 years, 11 months ago
Looks like one of my old code snippets! Sorry for the problems, Boone!
-
r-a-y posted on the forum topic Ban and Kick User is Broken in the group How-To and Troubleshooting: 13 years, 11 months ago
Thanks for noting the problems!
Added a potential fix here:
https://trac.buddypress.org/ticket/2661 -
r-a-y posted on the forum topic Embedded Video not Displaying on Homepage in the group How-To and Troubleshooting: 13 years, 11 months ago
Try reading up on enabling a third-party provider for WordPress’ embedding capability: https://codex.wordpress.org/Embeds#How_Can_I_Add_Support_For_More_Websites.3F If you want to use Wistia code, which I’m guessing you need to use the
or
tags, you’ll need to bypass the activity filters that are in place by default, so malicious content will not…[Read more]
-
r-a-y posted on the forum topic Oembed in blog comments in the group oEmbed for BuddyPress: 13 years, 11 months ago
@bplove – There’s a plugin for that:
https://wordpress.org/extend/plugins/oembed-for-comments/Granted it needs to be updated like this one as well.
-
r-a-y posted on the forum topic Change RSS output in the group How-To and Troubleshooting: 13 years, 11 months ago
You basically have to unhook how BuddyPress creates feeds and create your own files and display methods.
Here’s a thread from awhile back detailing how to do this for the group activity feed:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/group-activity-feed-1/You should be able to duplicate this for all the other…[Read more]
-
r-a-y posted on the forum topic Group Settings will not be saved… in the group How-To and Troubleshooting: 13 years, 11 months ago
This is the default behaviour, which is kind of counter-intuitive.
I would recommend using the BP Group Email subscription plugin instead (which I believe you’re thinking of):
https://wordpress.org/extend/plugins/buddypress-group-email-subscription/ - Load More
@r-a-y
Active 5 months ago