Search Results for 'buddypress'
-
AuthorSearch Results
-
October 7, 2018 at 6:51 pm #278287
In reply to: Put pages behind BuddyPress login
micheleestes
Participant@prashantvatsh Thanks. Does the Restrict Content plugin integrate with BuddyPress registration or require a separate registration?
October 7, 2018 at 6:51 pm #278286Prashant Singh
ParticipantHi,
Can you please let me know what is the last action you did before this started Also if you can check once by disabling other plugins except BuddyPress to see if the issue remains. Please also try to switching to the default theme to check only if the issue is still same there.
Thanks
October 6, 2018 at 6:00 pm #278051In reply to: Groups – Content
datg
ParticipantThank you for your reply Prashant. Would that be all my WP plugins or the two associated with BuddyPress only? The theme BuddyPress template pack, by the way, is Nouveau.
October 6, 2018 at 5:48 pm #278050In reply to: Groups – Content
Prashant Singh
ParticipantHi,
Please check once with default theme and if it is still same try deactivating plugins except BuddyPress and check.
Thanks
October 6, 2018 at 10:17 am #277642In reply to: BuddyPress causing error
Prashant Singh
ParticipantHi,
Have you contacted the theme vendors or not? Please ask them to check if the theme is compatible with the latest version of BuddyPress or not.
Thanks
October 6, 2018 at 10:15 am #277641In reply to: Malfunctioning private message
Prashant Singh
ParticipantOk, If I understood you then you have to open the mentioned files ‘src/bp-templates/bp-nouveau/includes/members/template-tags.php’ and ‘src/bp-templates/bp-nouveau/js/buddypress-messages.js’ and then have to remove all the lines that are marked red and have to add all lines that are in green at proper places.
Thanks
October 6, 2018 at 10:13 am #277640In reply to: BuddyPress causing error
usmansagri
Participantplease see this is what happens after activating buddypress
October 6, 2018 at 10:08 am #277639In reply to: Malfunctioning private message
admin0478
ParticipantI think I did not speak well. Sorry for my bad English. Infact, I have this problem there: https://buddypress.trac.wordpress.org/ticket/7908. And suddenly I would have liked to know how installed the patch proposed here: https://buddypress.trac.wordpress.org/ticket/7908. Still sorry for my bad English.
October 6, 2018 at 8:49 am #277632In reply to: Malfunctioning private message
admin0478
ParticipantSorry, I just found the answer to my problem here: https://buddypress.trac.wordpress.org/ticket/7908#no1. Only question: how to add this patch? Thank you.
October 5, 2018 at 8:19 pm #277616Prashant Singh
ParticipantGlad to know that it worked for you 🙂
Two ways to add content there:
1. To edit ‘Create a group’ page we need to override the file create.php(buddyPress->bp-templates->bp-legacy/bp-nouveau->buddypress->groups) in the child theme and then add your content there.
2. The easiest method will be to use this hook
bp_nouveau_groups_create_hook( 'before', 'content_template' );and print your text in it and it will add that text just before the form.Thanks
October 5, 2018 at 1:01 pm #277578Prashant Singh
ParticipantHi,
For a new query please always post a new thread instead of writing in some other thread.
Secondly, this plugin is for auto-posting blog posts so one can not share the BuddyPress activity with this. It may be possible but not without customization.
If you want to use BuddyPress and want to share activity posts on social media or wants to let your members share activities you can use this plugin https://wordpress.org/plugins/bp-activity-social-share/ with BuddyPress.
Thanks
October 5, 2018 at 12:44 pm #277577vegasslots
ParticipantHi Is Buddypress compatible with Blog2social? I’d like to use both on my Vegas Slots website.
October 5, 2018 at 8:37 am #277572In reply to: Facebook Video in BuddyPress
jeffreyls
ParticipantBig thanks. I’ll check out iFramely. BuddyPress Activity Plus won’t do it. i.e.
https://wordpress.org/support/topic/facebook-videos-embed/ (see comments)Thanks again
JeffOctober 5, 2018 at 8:32 am #277571btccvagmailcom
ParticipantI checked the script in xdebug in phpstorm, all the necessary scripts are registered, the variables have values, the only problem on the wp_footer hook is not the add_action function (‘wp_footer’, ‘gglcptch_add_scripts’); which connects scripts to the buddypress comment form page.
Thanks.October 5, 2018 at 8:08 am #277570In reply to: Facebook Video in BuddyPress
Prashant Singh
ParticipantHi,
BuddyPress already supports embed feature https://codex.buddypress.org/getting-started/embeds/ but if it is not working for facebook please check these plugins https://wordpress.org/plugins/iframely/
Thanks
October 5, 2018 at 7:04 am #277560btccvagmailcom
ParticipantThat’s right, at the moment captcha is not working.
if ( gglcptch_is_recaptcha_required( ‘buddypress_comments’, $is_user_logged_in ) ) {
add_action( ‘bp_activity_entry_comments’, ‘gglcptch_buddypress_comments_display’ );
if ( ! $gglcptch_ip_in_whitelist ) {
add_action( ‘bp_activity_before_save’, ‘gglcptch_buddypress_comments_check’ );
}
}I call this function
/* display google captcha in BuddyPress comments form */
if ( ! function_exists( ‘gglcptch_buddypress_comments_display’ ) ) {
function gglcptch_buddypress_comments_display() {
printf( ‘<div class=”ac-reply-content ac-reply-content-gglcptch”>%s</div>’, gglcptch_display() );
gglcptch_add_buddypress_script();
}
}Further, in the gglcptch_display () function, the scripts are registered and connected.
wp_register_script( ‘gglcptch_api’, $api_url, $deps, $gglcptch_plugin_info[‘Version’], true );
add_action( ‘wp_footer’, ‘gglcptch_add_scripts’ );in this place add_action (‘wp_footer’, ‘gglcptch_add_scripts’); the wp_footer hook does not work, control reaches it, but the hook does not work, and the function itself gglcptch_add_scripts () is not called. On the old template pack legacy, everything works well, and on the template pack nouveau, this bug manifests.
October 5, 2018 at 6:10 am #277558Prashant Singh
ParticipantHi,
You can make group private and then members belonging to that group can access only and others have to request to request to join that group and then you can easily deny that if they are from different company.
Please check:
Thanks
October 5, 2018 at 4:47 am #277555In reply to: Member Header Buttons Do Not Show
clicken
ParticipantI really appreciate your help Prashant,
I am viewing the page in a different virtual machine using a subscriber account that I set up to test. There are two similar files, member-header.php and cover-image-header.php
This source code matches the member-header.php
<div id="item-header-avatar">
<noscript>
</noscript>
</div><!-- #item-header-avatar --><div id="item-header-content">
<h2 class="user-nicename">@clicken</h2>
<div class="item-meta">
<span class="activity">active right now</span>
</div><!-- #item-meta --><div class="member-header-actions action"> Test</div></div><!-- #item-header-content -->
member-header.php displays the #item-meta before the buttons, as did the test code you supplied.
<div id="item-header-avatar">
"><?php bp_displayed_user_avatar( 'type=full' ); ?>
</div><!-- #item-header-avatar --><div id="item-header-content">
<?php if ( bp_is_active( 'activity' ) && bp_activity_do_mentions() ) : ?>
<h2 class="user-nicename">@<?php bp_displayed_user_mentionname(); ?></h2>
<?php endif; ?><?php bp_nouveau_member_hook( 'before', 'header_meta' ); ?>
<?php if ( bp_nouveau_member_has_meta() ) : ?>
<div class="item-meta"><?php bp_nouveau_member_meta(); ?>
</div><!-- #item-meta -->
<?php endif; ?><?php bp_nouveau_member_header_buttons( array( 'container_classes' => array( 'member-header-actions' ) ) ); ?>
</div><!-- #item-header-content -->
cover-image-header.php would display the buttons above the #item-meta
<?php
/**
* BuddyPress - Users Cover Image Header
*
* @since 3.0.0
* @version 3.0.0
*/
?><div id="cover-image-container">
<div id="header-cover-image"></div><div id="item-header-cover-image">
<div id="item-header-avatar">
"><?php bp_displayed_user_avatar( 'type=full' ); ?>
</div><!-- #item-header-avatar --><div id="item-header-content">
<?php if ( bp_is_active( 'activity' ) && bp_activity_do_mentions() ) : ?>
<h2 class="user-nicename">@<?php bp_displayed_user_mentionname(); ?></h2>
<?php endif; ?><?php
bp_nouveau_member_header_buttons(
array(
'container' => 'ul',
'button_element' => 'button',
'container_classes' => array( 'member-header-actions' ),
)
);
?><?php bp_nouveau_member_hook( 'before', 'header_meta' ); ?>
<?php if ( bp_nouveau_member_has_meta() ) : ?>
<div class="item-meta"><?php bp_nouveau_member_meta(); ?>
</div><!-- #item-meta -->
<?php endif; ?></div><!-- #item-header-content -->
</div><!-- #item-header-cover-image -->
</div><!-- #cover-image-container -->October 4, 2018 at 8:39 pm #277284In reply to: can’t make groupes
Prashant Singh
ParticipantHi,
Please send a screenshot of the page ‘your_site_url/wp-admin/admin.php?page=bp-settings’ and let us know what are the options checked there.
Also please try once by disabling plugins except BuddyPress one by one to see if the issue remains or not.
Thanks
October 4, 2018 at 7:15 pm #277280In reply to: group creation on registration
Prashant Singh
ParticipantHi,
Please check these plugins: https://wordpress.org/plugins/buddypress-registration-groups-1/
Hopefully, this will help you.
Thanks
October 4, 2018 at 10:26 am #277190btccvagmailcom
ParticipantCould you tell me please why Javascript scripts are not connected on the page of the comment form buddypress with template pack Nouveau? Can you advise something to solve this problem? Thanks
October 4, 2018 at 9:23 am #277185In reply to: Member Header Buttons Do Not Show
Prashant Singh
Participantadd_action( 'bp_member_header_actions' ,'ps_test_action'); function ps_test_action(){ echo 'Test'; }Please paste this code in your child theme’s functions.php file and check if it is printing ‘Test’ there or not. Also please check if you have enabled friendship and other options in BuddyPress settings.
Thanks
October 4, 2018 at 9:16 am #277184In reply to: DIrect messaging problem
casper99
ParticipantOctober 4, 2018 at 8:25 am #277182In reply to: Hide profile fields from editing for specific users
Prashant Singh
ParticipantHi,
Please try this plugin https://wordpress.org/plugins/buddypress-admin-only-profile-fields/
The UI is changed now so you will find the option in visibility drop-down.
Thanks
October 4, 2018 at 8:18 am #277180btccvagmailcom
ParticipantHi, Could you tell me which hooks can be used instead of bp_activity_entry_comments and bp_activity_before_save in the template pack: BuddyPress nouveau.
Thank you so much. -
AuthorSearch Results