Search Results for 'buddypress'
-
AuthorSearch Results
-
June 27, 2016 at 9:14 am #255299
In reply to: Full Width
Lars Henriksen
ParticipantHi Snorklebum,
Thanks for sharing – can I see your page?
I would like to use a full-width template for group pages only.
Did you just upload a file named ‘full-width.php’ in you child theme with
<body <?php if ( !bp_is_blog_page() ) { body_class( ‘full-width’ ); } else { body_class(); } ?>>?How do you activate full-width for buddypress groups only – code says ‘blog_page’?
Thanks,
Lars
June 27, 2016 at 8:26 am #255294In reply to: Fatal error after update
sharmavishal
ParticipantThen as ray suggested
Can you list the BuddyPress plugins you are using, @tintveld?
Can you try this fix and see if it resolves your problems?
https://buddypress.trac.wordpress.org/attachment/ticket/7140/7140.01.patchJune 27, 2016 at 3:29 am #255283In reply to: Activity embeds in activity stream
r-a-y
KeymasterJune 26, 2016 at 10:46 pm #255276In reply to: Fatal error after update
r-a-y
KeymasterCan you list the BuddyPress plugins you are using, @tintveld? Any specific steps that is triggering this? Is the error on all pages?
Can you try this fix and see if it resolves your problems?
https://buddypress.trac.wordpress.org/attachment/ticket/7140/7140.01.patchIf you’re using BP Group Hierarchy, you need to apply this patch:
https://github.com/ddean4040/BP-Group-Hierarchy/pull/21/filesJune 26, 2016 at 4:52 pm #255270valuser
ParticipantYou are not supposed to alter core plugin files!
have a look at
line 527 of /wp-content/plugins/buddypress/bp-groups/classes/class-bp-groups-component.php
June 26, 2016 at 1:27 pm #255255In reply to: l can not change the link extension
danbp
ParticipantNav items names can be changed via the language file.
Which language do you use on your site ?
Which language is used with BuddyPress ? (if turkish, get in touch with one of the editors here and ask for update)
Is your theme fully translated to that language ?To move the User Menu sub-menu, read here.
Check also your theme support forum, perhaps you’ll find some related topics to this WP core menu.
June 26, 2016 at 12:56 pm #255252In reply to: Profile pictures are not loaded
danbp
ParticipantJune 26, 2016 at 11:24 am #255248In reply to: Buddypress Registration page auto suggest plugin
rajsandy11
ParticipantHere is a simple tutorial https://jqueryui.com/autocomplete/
But my problem is i already added country values in buddypress profile filed as drop down
Backend:
Country:(select field)
Afghanistan
Anguilla
Albania etc….Frontend Registration Form
I need to populate the values here in input field with automatic suggestion.I just want some script or plugin to achieve it
June 26, 2016 at 11:11 am #255245In reply to: Buddypress Registration page auto suggest plugin
rajsandy11
ParticipantThanks for the replay, I already seen some tutorials… If we go with javascript we have to enter the values manually and assign it to a input tag and we call it using javascript/jquery with an ID, But I already added values in buddypress profile fields (Country Field). How can i use that values and auto suggest on frontend ??
June 26, 2016 at 11:02 am #255243In reply to: Moving menu and Hiding admin bar
sharmavishal
Participant1. In BuddyPress, we by default get to see member page. I want to know how to redirect someone who is logging in/ new user after registration to News feed?
search for login redirect plugins for buddypress
2. I want to keep those wall, timeline and all in menu bar instead of profile tab. How to do that?
check wp admin bar codex or associated plugins
3. I am unable to hide admin bar/ that WordPress logo bar for non-admin user. no plugin helping me out.
am aware of atleast 2 plugins which are working for me. u need to test/check which ones work with ur theme/setup
4. how to make the menu such that signed in user can see log out button and other sign in/ register?
via buddypress components in the menus. logged in and logged out menu links
5. how to enable realtime notification and instant messaging private n groups both?
notification is already there and its real time. i belive there is a group chat plugin for buddypress as well
6. how to remove show dropdown menu in profile
that would depend on ur theme which u are using
PS:- I don’t know PHP much. moreover, I cannot afford to hire someone.
then this would take much time and effort to customise it as per ur needs
start from here
June 26, 2016 at 10:53 am #255240In reply to: after install, show nothing in activity page
sharmavishal
Participantregrets that wont be possible check this
June 26, 2016 at 7:30 am #255232In reply to: after install, show nothing in activity page
sharmavishal
Participanti am assuming u activated the activity component and there are some actual activities happening on ur site? and does ur theme support buddypress?
June 26, 2016 at 7:25 am #255231sharmavishal
ParticipantJune 25, 2016 at 10:42 pm #255226Paul Wong-Gibbs
KeymasterSure. Use WordPress in multisite mode (alongside a domain mapping plugin), and then activate BuddyPress network-wide.
June 25, 2016 at 7:46 pm #255224In reply to: Individual Groups Link Leads To 404
vitamincee
Participant@r-a-y I’m running:
Akismet
Alexa Certify
AmazoLinkenator
AMP
Select Audio player
Better WordPress Recent Comments
BP Profile Search
BuddyPress
BuddyPress Friends Only Activity Stream
BuddyPress Xprofile Custom Fields Type
CloudFlare
Co-Authors
Comment Rating Pro
Cookie Consent
Core Control
Delete Expired Transients
Edit Flow
Email Address Encoder
Enhanced Text Widget
Export Users to CSV
Featured Images in RSS w/ Size and Position
Gigaom New Relic
Gravity Forms
Gravity Forms Polls Add-On
IFRAME Embed For YouTube
Jetpack by WordPress.com
MemberPress Business Edition
MemberPress MailChimp
Meta Slider
Post-Plugin Library
Recent Posts Widget Extended
Regenerate Thumbnails
Revision Control
Simple Lightbox
SSL Insecure Content Fixer
WangGuard
Widget CSS Classes
Wordpress Video Plugin
WP Crontrol
WP Missed Schedule
WP Resized Image Quality
WP-Ban
Yet Another Related Posts Plugin
Yoast SEOBut I’m also running all of these on my dev server, and it works fine there.
I double check the nginx config
June 25, 2016 at 7:15 pm #255223In reply to: Individual Groups Link Leads To 404
r-a-y
KeymasterI just tested an nginx install and BuddyPress works for me.
I would say check your nginx conf file:
https://codex.wordpress.org/NginxBut if you say this problem only occurred when you upgraded BuddyPress, then it could be a plugin issue.
What plugins are you using?
June 25, 2016 at 7:04 pm #255221danbp
Participantnot_friends are in fact
members. Are you sure you want to built this, as such widget already exist ! Ok, has no Add Friend button…Another solution would be to use a shortcode who will fire a kind of Members widget and the add friend button. Huh ? 🙂
Add this snippet to bp-custom.php
function show_our_members( $atts ) { $user_id = bp_displayed_user_id(); /** * Options * type:active, newest, popular, online, alphabetical, random) * number:number of items * size:size of avatar in px */ $atts = shortcode_atts( array( 'type' => 'newest', 'number' => '10', 'size' => '30' ), $atts, 'ourmembers' ); if ( bp_has_members( 'type='.$atts['type'].'&max='.$atts['number'] ) ) : while ( bp_members() ) : bp_the_member(); ?> <ul><li class="vcard"> <div class="item-avatar"> <a>"><?php bp_member_avatar(); ?></a> </div> <div class="item"> <div class="item-title fn"><a>" title="<?php bp_member_name(); ?>"><?php bp_member_name(); ?></a></div> <div class="item-meta"><?php bp_add_friend_button( $user_id ); ?></div> </div> </li></ul> <?php endwhile; endif; } add_shortcode( 'ourmembers', 'show_our_members' );The shortcode to use (in post, pages, widgets…), eg.
[ourmembers size=20 type=newest number=8]The only thing you have to do, is to style it accordingly to your theme layout.
Note that the classes are those used in BP’s Members widget. You can use them or add your own.June 25, 2016 at 6:02 pm #255218In reply to: BuddyPress 2.6.0 “Espejo” is now available
r-a-y
Keymaster@m1000 – Nice catch!
We’ll address this for v2.6.1. In the meantime, here’s the fix:
https://buddypress.trac.wordpress.org/attachment/ticket/7141/7141.01.patchJune 25, 2016 at 4:53 pm #255217In reply to: [Resolved] Hide Topics and Replies from choices
danbp
ParticipantI finally asked Boone for help.
bbp_buddypress_loadedfires before everything is, in fact, fully loaded. bbPress’s component-specific extensions aren’t loaded until bp_init:7 (ty @boonebgorges for this explanation).Changing add_action to
bp_initwith a priority of 8 did the job !This may work for Site Activities, Members and Group activities
function bpfr_remove_activity_dropdown_label() { // Remove forum filters in site wide activity streams remove_action( 'bp_activity_filter_options', array( bbpress()->extend->buddypress->activity , 'activity_filter_options' ), 10 ); // Remove forum filters in single member activity streams remove_action( 'bp_member_activity_filter_options', array( bbpress()->extend->buddypress->activity , 'activity_filter_options' ), 10 ); // Remove forum filters in single group activity streams remove_action( 'bp_group_activity_filter_options', array( bbpress()->extend->buddypress->activity , 'activity_filter_options' ), 10 ); } add_action( 'bp_init', 'bpfr_remove_activity_dropdown_label', 8 );Works also by using
bp_actionshook.June 25, 2016 at 4:07 pm #255216In reply to: Adding Gravity Forms Entry to Site Activity
littlemisslanna
ParticipantOK! So Gravity forms guy gave me this part.
// apply only to form 5 because of this: _5 add_action( 'gform_after_submission_5', 'gf_add_to_activity_stream', 10, 2 ); function gf_add_to_activity_stream( $entry, $form ) { // log the $entry to see what you have to work with GFCommon::log_debug( __METHOD__ . '(): ENTRY => ' . print_r( $entry, true ) ); // reference https://codex.buddypress.org/developer/function-examples/bp_activity_add/ $success = bp_activity_add( array ( $args ) ); GFCommon::log_debug( __METHOD__ . "(): Database record {$success} was created." ); }I’m assuming the GF common log stuff would be what calls the entry from Gravity forms, but I’m not sure where/what to put as far as the buddypress stuff he referenced!
June 25, 2016 at 1:02 pm #255211In reply to: Anchor links in profile tabs to div id
solojuve1897
ParticipantPlease do help, if you have any idea. I’m very new to Buddypress and need a push in the right direction…
June 25, 2016 at 8:55 am #255203In reply to: Fatal error on a BuddyPress 2.6.0 upgrade
SeventhQueen
ParticipantThanks for pointing the issue on our BuddyPress Cover Photo plugin. The update will be available in a few minutes.
Cheers
June 24, 2016 at 8:26 pm #255192In reply to: Links in Posts not responsive in iPhone mobile view.
r-a-y
KeymasterI don’t think this is related to BuddyPress, but rather your WordPress theme.
Your homepage is rendered by WordPress and not BuddyPress.
June 24, 2016 at 7:08 pm #255182In reply to: Installed. Now, what?
r-a-y
KeymasterIf you want to use forums, you should use bbPress instead.
bbPress = forums plugin
BuddyPress = community plugin (member profiles, user groups, private messaging, notifications)You can use both, but if a forum is all you need, then use bbPress.
I personally am not sure why you would move from phpBB. Installing WordPress just to use a WordPress forum plugin is not the best way to go about things unless you need to blog and use specific WordPress functionality on your site.
June 24, 2016 at 6:52 pm #255181In reply to: [Resolved] Removing nav & subnav item in groups
-
AuthorSearch Results
