Search Results for 'buddypress'
-
Search Results
-
What is the best way to remove user tabs? bp_core_remove_nav_item, after many years now, still doesn’t seem to be the solution. This method doesn’t only remove the link from the menu, it disables the component entirely unless I’m missing something because it seems to be offered up as the accepted solution on several threads.
I’ve even tried
bp_core_remove_nav_item in combo with add_action(‘bp_screens’, $screen_function) to re-add component screens >> worked somewhat but had other issues
So I ended up with just overwriting the members/single/parts/item-nav.php file
<nav class="<?php bp_nouveau_single_item_nav_classes(); ?>" id="object-nav" role="navigation" aria-label="<?php esc_attr_e( 'Member menu', 'buddypress' ); ?>"> <?php if ( bp_nouveau_has_nav( array( 'type' => 'primary' ) ) ) : ?> <ul> <?php while ( bp_nouveau_nav_items() ) : bp_nouveau_nav_item(); ?> <?php /*/////////////////////////////////// stopping the nav items here ///////////////////////////////*/?> <?php if(!in_array( bp_nouveau_get_nav_link_text(), array('Settings', 'Notifications', 'Messages')) ):?> <li id="<?php bp_nouveau_nav_id(); ?>" class="<?php bp_nouveau_nav_classes(); ?>"> <a href="<?php bp_nouveau_nav_link(); ?>" id="<?php bp_nouveau_nav_link_id(); ?>"> <?php bp_nouveau_nav_link_text(); ?> <?php if ( bp_nouveau_nav_has_count() ) : ?> <span class="count"><?php bp_nouveau_nav_count(); ?></span> <?php endif; ?> </a> </li> <?php endif;?> <?php endwhile; ?> <?php bp_nouveau_member_hook( '', 'options_nav' ); ?> </ul> <?php endif; ?> </nav>What is the way to do this?
Okay, here is my use-case. I am redesigning a Santa website for a local santa organization. One of the features of their old website was “Request a Santa/Mrs. Claus”, where when you filled out a forum, a bulk email would then go out to all of the members with the content of the contact form. That way people could request a Santa.
Well I have come along and am updating and overhauling the website, one of the things that I would like to do is something similar to above, but also have the contact form create a topic in a specific forum. This way all open requests can be housed in the same area. (Their current system relies on the email method only, if you miss the email, you miss out entirely.)
How might I go about this.
Using WordPress 5.2.4 (latest) with BuddyPress 5.0.0Hi, I would like to implement ajax in buddypress messaging to display answers in real time, is it possible?
Thanks for any reply.
ClaudioI have the latest wordpress installation with latest 2019 theme plus latest version of buddypress. I have set register on general settings, got buddypress pages created automatically upon registration. Did the page settings. Got only buddypress plugin activated but for some reason when I test register after logout, I cannot register people successful even though I imput the data needed to register. The page will not even redirect to activate. It stays the same with no registration happening after sign up.
I been reading other forum topics on registration. I tried changing themes, tried add www. on my URL, tried re-installation of wordpress and buddypress, removed all plugins except buddypress but for some reason I cannot figure out what I am doing wrong because I still cannot register new members/Users.
I been watching youtube videos on buddypress and I notice that on options the core buddypress files do not have a check box on the version I use. Even when I try to select everything on buddypress option so that all 10 are selected I still get cannot get registration of new members from register page.
Please help me I am a novice on buddypress. เวกัส168
Trying to add icon in place of text but html is not allowed. Any help on how to allow html here.
add_filter('bp_nouveau_get_activity_directory_nav_items', 'my_bp_nav_items_text'); function my_bp_nav_items_text($nav_items) { $nav_items['all']['text'] = __( '<i class="fas fa-at"></i>', 'buddypress' ); return $nav_items; }Topic: User Profile Color Picker
Hey everyone!
Thank you so much for this great addon for wordpress and to all people supporting this!
I am using Buddypress for a short amount of time now but I am in need to create a color picker for profiles (to let users pick their fav color to design their profile) and I have absolutely no clue how to do that.
Does anyone have an idea how I could do that? I am not new to programming but very new to how wordpress work and specially buddypress. So some assistance would be great 🙂 We could also have a call or something.
So right now I am using the latest WordPress, latest Buddypress and an addon called Youzer to have everything running.
Would be great if someone could give me a hand on that 🙂 Thansk in advance!
Topic: Error Message after purchase
After a new user registers and a payment is made the user is not getting directed to the ‘confirmation of purchase page’. Instead they are receiving an error. The user registration is going through though. We tested it our self in a live environment with a valid credit card, charge for $1 with promo code. I have attached a screen shot of the error.
I am not sure if it is a Paid MemberPro or BuddyPress error, I will be submitting a ticket to them also to see if they have any insight.
WordPress 5.2.3
BuddyPress 5.0.0
BuddyPress for Learndash 1.2.8Members.hustlesmarter.co
Topic: Rename Group Nav Not Working
Several years ago I used code I found here to rename the “Home” nav item on the Groups page. I used this code in my Theme functions.php file.
It has been working fine for about 4 years, but now when I go to create a new group, I get an error message
screenshot: https://share.getcloudapp.com/d5ub6x2pBelow is the code I am using. I assume something changed in an update so perhaps bp_current_item is not working anymore? Or edit_nav?
//* Rename “Home” to “Reflections”of menu item in BuddyPress Group
// buddypress()->bp_options_nav[buddypress()->groups->current_group->slug][‘home’][‘name’] = ‘Home/Reflections’;
buddypress()->groups->nav->edit_nav( array( ‘name’ => __( ‘Home/Reflections’, ‘buddypress’ ) ), ‘home’, bp_current_item() );}
I’m trying to display custom field or custom group in custom page, not just display showing data but like whole template for people to let choosing and seting settings of the field.
Similar topics: https://buddypress.org/support/topic/display-field-group-on-new-page/
Since I updated to the new BuddyPress Version some issues with my wordpress backend persist. I use the recent WordPress version.Things I can’t do now:
– Tick the checkbox that selects all items from list for example from the plugins
– And the worst: I can’t choose menu items in the backend to edit my menus, that makes my site basically uneditable.
Is there a workaround, can I fix it?
I tried to deactivate plugins, but it seems like this error depends on buddypress only
Is it possible to link BuddyPress accounts across multiple sites? I have 3 different websites on different hosting accounts and different domains but I want users on each of the 3 sites to have their profile information synced throughout. Is this possible in any way?
What plugin best shows BuddyPress profiles in a Restrict Content Pro membership level?
We would like to be able to dynamically build staff and partner membership pages using the extended BuddyPress profiles adding the custom groups and fields.
More simply we want a page to show all Staff profiles and another to show all Partner profiles.
Does any plugin do that?
Thanks,
Brian
Hello,
How can i create a link to BuddyPress profile on Author pages? I dont want to replace author page with the BuddyPress profiles. Just to add a link to profiles. Thank You.Hi. I am currently using Buddypress version Version 5.0.0 with wordpress version 5.2. my current theme is twenty nineteen. the issues was, I created a different profile fields group:
field group 1: Base(Primary)
field group 2: Section A
field group 3: Section BI try to makes all field appear in one page but only field group 1: Base(Primary) appeared. how can I add/include all field in one page? Thank you
When I login to my own buddypress profile (subscriber role) and take a look at the profile of an other member. I can edit password settings, email settings, profile settings, rights and export data… So not only my own data…also the data of every other member.
https://mysite.com/members/member-name/settings/profile/
Every login member (subscriber role) can do that to other member.How can i display the settings button only on my own profile (profile sidebar). The settings option on other profiles should be disabled.
wordpress: 5.2.4
theme: besocial