Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 5,126 through 5,150 (of 73,985 total)
  • Author
    Search Results
  • Nahum
    Participant

    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?

    #308718
    soulpowered
    Participant

    Hi imath!I was wondering if you could please help me. I accidentally deleted the pages associated with BuddyPress, like the activity page, and the members page, and maybe more ..but those two for sure, I thought they were associated with this different plugin, but they were not “oops”, now my dashboard recognizes that those components are missing, which all these components ” Members, Activity Streams, Activate, Register.”, it is telling me to repair them, which I tried, it says associate each page … but the problem is I cant create just another normal site page because, I do not know how to add the “index.php” part before the page name which seems to be what is needed in the permalink… so that is what I am looking to do, is to fix those components, but I am not sure how I can do that, will you please help me?

    Merci
    soulpowered

    ralbrightii
    Participant

    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.0

    #308715
    visitatore
    Participant

    Hi, I would like to implement ajax in buddypress messaging to display answers in real time, is it possible?
    Thanks for any reply.
    Claudio

    #308714

    I 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

    Nahum
    Participant

    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;
    
    }
    
    #308710
    pixieblitz
    Participant

    I thought Askimet was just for comments – can you also configure it for private messages? I do have it set up and running right now, along with Wordfence, a reCaptcha V2 on registration form (and for bbPress), and a BuddyPress Private Message Rate Limiter.

    Right now I’m using these plugins:
    – Askimet
    – Wordfence
    – Advanced noCaptcha & invisible Captcha (On registration form)
    – Anti-Spam by CleanTalk
    – BuddyPress Private Message Rate Limiter

    It helps, but apparently not enough – just had a user sign up last night, receive a spam message, and request to have their account deleted this morning. It’s obviously frustrating, so if Askimet could be doing something extra that I just haven’t configured it for, that would be great…

    But I’m not sure how it could even successfully flag the messages based on content? Some are very bland “Hi Dear, I like you profile and would love to talk, please contact me privately via e-mail at xxxxxxxx ” Which don’t seem that different from legitimate messages, except that they’re being sent out en masse from users with profiles that say they’re in US, but with IP’s in Africa, etc.

    Does anyone know if these same bots would also send out mass friend requests? I remember seeing a mention of restricting private messaging to friends, which might be my next step… But I don’t want to implement an additional hurdle for users if the bots would also just abuse that. 🙁

    Sorry for the long post, but thanks for any help!

    #308707
    visitatore
    Participant

    About the question I previously asked, (to be able to hide the User Name needed to log in) I decided to focus on the transparency of the information and make known during registration that the User Name (unlike the email) will still be visible in different situations and for greater security against possible brute force attacks to focus on password complexity.
    Now, however, after testing various possibilities, I realized that (rightly) the Buddypress system recognizes and does not allow two identical Usernames, BUT ALLOWS TWO THE SAME NICKNAMES.
    How to prevent users from choosing a nickname already present in another user?
    Is there a plugin or a system? I believe that within a community it is not a minor problem, because in my opinion, it should not be possible for two users to appear with the same nickname.
    Thank you for a very welcome and expected response.
    Claudio

    #308706
    nushara
    Participant

    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!

    #308694
    David Cavins
    Keymaster

    The content of the activity item would be $activity_array['content']. You can see the action that Venutius was using here: https://buddypress.trac.wordpress.org/browser/tags/5.0.0/src/bp-activity/bp-activity-functions.php#L1931

    So you’d just add something like
    $message .= "$activity_array['content']";
    to the code posted above.

    #308692
    David Cavins
    Keymaster

    That’s funny, someone else is trying to do something similar: https://buddypress.org/support/topic/the-username-i-wanted-to-hide-is-seen-in-the-messaging/

    As I note in that other thread, it’s going to be hard to hide the username since it’s fundamental to BP messaging and mentions. Sorry, I can’t think of any straightforward way to change that behavior.

    #308691
    David Cavins
    Keymaster

    Your problem appears to be that a plugin called Learndash is trying to use a function groups_is_user_member() before that function is defined, or maybe you are not using the BuddyPress Groups component, then it will not be defined. You’ll need to explain the issue to the Learndash plugin authors so they can check for the function to exist before calling it.

    #308690
    David Cavins
    Keymaster

    Hi @visitatore-

    The username is used extensively through BuddyPress, so I don’t know how it can be kept a secret. (For instance, it’s used for the user’s profile page url at /members/{username}.)

    I don’t think you can hide the username entirely, since the BP messaging and mention system is built on the username, but you could probably change out some references to the username in the messaging templates by overriding message templates as described here: https://codex.buddypress.org/themes/theme-compatibility-1-7/a-quick-look-at-1-7-theme-compatibility/

    #308689
    David Cavins
    Keymaster

    On what hook are you firing that function? Are you using the Legacy or Nouveau template pack? (Have you changed from the Legacy to Nouveau template pack recently?)

    It could be a number of things, but my first thought is that there’s no reason to be changing the groups nav when you’re in the middle of the create routine, so maybe there’s a more strict check we should be using above and beyond the bp_is_group() check as used on the API page: https://codex.buddypress.org/developer/navigation-api/#change-item-names-of-users-and-groups-nav-menus

    In any case, you should be able to prevent the error by adding a conditional around calling edit_nav():

    $bp = buddypress();
    if ( isset( $bp->groups->nav ) ) {
    	$bp->groups->nav->edit_nav( array( 'name' => __( 'Home/Reflections', 'buddypress' ) ), 'home', bp_current_item() );
    }
    #308687
    hustlesmarter
    Participant

    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.

    View post on imgur.com

    View post on imgur.com

    WordPress 5.2.3
    BuddyPress 5.0.0
    BuddyPress for Learndash 1.2.8

    Members.hustlesmarter.co

    #308686
    Tara Claeys
    Participant

    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/d5ub6x2p

    Below 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() );

    }

    #308675
    Robertiks
    Participant

    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/

    Mathieu Viet
    Moderator

    Hi @chickencurry

    Thanks a lot for your feedback. I wasn’t able to reproduce so I don’t know how this is happening.

    I’ve built a patch I’ve attached to this ticket https://buddypress.trac.wordpress.org/ticket/8152.

    Could you test it to see if it fixes your issue?

    chickencurry
    Participant

    I get error messages sent by wordpress too:

    Fehler-Details
    ==============
    Ein Fehler vom Typ E_ERROR wurde in der Zeile 1147 der Datei /www/htdocs/w01931c7/erased.net/wp-content/plugins/buddypress/bp-core/admin/bp-core-admin-functions.php verursacht. Fehlermeldung: Uncaught TypeError: Argument 2 passed to bp_block_category() must be an instance of WP_Post, null given, called in /www/htdocs/w01931c7/erased.net/wp-includes/class-wp-hook.php on line 286 and defined in /www/htdocs/w01931c7/erased.net/wp-content/plugins/buddypress/bp-core/admin/bp-core-admin-functions.php:1147
    Stack trace:
    #0 /www/htdocs/w01931c7/erased.net/wp-includes/class-wp-hook.php(286): bp_block_category(Array, NULL)
    #1 /www/htdocs/w01931c7/erased.net/wp-includes/plugin.php(208): WP_Hook->apply_filters(Array, Array)
    #2 /www/htdocs/w01931c7/erased.net/wp-admin/includes/post.php(2173): apply_filters(‘block_categorie…’, Array, NULL)
    #3 /www/htdocs/w01931c7/erased.net/wp-content/plugins/advanced-gutenberg/incl/advanced-gutenberg-main.php(514): get_block_categories(NULL)
    #4 /www/htdocs/w01931c7/erased.net/wp-includes/class-wp-hook.php(286): AdvancedGutenbergMain->initBlocksList(”)
    #5 /www/htdocs/w01931c7/erased.net/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(NULL, A

    I erased my url because I don’t want it to be public yet

    chickencurry
    Participant

    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

    5chris
    Participant

    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?

    briantra
    Participant

    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

    #308657
    beat sk
    Participant

    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.

    #308656
    mekcas
    Participant

    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 B

    I 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

    ottomagic
    Participant

    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

Viewing 25 results - 5,126 through 5,150 (of 73,985 total)
Skip to toolbar