Search Results for 'buddypress'
-
AuthorSearch Results
-
September 17, 2018 at 5:51 pm #276473
In reply to: Problem after updating to 3.2.0
r-a-y
KeymasterLooks like a problem with the way the
bp-create-group-typeplugin is loading BuddyPress.Ask the plugin developers to look into this.
September 17, 2018 at 3:25 pm #276469ajuuls
ParticipantI think i’ve found a solution here:
But but but, it doesn’t work. I’ve done what they’ve written. Exact same.
September 16, 2018 at 11:14 pm #276464In reply to: Nouveau group post/activity not shown
shanebp
ModeratorYou may have found a bug.
You can open a ticket here:
https://buddypress.trac.wordpress.org/newticketSeptember 16, 2018 at 10:33 pm #276462In reply to: Nouveau group post/activity not shown
relevanttools
ParticipantIt 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.
September 15, 2018 at 10:06 pm #276448lookingahead
ParticipantP.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?
September 15, 2018 at 7:23 pm #276438In reply to: Network rgistretion
Prashant Singh
ParticipantHi,
Please confirm, have you assigned this page in BuddyPress page settings?
Thanks
September 15, 2018 at 7:18 pm #276437Prashant Singh
ParticipantSeptember 15, 2018 at 6:49 pm #276436In reply to: Nouveau group post/activity not shown
Séan Patrick Small
ParticipantJust to clarify other steps taken to try to resolve this-
Roll back Word Press, no change
Roll Back BuddyPress to 3.1, no changeSeptember 15, 2018 at 6:13 pm #276435In reply to: Nouveau group post/activity not shown
Séan Patrick Small
ParticipantHello 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.
September 15, 2018 at 10:47 am #276428In reply to: Registration Form Terms and Conditions
Shashi Kumar
ParticipantYou can try a plugin BuddyPress Simple Terms And Conditions. It may fit your requirement
September 14, 2018 at 7:47 pm #276423Topic: Nouveau group post/activity not shown
in forum How-to & Troubleshootingrelevanttools
ParticipantWhen 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
September 14, 2018 at 3:05 pm #276413In reply to: How to Disable ALL BuddyPress Emails
shanebp
ModeratorYou should be able to use
bp_send_emailto adjust$emailso 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=emailSeptember 14, 2018 at 2:44 pm #276411In reply to: How to Disable ALL BuddyPress Emails
Christian Freeman (codelion)
ParticipantThanks 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:
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!
September 14, 2018 at 12:02 pm #276405In reply to: moderation + logins questions please
heikesworld
ParticipantThere 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.
September 14, 2018 at 11:17 am #276404In reply to: Widgets / sidebar issue
mattmatthew
ParticipantActually, 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.
September 14, 2018 at 9:47 am #276399In reply to: Widgets / sidebar issue
mattmatthew
ParticipantBuddypress does this automatically. It requires a blank page with default template, no membership required.
This is how it works for other pages.
September 13, 2018 at 10:55 pm #276383In reply to: How to Disable ALL BuddyPress Emails
shanebp
ModeratorGo here and scroll to the bottom: https://codex.buddypress.org/emails/
September 13, 2018 at 5:57 pm #276376In reply to: Documentation on Custom Components
Matt Pritchett
ParticipantI think I’ve found it. In
buddypress/bp-activity/classes/class-bp-activity-component.php, on line 182, the two argumentshas_directoryanddirectory_titleseem to drive this listing inside ofparent::setup_globals($args). I’ll be testing this tonight.September 13, 2018 at 11:57 am #276373In reply to: Description Groups
Theunis Coetzee
ParticipantJust 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.
September 13, 2018 at 10:15 am #276367In reply to: Changing Avatar based on field data
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?
September 12, 2018 at 5:37 pm #276344lookingahead
Participantoh 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:
September 12, 2018 at 4:45 pm #276341In 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(); ?>September 12, 2018 at 3:36 pm #276334shanebp
ModeratorSeptember 12, 2018 at 6:22 am #276319In reply to: Add content into new Item menu
Prashant Singh
ParticipantHi,
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
September 12, 2018 at 5:46 am #276318In reply to: Changing Avatar based on field data
Prashant Singh
ParticipantYes, 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.
-
AuthorSearch Results
