Search Results for 'buddypress'
-
Search Results
-
Hi there,
I have a question: how to allow adding more than one attachment?
http://wordpress.org/extend/plugins/buddypress-message-attachment/
Thanks for this useful plugin.
Hi Members,
Im Kevin and I recently downloaded the latest version of buddypress (V2.3.2.1) but cannot install via wordpress dashboard or FTP because the stylesheet is missing. I tried to install the theme several times via wordpress or FTp but to no avail.
Can anyone provide me with a working stylesheet? Also you might want to check the zip file if its there.
Thanks for the help
Hi All, i’m been looking like crazy to find a solution but have yet to come by it. I’ve created a custom menu in wordpress and placed it in a widget which is essentially my 3rd nav bar. I would like for it to display the user avatar when a user is logged in as the first or second list item in the menu. Anyone have a clue?
Any help would be much appreciated!
Hi, I’m brand new to Buddypress and I’m trying to create my registration and activate pages. I’ve selected the appropriate pages for each one and clicked save. Then, I viewed the page and it’s just redirecting to my home page.
So, changed the drop down to tie to a different page. Still nothing. However, now the 2 original pages are working again.
So essentially, once I link the registration and activate pages to specific pages, it setups a redirect. I remove them, and the redirect goes away.
Any ideas? Thanks!
Hello,
Looking to request a feature for the xProfile fields, if this isn’t the right place to make sure a request can someone point me in the right direction.
I would love the xProfile classes be updated so the field labels are filterable, in my case this would be useful so I can replace the standard (required) denotation specifically when the xProfile field is included on the WooCommerce Checkout form to utilize the standard woocommerce asterisk (*) denotation.
The concept comes from the custom xProfile classes created by @donmik for the Buddypress Xprofile Custom Fields Type plugin;
https://wordpress.org/plugins/buddypress-xprofile-custom-fields-type/My specific implementation where the Xprofile fields are incorporated onto the Woocommerce Checkout form comes with the tandem implementation of the paid and free plugins by themekraft
Paid Primary – http://themekraft.com/store/woocommerce-buddypress-integration-wordpress-plugin/
Free Addon – https://wordpress.org/plugins/woocommerce-buddypress-integration-xprofile-checkout-manager/
Together these include the Xprofile fields onto the Checkout, however they don’t quite match with the Woocommerce fields so I had to add classes to them (currently capable through the bp_xprofile_field_edit_html_elements filter) and want to replace the (required) in the label with the appropriate asterisk.My current workaround involves jQuery to do the label replace, but I would prefer a label filter.
/** * Add Javascript to replace Buddypress (required) with Woocommerce required asterisk (*) */ add_action('woocommerce_after_checkout_form', 'wc4bp_woo_replace_required_for_xprofile_checkout_fields'); function wc4bp_woo_replace_required_for_xprofile_checkout_fields() { echo '<script>jQuery(document).ready(function($){$(".wc4bp_custom_checkout_fields_group label").each(function(i){$(this).html($(this).html().replace("(required)","<abbr class=\"required\" title=\"required\">*</abbr>"));});});</script>'; }An example how @donmik implemented a label filter for his custom Xprofile fields;
$label = sprintf( '<label for="%s">%s%s</label>', bp_get_the_profile_field_input_name(), bp_get_the_profile_field_name(), (bp_get_the_profile_field_is_required()) ? ' ' . esc_html__( '(required)', 'buddypress' ) : '' ); // Label. echo apply_filters('bxcft_field_label', $label, bp_get_the_profile_field_id(), bp_get_the_profile_field_type(), bp_get_the_profile_field_input_name(), bp_get_the_profile_field_name(), bp_get_the_profile_field_is_required());Hoping this is the right channel for this request, otherwise hoping someone can point me to it. Or if the plugin is available on github would be happy to make a fork request and code the change myself.
Thank you
Topic: cannot find other members
Hi there,
I have just installed buddypress and it is working perfectly apart from one thing. I cannot find a simple way to see the other members. If I type the address in manually (www.mywebsite.com/members) I can see them but there is no actual link on the social space to take users to this page. Obviously without this members cannot see other contacts, cannot request friendships and therefore will not interact with each other. How can I install this option?
Thanks for all your help!
Kyle
BuddyPress Version 2.3.2.1
WordPress Version 4.2.3
Theme: Nirvana Version 1.1.0The group description for all groups is a medium shade of grey. It is somewhat readable to a degree, but I would prefer to change the color to black instead. I noticed some existing topis where people mentioned about profile fields or the font being too large, but I did not stumble upon changing the color. If desired I can post a link to the .css coding if that would be beneficial. Basically what am I looking for in the .css file and how do I resolve it?
Note: I would rather avoid building a child theme due to my lack of knowledge on the matter. Sure it would be a little incontinence when I have to upgrade my theme, but at least I can paste the answer back in the .css file.