Search Results for 'buddypress'
-
AuthorSearch Results
-
September 1, 2015 at 12:11 am #243924
In reply to: BP Profile Update Email
danbp
ParticipantRead from here and see if you can build something:
https://buddypress.org/support/topic/notify-by-email-when-xprofile-updated/#post-183977August 31, 2015 at 10:29 pm #243920In reply to: How to change what elements say
Henry Wright
ModeratorSee the Customizing Labels, Messages, and URLs article.
August 31, 2015 at 9:18 pm #243915In reply to: My Ideas and Suggestions for BuddyPress
DevynCJohnson
Participant@shanebp , thanks, but reread #12.
True, BuddyPress provides a way to upload avatars, and “Basic User Avatars” and “Simple Local Avatars” are plugins offering that feature. However, after upgrading my theme to HTML5 and removing Flash from my browser, I can no longer upload avatars using any of the three mentioned possibilities (backend or frontend).
As for your suggestion about Autoptimize, it does not work like that. “plupload.full.min.js” is supposed to be in the “exclude” list. This means Autoptimize does not dump the contents of plupload.full.min.js into a single JavaScript file. As long as plupload.full.min.js is excluded from Autoptimize, plupload.full.min.js is accessible by plugins that call it directly.
August 31, 2015 at 3:45 pm #243900In reply to: My Ideas and Suggestions for BuddyPress
shanebp
ModeratorThese plugins should address parts of #12:
https://wordpress.org/plugins/bp-local-avatars/
https://wordpress.org/plugins/buddypress-identicons/
I do list “plupload.full.min.js” and other similar scripts in Autoptimze “Exclude list”
If you don’t include required files, things tend not to work.
August 31, 2015 at 3:14 pm #243898In reply to: Database error after upgrade to WP4.3/BP2.3.3
reggie3
Participant@djpaul – We upgraded from WP 4.2 and whatever the BuddyPress version was prior to 2.3.3 (sorry I don’t recall, but we’ve been staying up-to-date, upgrading as new versions become available.)
@danbp – Not quite sure I follow your question, but…we upgraded from the Network Admin interface, not the individual site, and then performed a Network upgrade.For whatever it’s worth, we do not see this error in any of today’s httpd error logs…
August 31, 2015 at 9:37 am #243887In reply to: Buddypress without followers
Henry Wright
ModeratorUnless I’m mistaken, there must some thing else wrong because I’ve not found BuddyPress Followers to be problematic in that way. Are you sure you’re using the latest version?
August 31, 2015 at 7:50 am #243884In reply to: Buddypress without followers
Dannypid1
ParticipantHi
The plugin is nice, but it consumes all resources buddypress.If plugin is active 4 users do appear Error 500 Internal server error.
You know an alternative to this plugin?
August 31, 2015 at 12:24 am #243881In reply to: filter activity loop
Angelo Rocha
ParticipantHi Henry Wright.
I pasted in functions.php
=/
This is my custom loop:<?php do_action( 'bp_before_activity_loop' ); ?> <?php if ( bp_has_activities( bp_ajax_querystring( 'activity' ) ) ) : ?> <noscript> <div class="pagination"> <div class="pag-count"><?php bp_activity_pagination_count(); ?></div> <div class="pagination-links"><?php bp_activity_pagination_links(); ?></div> </div> </noscript> <?php if ( empty( $_POST['page'] ) ) : ?> <ul id="activity-stream" class="activity-list item-list"> <?php endif; ?> <?php while ( bp_activities() ) : bp_the_activity(); ?> <?php locate_template( array( 'activity/entry.php' ), true, false ); ?> <?php endwhile; ?> <?php if ( bp_activity_has_more_items() ) : ?> <li class="load-more"> <a href="#more"><?php _e( 'Load More', 'buddypress' ); ?></a> </li> <?php endif; ?> <?php if ( empty( $_POST['page'] ) ) : ?> </ul> <?php endif; ?> <?php else : ?> <div id="message" class="info"> <p><?php _e( 'Sorry, there was no activity found. Please try a different filter.', 'buddypress' ); ?></p> </div> <?php endif; ?> <?php do_action( 'bp_after_activity_loop' ); ?> <form action="" name="activity-loop-form" id="activity-loop-form" method="post"> <?php wp_nonce_field( 'activity_filter', '_wpnonce_activity_filter' ); ?> </form>August 30, 2015 at 10:06 pm #243880shanebp
ModeratorOptimize Press uses a custom post type.
So you need to add activity tracking support to it.August 30, 2015 at 6:50 pm #243875Deuscat
ParticipantFound a fix,
#buddypress a.button {
background: -webkit-gradient( linear, left top, left bottom, color-stop(.2, #f43b32), color-stop(1, #d2231a) ) !important;
background: -moz-linear-gradient( center top, #f43b32 20%, #d2231a 100% ) !important;
-webkit-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/, inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/, 0 1px 2px hsla(0, 0%, 0%, .29);
-moz-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/, inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/, 0 1px 2px hsla(0, 0%, 0%, .29);
}seems to have removed the gradient for me.
August 30, 2015 at 5:13 pm #243869In reply to: Buddypress without followers
Henry Wright
ModeratorI use the plugin Buddypress followers, but is problematic
What did you find was wrong with it? It works well for me.
August 30, 2015 at 5:12 pm #243868Henry Wright
ModeratorCheck out Theme My Login. I’ve used it alongside BuddyPress many times and can say it works well.
August 30, 2015 at 2:47 pm #243864danbp
ParticipantPage assignation for register and validation should be done manually. Please read here how to configure BuddyPress and set up all component pages:
August 30, 2015 at 9:40 am #243860In reply to: [Resolved] BP user menu items
djsteveb
Participant@style960
Maybe a similar thread from 4 days has the info you are looking for?
https://buddypress.org/support/topic/how-to-add-user-profile-link-to-specific-menu/August 29, 2015 at 4:41 pm #243845In reply to: filter activity loop
danbp
ParticipantYour question is a bit unclear: only display updates from new topics and replies
BP jargon:
Updates are messages you add on site wide activity, group or profile activity (what’s new form)New topics are (normaly) related to bbPress forum topics.
And replies can came from, in fact, everywhere. Blog post comments & replies
Ativity comments & replies
Forum comments & replies…Give details please or use one of those methods: template modification or custom function.
Templating
Function
August 29, 2015 at 4:32 pm #243844In reply to: Latest on Admin approved groups
danbp
Participanti answered you here
https://buddypress.org/support/topic/need-bp-pro/August 29, 2015 at 12:45 pm #243838In reply to: Profile looks weird
danbp
ParticipantFor sure you can, but without my help now. This is a BuddyPress support, not a theme support and you have to learn and do your home work on your side.
August 29, 2015 at 11:12 am #243834In reply to: Video oembeds in Profile Field
Paul Wong-Gibbs
KeymasterDon’t want to vouch for security without actually testing it, but I like the idea of allowing field values to be parsed for oembeds, so I’ve created a ticket to capture the idea: https://buddypress.trac.wordpress.org/ticket/6603
August 29, 2015 at 11:08 am #243833In reply to: Database error after upgrade to WP4.3/BP2.3.3
Paul Wong-Gibbs
KeymasterHmm. Related to https://buddypress.trac.wordpress.org/changeset/9716/trunk/src/bp-core/admin/bp-core-admin-schema.php and https://buddypress.trac.wordpress.org/changeset/9695
@reggie3 what version did you upgrade from?August 29, 2015 at 11:01 am #243831In reply to: xProfile Rich Text Field plugin
Paul Wong-Gibbs
Keymaster@ajarnonline Please don’t create duplicate topics: https://buddypress.org/support/topic/buddypress-xprofile-rich-text-field/
You’re only going to get the same answer.
August 29, 2015 at 8:05 am #243822In reply to: Profile looks weird
danbp
ParticipantYou may adjust existing menus or use the buddypress menu.
August 29, 2015 at 8:02 am #243821In reply to: BuddyPress and Global Hide Admin Toolbar
danbp
ParticipantPlugin author stopped support on wp.org repo since a few weeks.
sLaNGjIs Team do not provide support on wordpress.org forum and reviews system!If you get an issue, you have to ask here now https://github.com/sLaNGjI
This is also the reason why nobody answered to your question on support….FYI, i found this in the plugin review ! You’ve nothing to loose to try that.
In plugin’s ReadMe, it’s stated that:
* Work on all WordPress version from 3.1+ to 4.2+
* Compatible with bbPress and BuddyPress (for front-end hide).BuddyPress settings has an option to show/hide the Toolbar to users, which is working properly since a while. I’m not aware of any toolbar trouble who should be resolved in BP’s core in regard of a third party plugin.
Conclusion: don’t use a plugin who has no decent support. Do it yourself or search another plugin. Sorry !
August 29, 2015 at 7:31 am #243819In reply to: Profile looks weird
danbp
ParticipantOk, let’s try something different.
Add a file called functions.php to child root
/child/functions.php
Copy/paste this, including php tags<?php // enqueuing the child to parent - don't remove */ function theme_enqueue_styles() { wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' ); } add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' ); /********************** CUSTOM STUFF **********************************/ // other custom function ?>Inside child’s BuddyPress folder, you can remove anything except CSS and JS folder.
August 28, 2015 at 6:23 pm #243810In reply to: Allow users to post other things than just status
shanebp
ModeratorYou want to create an event via the update form on the activity page?
afaik – that is not possible.You can create events that will also generate an entry in the activity stream.
This plugin will do that: https://wordpress.org/plugins/buddypress-simple-events/August 28, 2015 at 4:27 pm #243799In reply to: custom profile fields
danbp
Participantare you sure you want to show a list of over 80 cities ? Have you ever scrolled such a long list on a mobile (usage 2014) ?
Please, read here:
https://buddypress.org/support/topic/list-of-countrystatecity/ -
AuthorSearch Results