Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 6,101 through 6,125 (of 69,108 total)
  • Author
    Search Results
  • #276473
    r-a-y
    Keymaster

    Looks like a problem with the way the bp-create-group-type plugin is loading BuddyPress.

    Ask the plugin developers to look into this.

    ajuuls
    Participant

    I think i’ve found a solution here:

    Change Default Members Profile Landing Tab

    But but but, it doesn’t work. I’ve done what they’ve written. Exact same.

    #276464
    shanebp
    Moderator

    You may have found a bug.
    You can open a ticket here:
    https://buddypress.trac.wordpress.org/newticket

    #276462
    relevanttools
    Participant

    It doesn’t matter what theme is being used, anytime it is set to Nouveau templates activity doesn’t load. It works in legacy. Interesting enough I CAN load activity using activity shortcode. I have disabled this to test and there is no change for buddypress loading activity like it should.

    BuddyPress Activity Shortcode

    lookingahead
    Participant

    P.S.: I can now update cover photos; Autoptimize was preventing that from happening. Was also preventing using TinyMCE in forums to upload photos.

    NOW BOTH those things work (THANK GOD)….but the Avatar is STILL not being allowed to upload.

    Note: when I disable a “Reorder” plugin, which reorders javascript and style sheets, I can upload avatars, but the entire back end no longer functions well — it’s as if scripts are disabled. For example: if I’m in the Plugins screen and click the box where it selects all plugins, and that Reorder plugin is disabled….? Only the box I checked (the little one on top of the list for all plugins that SHOULD be activating all checkboxes to be checked when it’s checked)…..only that box gets checked. Nothing initializes. :/

    I’ve since deleted Autoptimize but kept the Reorder plugin (because my site can’t function without it for now). I need a better solution. EITHER a way to make sure no “reordering” happens for BuddyPress (like a “do not reorder me” command or something similar)…..or a better “reordering plugin”….

    Thoughts?

    #276438

    In reply to: Network rgistretion

    Prashant Singh
    Participant

    Hi,

    Please confirm, have you assigned this page in BuddyPress page settings?

    Thanks

    Prashant Singh
    Participant
    #276436
    Séan Patrick Small
    Participant

    Just to clarify other steps taken to try to resolve this-
    Roll back Word Press, no change
    Roll Back BuddyPress to 3.1, no change

    #276435
    Séan Patrick Small
    Participant

    Hello there, I am having this same issue it happens on groups, friends, members, etc. I can produce the same results as you. If I go to legacy, there is no issue. I have tried about 20 themes that are compatible with BuddyPress and it produces the same result. I too thought maybe it was a plugin and disabled everything, and nothing seemed to help. I also tried to flip the side bar, go without a sidebar, and it just does not change.

    #276428
    Shashi Kumar
    Participant

    You can try a plugin BuddyPress Simple Terms And Conditions. It may fit your requirement

    #276423
    relevanttools
    Participant

    When I toggle to Nouveau the group post and activity does not display. The post box is gone and all that is displayed for activity is “Loading the group updates. Please wait.” I am using the Divi theme. Toggling back to legacy everything works. Everything is current – this is a new site.

    Please let me know where I should look and what I should do to fix this. I have disabled plug-ins but it all comes down to the template selection.

    I am sorry in advance is this is not the proper place to post this. Please point me in the right direction.

    Nouveau on left – not working but beautiful, legacy on the right, working but not as pretty

    #276413
    shanebp
    Moderator

    You should be able to use bp_send_email to adjust $email so that it fails validation on the next line.
    And your function could send a custom email at the same time.
    It will get messy – always easiest to use the provided functions.

    afaik – the email classes are in bp-core > classes.
    You’ll need to review them to get the info you want.
    There are some articles in the documentation that may provide clues:
    codex.buddypress.org/?s=email

    #276411

    Thanks for the super quick response @shanebp!

    I did take a look at this filter, but in reviewing the BP_Email class, it would appear that this only disables the BP PHP Mailer templating system, but still sends the email using WP Mail.

    I really want to prevent it from sending any BP Emails at all, whether through WP Mail, or the BP_Email system.

    I also noticed the “bp_send_email” action hook, which looks like it could be used to collect all of the token data from the email before it is sent:

    https://github.com/buddypress/BuddyPress/blob/6f6bbc1ccf78a1c91e7b0bf33de704807570002b/src/bp-core/bp-core-functions.php#L3140

    In theory, I could use this to send my own email using the Email Type and Token data. Is there anywhere in the BP source code that will show me how the associative array for the Token data is formatted? And is there anywhere that I can see a list of the supported Email Types?

    Any help with this would be much appreciated!

    #276405
    heikesworld
    Participant

    There should really be a flag option incorporated in Buddypress! I believe it is vital for a social network to be able to flag inappropriate posts and users.

    #276404
    mattmatthew
    Participant

    Actually, it was working some time ago and was showing all widgets but, I wanted to remove the Title of the page as it was showing repeated Title, so for Members page from “Page Attributes” I changed “Default Template” to “No Title” and then all widgets gone away. So, I don’t think its a bug of theme.

    All other buddypress pages are showing sidebar widgets. Only Members page has issues. So my question is, in case if I deletes or edit members or any other buddypress default pages by mistakes, I can’t recreate them? Technically they are all blank pages.

    #276399
    mattmatthew
    Participant

    Buddypress does this automatically. It requires a blank page with default template, no membership required.

    This is how it works for other pages.

    #276383
    shanebp
    Moderator

    Go here and scroll to the bottom: https://codex.buddypress.org/emails/

    #276376
    Matt Pritchett
    Participant

    I think I’ve found it. In buddypress/bp-activity/classes/class-bp-activity-component.php, on line 182, the two arguments has_directory and directory_title seem to drive this listing inside of parent::setup_globals($args). I’ll be testing this tonight.

    #276373

    In reply to: Description Groups

    Theunis Coetzee
    Participant

    Just a quick note:

    I’ve searched through their tickets and this is being addressed and from what I can figure out doing a quick read through the fix should be released in 3.2.0.

    The fixes for the defect follows a slightly different approach so it’s worth a read-through if you would like to attempt using a different method. I unfortunately haven’t got time to test for now, so I’m just mentioning the alternative for those interested.

    https://buddypress.trac.wordpress.org/ticket/7923

    #276367
    dutch84
    Participant

    @prashantvatsh Sorry to bother you, but I tried the following solution, and it is still not working:

    First, I added the following code to my bp-custom.php file:

    <?php
    
    //The following creates avatar class in activity stream
    //based on x-profile field data
    
    function buddydev_create_avatar_class_based_on_field_data() {
        
    	$user_id = bp_get_activity_user_id();
    	$title = xprofile_get_field_data('25', $user_id); // field ID or name
    	$title = strtolower( $title );	
    	$class = $title.'avatar';
    	
    	echo $class;
    }
    
    add_action( 'create_activity_avatar_class_based_on_field_data', 'buddydev_create_avatar_class_based_on_field_data', 10, 1 );
    
    ?>

    Then, I added the following as a class inside the div tag for activity avatar in my buddypress/bp-templates/bp-legacy/buddypress/activity/entry.php file:

    <?php do_action( 'create_activity_avatar_class_based_on_field_data'); ?>

    Yet still it is not working. Did I put the do_action in the wrong file?

    #276344
    lookingahead
    Participant

    oh that fixed it by the way, thanks for the link @shanebp

    now, the only weird thing i need to fix is the fact that the group title is not showing and instead says, ‘hidden group’

    why in the world this would be something to show in lieu of the group title is beyond me. the group title is nowhere to be shown on the page, at all….so if a user is part of multiple hidden groups it can get confusing very fast, if they can’t figure out which group they’re in without going through comments, etc…i’d rather not do that to users.

    i want the title of the group to show where it says, ‘hidden group’ rather than the message that it’s hidden.

    if for some reason that is ‘too complex a task’ for buddypress to handle or involves a lot of wacky workarounds, i’d rather change that message to something else that i can use as a default, and then just use the description to signify which group they’re in, and what the group was created for.

    screenshot of what i’m speaking of:

    Image and video hosting by TinyPic

    #276341

    In reply to: Description Groups

    lookingahead
    Participant

    @ipokkel unfortunately that line (line 62) does not exist, and it appears there’s been a change to that file since you posted your workaround.

    so where would i place that fix now? there appear to be several places that are similar to the code you mentioned, but nothing is exactly the code you mentioned…i think. i may have missed it if it is elsewhere; short on coffee today. 😀

    thoughts?

    here’s the code in that file:

    <?php
    /**
     * BuddyPress - Groups Header
     *
     * @since 3.0.0
     * @version 3.1.0
     */
    ?>
    
    <?php bp_get_template_part( 'groups/single/parts/header-item-actions' ); ?>
    
    <?php if ( ! bp_disable_group_avatar_uploads() ) : ?>
    	<div id="item-header-avatar">
    		<a href="<?php echo esc_url( bp_get_group_permalink() ); ?>" class="bp-tooltip" data-bp-tooltip="<?php echo esc_attr( bp_get_group_name() ); ?>">
    
    			<?php bp_group_avatar(); ?>
    
    		</a>
    	</div><!-- #item-header-avatar -->
    <?php endif; ?>
    
    <div id="item-header-content">
    
    	<p class="highlight group-status"><strong><?php echo esc_html( bp_nouveau_group_meta()->status ); ?></strong></p>
    
    	<p class="activity" data-livestamp="<?php bp_core_iso8601_date( bp_get_group_last_active( 0, array( 'relative' => false ) ) ); ?>">
    		<?php
    		echo esc_html(
    			sprintf(
    				/* translators: %s = last activity timestamp (e.g. "active 1 hour ago") */
    				__( 'active %s', 'buddypress' ),
    				bp_get_group_last_active()
    			)
    		);
    		?>
    	</p>
    
    	<?php bp_nouveau_group_hook( 'before', 'header_meta' ); ?>
    
    	<?php if ( bp_nouveau_group_has_meta_extra() ) : ?>
    		<div class="item-meta">
    
    			<?php echo bp_nouveau_group_meta()->extra; ?>
    
    		</div><!-- .item-meta -->
    	<?php endif; ?>
    
    		<?php if ( ! bp_nouveau_groups_front_page_description() ) { ?>
    			<?php if ( bp_nouveau_group_meta()->description ) { ?>
    				<div class="group-description">
    					<?php echo bp_nouveau_group_meta()->description; ?>
    				</div><!-- //.group_description -->
    			<?php	} ?>
    		<?php } ?>
    
    </div><!-- #item-header-content -->
    
    <?php bp_nouveau_group_header_buttons(); ?>
    
    #276334
    shanebp
    Moderator
    #276319
    Prashant Singh
    Participant

    Hi,

    Please check this thread: https://buddypress.org/support/topic/how-to-show-sitewide-activity-in-profile-page/

    And try to use that activity loop.

    Thanks

    #276318
    Prashant Singh
    Participant

    Yes, it seems so. bp-custom.php is a file that resides in your WordPress ‘plugins’ folder, I think you have created that in BuddyPress folder. Please put that in the plugins folder.

Viewing 25 results - 6,101 through 6,125 (of 69,108 total)
Skip to toolbar