Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 4,476 through 4,500 (of 68,972 total)
  • Author
    Search Results
  • #307217
    vida28
    Participant

    Hi,Got this error on the last update.
    fatal error: call to undefined function bp_get_activity_slug() in /home/farslm/domains/farslms.com/public_html/wp-content/plugins/buddypress/bp-members/classes/class-bp-members-component.php on line 236

    Sujatha
    Participant

    Hello Friends,

    I want to created an android application for my website created with buddypress. I have a plan to provide the android app to my website viewers. Help me to create an android app for my buddypress website.

    Thank You.

    Sujatha
    Participant

    Hello freinds,

    I want to add monthly based subscription in my BussyPress website. I have a plan to collect money from people for read the news and articles in my website. Please help me to Add payment subscription in my buddypress website.

    Thanks.

    stokim2012
    Participant

    Hi!
    I would like to block loading buddypress custom css file in theme’s buddypress folder on every pages. I used this code in functions.php
    function conditional_buddypress_styles_scripts() {
    if ( function_exists( ‘is_buddypress’ ) ) {
    if ( ! is_buddypress() ) {
    wp_dequeue_style( ‘buddypress’ );}}

    However, theme folder/buddypress/buddypress.css file is still on load. How can I dequeue custom buddypress style sheet?
    I need your help. Thanks in advance.

    #307176
    gingerbooch
    Participant
    #307174
    Sujatha
    Participant

    Hi Friends,

    I want to add live chat between registered members in my website. Iam using BuddyPress. Please help me to add the live chat.

    Thank You

    urlemontea
    Participant

    Hello, I’m using BuddyPress on my website with multiple themes, I recently noticed that my users would be logged out when they were directed to certain pages, that’s not what I want to happen, please let me know if anyone knows how to solve this.
    This is the Link to that page

    #307157
    ds123
    Participant

    i found this thread searching for buddypress sharing ….Paul Gibbs i’m with you on how it needs some love this idea of making the activity posts more like twitter does

    so there are 2 out of 3 built into buddypress now ….1. comments on activity entry 2. favorite an activity entry (however the favorite item does not show on the users “feed” or “wall” / personal activity stream on their profile page

    so what about REPOST (same idea as a retweet) ?

    justvdv
    Participant

    Hi,

    My goal is to grab the buddypress private messaging part and include this in another page such that this can be used as a single messaging feature without the complete buddypress profile.

    I am somewhat familiar with customizations of templates and usage of hooks in wordpress.
    My wordpress version is 5.2.2 and my buddypress version is 4.4.0.

    So when digging into buddypress I found the bp_templates folder and figured out that to for example load the message composition part we should use bp_get_template_part( 'members/single/messages/compose' );. This included the part but without any styling while the stylesheet of buddypress does seem to be included when looking into the developer tools of Chrome.

    Therefore my question is: How to include the complete private messaging part on another page with the styling included?

    Kind regards,
    Justvdv

    #307153
    TonyPrower
    Participant

    Here is my profile
    https://nature-photo-travel.co.uk/members/radar/

    I am admin and I chose “radar’ to add an extra level of security. hat security is compromised because my ‘hard-to-guess’ admin name is displayed on my public profile and even in the url.

    What a gift for the hackers!!

    I have ‘Tony Prower’ set as my display name in my wordpress profile. How do I get that to reflect in my buddypress profile?

    develhem
    Participant

    Hi,
    i use your plugin since a long time but now, i have a big problem.
    When i want to access to profil page (/members/username) or to the user drive (/members/username/drive), i’am disconnected automatically….

    I search yesterday but i don’t find issues to fix this bug, so i write you to know if you have an idea about this.

    #307146
    studiocrafted
    Participant

    Inherently with the default functionality of BuddyPress, page scroll or not. The comment reply will always appear under the current nest.

    #307145
    King Ding
    Participant

    It does seem odd, but that’s the nature of nested comments. I’d prefer like you the default action went through a single form and not a different form for every nest.

    Whilst that’s not the issue in question, I do agree – that would be good. But my primary concern is the Buddypress scroll position :-/

    #307144
    studiocrafted
    Participant

    Yeah the scrolling is BuddyPress. The theme position just looked a bit off in the video, I’d ignore my comment on that if the position is fine.

    It does seem odd, but that’s the nature of nested comments. I’d prefer like you the default action went through a single form and not a different form for every nest.

    There is a work around, I’d do it as a custom solution for you as I really need the money and do this on a professional basis.

    #307143
    King Ding
    Participant

    I have no problem with the form position, as you highland in your first 2 sentences. It’s just that the auto-scroll rolls the page into a position that seems odd. I like the auto-scroll, I just wish it rather scrolled to a point where the form was at the bottom of the page rather than the top.

    I’ve turned off the theme, and the action persists, so I believe that’s a trait of Buddypress?

    #307140
    mohamedbakry83
    Participant

    i found this but don’t know how to customize to be like this picture ( https://imge.to/i/Z60pF ) for non payed levels

    bp_no_access_message

    #307128
    King Ding
    Participant

    How do I remove the activity scroll when a user clicks on reply? I just want the user to click on the reply button and for the textarea to just open but not scroll the page down to the reply.. I just want it to open in place.

    This question has been asked before here: https://buddypress.org/support/topic/removing-activity-reply-scroll/ But it seems mega outdated.

    Thanks!
    – D

    #307116
    iamthewebb
    Participant

    Hey,
    It is worth trying the suggestions at the bottom of https://buddypress.org/support/topic/when-asking-for-support-2/ to see if a plugin is causing the problem, my first guess would be to suspect some caching that is happening. Do you run any plugins that cache data, does your new host use any caching?

    nicolafern
    Participant

    Hi

    My site has recently been switched from a managed wordpress platform to a business shared platform by my host because of an uptime issue.

    Now, when logging in there are some issues with other user’s details being confused with those of the logged in user, for example the other user’s details appearing in the top right hand buddypress menu (including linking to the profile of that user), places where I have shortcodes to access usernames etc show the wrong ones. This is obviously a GDPR issue.

    I haven’t made any change to the platform apart from moving the hosting. My host says there’s no sign of database corruption, and I have done things like purging caches and also updated to the new release of BP.

    The host said: The only thing I’m wondering is whether BuddyPress requires a PHP module that’s not enabled on the Business plan to run your site correctly (I’ve very little direct experience with BP unfortunately!). And suggested I post a query here.

    Unfortunately this is very much the wrong time for an issue like this to rear up as I’m in the middle of launching my community and have a number of people who have registered and are awaiting activation, and a big event planned for tomorrow which will involve the community site.

    Has anyone got any idea what the problem could be – or about what php module could be required as per my host’s question?

    Many thanks!
    Nicola

    benjammin
    Participant

    I have a need to create a custom template for a page that would include a text link or button that would redirect to a logged in user’s private messaging feature. In other words the templated page would not be a default BuddyPress page, and the text link or button would recognize the BuddyPress logged in user and redirect that user to their default BuddyPress Private Messaging page.

    #307095

    In reply to: Turn off @mentions

    John
    Participant

    I’m still trying to find a solution for this, can anyone help?

    Now running buddypress 4.4.0.

    #307080
    studiocrafted
    Participant

    I suggest you make a file in your theme at the following location

    yourtheme/buddypress/members/members-loop.php

    In that file you if you didn’t already have one then you should be ok to add the following code inside that file.

    <?php
    /**
     * BuddyPress - Members Loop
     *
     * @since 3.0.0
     * @version 3.0.0
     */
    
    bp_nouveau_before_loop(); ?>
    
    <?php if ( bp_get_current_member_type() ) : ?>
    	<p class="current-member-type"><?php bp_current_member_type_message(); ?></p>
    <?php endif; ?>
    
    <?php if ( bp_has_members( bp_ajax_querystring( 'members' ) ) ) : ?>
    
    	<?php bp_nouveau_pagination( 'top' ); ?>
    
    	<ul id="members-list" class="<?php bp_nouveau_loop_classes(); ?>">
    
    	<?php while ( bp_members() ) : bp_the_member(); ?>
    
    		<li <?php bp_member_class( array( 'item-entry' ) ); ?> data-bp-item-id="<?php bp_member_user_id(); ?>" data-bp-item-component="members">
    			<div class="list-wrap">
    
    				<div class="item-avatar">
    					<a href="<?php bp_member_permalink(); ?>"><?php bp_member_avatar( bp_nouveau_avatar_args() ); ?></a>
    				</div>
    
    				<div class="item">
    
    					<div class="item-block">
    
    						<h2 class="list-title member-name">
    							<a href="<?php bp_member_permalink(); ?>"><?php bp_member_name(); ?></a>
    						</h2>
    
    						<?php if ( bp_nouveau_member_has_meta() ) : ?>
    							<p class="item-meta last-activity">
    								<?php bp_nouveau_member_meta(); ?>
    							</p><!-- #item-meta -->
    						<?php endif; ?>
    
    						<?php
    						bp_nouveau_members_loop_buttons(
    							array(
    								'container'      => 'ul',
    								'button_element' => 'button',
    							)
    						);
    						?>
    
    						<a href="<?php bp_member_permalink(); ?>" class="button">View Profile</a>
    
    					</div>
    
    					<?php if ( bp_get_member_latest_update() && ! bp_nouveau_loop_is_grid() ) : ?>
    					<div class="user-update">
    						<p class="update"> <?php bp_member_latest_update(); ?></p>
    					</div>
    						<?php endif; ?>
    
    				</div><!-- // .item -->
    
    			</div>
    		</li>
    
    	<?php endwhile; ?>
    
    	</ul>
    
    	<?php bp_nouveau_pagination( 'bottom' ); ?>
    
    <?php
    else :
    
    	bp_nouveau_user_feedback( 'members-loop-none' );
    
    endif;
    ?>
    
    <?php bp_nouveau_after_loop(); ?>
    

    That should give you a “View Profile” Link.

    jakubkudlacek
    Participant

    Hello guys,
    I got an issue with BuddyPress plugin. I cannot edit BuddyPress forum pages because I am getting:
    “Sorry, the content area was not found in your page. You must call the the_content function in the current template, in order for Elementor to work on this page.”

    I have tried all the possible settings and nothing…
    Please help!

    Jakub

    Prashant Singh
    Participant

    Hi,

    Please try this code.

    function ps_groups_per_page( $loop ) {
    if ( bp_is_groups_directory() ) {
    $loop['per_page'] = '40';
    }
    return $loop;
    }
    add_filter( 'bp_after_has_groups_parse_args', 'ps_groups_per_page');

    You can paste this code in your child theme’s functions.php file or just create bp-custom.php(https://codex.buddypress.org/themes/bp-custom-php/) and paste it there.

    Thanks

    Prashant Singh
    Participant
Viewing 25 results - 4,476 through 4,500 (of 68,972 total)
Skip to toolbar