Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 4,476 through 4,500 (of 69,040 total)
  • Author
    Search Results
  • #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
    #307047
    iamthewebb
    Participant

    Hi, Could you check Settings -> BuddyPress -> Pages tab, what page do you have Activate set to, if you open that page that is linked in a browser that is not logged in does it load correctly? It should show a box to enter the key manually when visited directly I believe.

    #307046
    johnyumnam
    Participant

    I am getting

    1) a “504 Gateway Time-out” error on my site while trying to register a new user, but i do get the email to activate the account.

    2) when i click on the activation link that directs me to the activation link page an “invalid activation key” or “504 Gateway Time-out” error is displayed

    My WP version is 5.2.2 and my buddypress version is 4.3.0 and the url of my site is http://www.enlightopedia.net

    Please help

    zaheer01
    Participant

    I wan to display my custom created action activities in activity tab of groups but it is displaying in activity tab which is global. I had tried alot of solution on internet but no one is working.

    add_action(‘wp_insert_post’, array($this, ‘bd_custom_bp_record_activity’));
    function bd_custom_bp_record_activity() {

    $gid = bp_get_group_id();
    groups_record_activity(array(
    ‘action’ => apply_filters(‘groups_activity_new_update_action’, sprintf(__(‘%1$s created an event %2$s’, ‘buddypress’), bp_core_get_userlink(get_current_user_id()), ‘‘ . esc_attr(bp_get_group_name()) . ‘‘)),
    ‘content’ => ‘new post’,
    ‘type’ => ‘created_event’,
    ‘item_id’ => $gid,
    ‘user_id’ => get_current_user_id(),
    )
    );
    }

    arohan223
    Participant

    Hi, I am trying to build a social site that may grow to serve many people.

    My issue is that users can see the activity of every other user in their activity stream. There is a tab for “My friends” but users can still see the activity of all members.

    How can I fix this?

    I have seen talk of a plug in on this forum but I couldn’t find anything. I also found this post which gives

    li#members-all.selected {
    display: none !important;
    }

    but I added this to my CSS and it didn’t block all members activity. Any help is appreciated.

    ashleighenvision
    Participant

    Update: When I disabled “Include navigation title” in the BuddyPress Primary navigation sidebar widget the Name field is now appearing correctly on the Profile pages.

    Still don’t know why the Register link is not appearing in my main navigation when I am logged out.

    ashleighenvision
    Participant

    I just started using BuddyPress and I am running into two issues. I am currently on WordPress version 5.2.2 using Total WordPress theme by WPExplorer.

    The name field is not displaying on profile pages seen here on this Profile Page.

    Also, when logged out I am not seeing the Register link in the main navigation menu below the Log In link as I have it set up in my main navigation menu using the BuddyPress “logged-out” menu links.

    I’m not sure if these issues are caused by the theme I am using?

    Any input would be appreciated.

    yusufhm
    Participant

    Looks like we both followed the same article: https://codex.buddypress.org/plugindev/how-to-edit-group-meta-tutorial/

    I was able to resolve the issue you were having by modifying the custom_field function a bit, so it becomes like this:

    
    function custom_field($meta_key='') {
            $value = groups_get_groupmeta( bp_get_group_id(), $meta_key);
            if ($value) {
                return $value;
            }
    
            $bp   = buddypress();
            if ($bp->groups->current_group) {
                $group_id = $bp->groups->current_group->id;
                return groups_get_groupmeta($group_id, $meta_key, TRUE);
            }
            return FALSE;
    }
    

    It looks like the meta value’s already saved after the first step, and your group already has an ID; so it’s just a question of retrieving that. bp_get_group_id() somehow does not do the job for I don’t know what reason (maybe the group is not yet visible, or the cache has not been updated yet).

    #306983

    Thanks really helpful.

    #306977
    beat sk
    Participant

    Hello,

    I have a question about buddypress profile menu. How can i make a link in the menu only for userroles? Something like “Go to administration” in the profile menu – Profile, Activity, Groups, Messages ? Is there a chance to add this only for user roles and admins? Register and Login working on front-end and we want hide /wp-admin from others. Thank you for positive/negative feedback.

    #306974
    giftinghands
    Participant

    I just downloaded the BuddyPress, and activated. I believe it is all setup. However, looking for information on setting up my registration page,as well as getting the social pages to be more appealing. The theme I am using is magcess, you can take a look at the site here https://giftinghandsnonprofit.us

    #306973
    iamthewebb
    Participant

    Hey, BuddyPress doesn’t have events built-in so I’m guessing you are using an addon to add this feature? You’d probably need to ask on their support how to do this, most event addons I’ve used easily allow changing of permissions.

    #306970

    I also want the same thing.

    #306968
    ninjaslice
    Participant

    Please can you resolve this conflict issue between BuddyPress and (WpDiscuz). We are not able to delete comments. Please see below copy of the
    message from WpDiscuz plugin authors/developers:

    The issue comes from the BuddyPress plugin and cannot be fixed by wpDiscuz
    side. For some reason, the wp_delete_comment WordPress function is being
    called twice (BuddyPress plugin uses hooks that calls the function) and it
    messes up wpDiscuz codes. You should contact BuddyPress support and ask
    them to check the issue.

    #306966
    John
    Participant

    I’ve been trying to turn off mentions using:

    add_filter( 'bbp_find_mentions', '__return_false' );

    and

    add_filter( 'bp_activity_do_mentions', '__return_false' );

    but it’s not working. Has this changed in v2.6?

    Running bbPress v2.6-rc-7 and buddypress 4.3.0

    I want to turn it off as it’s not required by the site, but mainly that it breaks URLs that happen to contain a username as described here.

    Any ideas on how I can turn off @mentions?

    flow1992
    Participant

    Hey,

    I have an issue with the integration between BuddyPress and bbPress.

    I want to allow my members to create private groups with Forums, the issue is that these private groups forums also show up on the Forum front page for members who are not in this group.

    Members of this private group should see the group forum in the ./forums/ page but not for members who are not in this group.

    #306961
    werny
    Participant

    Nice, but how can I make that work on my buddypress?

    cellcy
    Participant

    Hi, am logged in but i can’t see how to create a new topic.
    Just want to raise my consent over the fact there may be a bug with the recent update. when i head over to my website dashboard-settings-BuddyPress-pages, all the pages assigned there seem to redirect back to my homepage. unless i set the directories to “none” which makes the plugin unusable.

    Kindly assist if you can.

    Thanks

Viewing 25 results - 4,476 through 4,500 (of 69,040 total)
Skip to toolbar