Search Results for 'buddypress'
-
AuthorSearch Results
-
October 5, 2018 at 8:08 am #277570
In 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.October 4, 2018 at 7:09 am #277179In reply to: DIrect messaging problem
casper99
Participantreported as a bug:
https://buddypress.trac.wordpress.org/ticket/7982#ticketOctober 4, 2018 at 5:51 am #277176In reply to: User cover image will not add app to view portal
brudderj505
ParticipantI’m not the type of person that’s going to issue a bunch of complaints and not issue any suggestions so I do have one suggestion regarding a search navigation problem… The search navigation problem should be established on the page where the user has direct access to it to designated to what page is on the website he wants to put it on for one thing I’m building an adult social media platform and in the state of New Mexico I can be facing federal charges if I had the navigation bar for the platform buddypress31 on my front page We’re Miners could get to it for the more I have a moral problem with that second of all there’s a technical problem with that having it as a widget you really have no easy access to manipulating the navigation bar as to where you want it on your website so just like users & groups you ought to set the navigation bar as page or something to that effect where I can be easily handled or even better yet maybe just to plugin and just tell the customer wants it download buddypress31 load the plugin for the navigation bar which is customizable to what page is you wanted on and how you want to set it up just like the navigation bar for WordPress… Okay so that’s my one constructive thought I don’t have any idea what to say about the image problem I can’t figure it out I think it’s a great big pain in the butt
my other consideration to the end user if you would know PHP in user that is is that you ought to be able to access all of the PHP HTML for buddypress31 press editor then at least it would be easy access to the fundamental code if you had to buy no other choice do any kind of reprogramming…Once again just my humble but accurate opinion
October 4, 2018 at 5:43 am #277175In reply to: User cover image will not add app to view portal
brudderj505
ParticipantIn regards to the specific problem of the user profile photo it has become a secondary problem as I have discovered that I have no navigation bar for the social platform option basically all I have is a plug-in with a fancy back in for blogging that’s about it users cannot navigate to any of the buddypress31 for the morning either. As the administrator because it is set as a widget and I have tried 3 different things and I can’t get the widget to work on any of them…
In regard to the problem with the user profile cover image when I look at it it desktop mode is still does not fit but at least it’s a little bit better but on mobile devices as I said if somebody takes a profile pic it all you can see in the viewport is maybe their nose or half of their mouth or half of their eye so it’s got a serious problem on three different seems that I’ve tried it on and I got tired of trying anymore I just don’t think you should be that hard it should either work or it doesn’t work… I would ask for a workaround I have considered trying to use some PHP in the editor to fix the problem but I do not understand how the child theme setup works with buddypress31 not sure where to attempt PHP fix and furthermore I have 40 hours a week minimum on brick-and-mortar Administration and I’ve already wasted 80 hours plus over the last 3 weeks screwing around with this document and yeah I’m just trying to run a business
October 4, 2018 at 5:40 am #277174In reply to: User cover image will not add app to view portal
brudderj505
ParticipantOnce again I would like to reiterate that I am not trying to bust anybody’s chops or anything to that nature…
I am a front end developer at best and definitely not a software programmer but I understand how stressful it can be and how difficult it is to find the bugs until people start to use it…
but especially in the case of buddypress31 must have at least a thousand people participating in the project to a greater or lesser extent there for you have more than enough user pool to give it throw testing for integration with current WordPress as well as back versions… As far as setting up an end-user direct response system for problems I’m not sure how to approach it but I know that if it were tackled it would vastly improve buddypress31 pro version software
.Just my humble but accurate opinion…
October 4, 2018 at 5:37 am #277173In reply to: User cover image will not add app to view portal
brudderj505
Participantmy previous post in regard to this particular website is the fifth revision of this website the first for revisions of this website were all used with auto install and after that I downloaded the entire buddypress31 swear explicitly prohibits Auto install of WordPress with platform like soft pholicious which is what I used to install WordPress the first three times in the first three instances you could not access the sign-up or the registration or the activate page I’ve gone through at least six teams and it did not integrate well with any of them for various reasons some functions woodworking one theme and then other things those functions would break in new functions would work but and nothing was it completely functional… So I had WordPress installed by the it texted DMT to make sure that it was installed correctly through the admin panel MySQL which is what is required for the WordPress in order for buddypress31….
I am aware that buddypress31 but that does not excuse the fact that there is no core development structure going on to supervise the fluid integration of buddypress31 press WordPress itself is an open source project and It suffers a similar problem…
open source project in something like science research is incredibly useful cuz you can get hundreds of thousands of subjects to participate but it’s something like complicated software development it has serious pitfalls and downfalls to compensate for those pitfalls and downfalls there needs to be some form of structured end-user resource for immediate specific question and answer… But even before that then needs to be some kind of structured LLC hierarchy type situation that supervises the functionality of the software before it is released to the public…
In this last paragraph I’m disgusting the business structure that applies to a successful business because that’s what I know as I mentioned in my earlier post I’m only interested in software development to the extent that it makes me money as a businessman and an entrepreneur…
and I sincerely believe that that is the case for most people that are interested in buddypress as in casual bloggers don’t really have an interest in the social media platform per seOctober 4, 2018 at 3:49 am #277172olandir
ParticipantI have a corporate Intranet running on WordPress 4.9.8 and BuddyPress 3.1.0
I have specific xprofile fields that I’d like only editable to people who have the “Edit Users” capability.
I’ve seen snippets of code here or there that almost do what I’m looking for but everything I’ve found is old and out of date.
Could someone help me with this.
Basically I need the PHP equivalent of
If we’re on the edit BuddyPress profile page AND user does not have the “edit users” capability then hide profile fields with X id(s).
I’d also be happy with specifying a role instead of capability as long as I can specify multiple role ids.
Thank you in advance.
October 3, 2018 at 11:52 pm #277171In reply to: Identicon lost
gingerbooch
ParticipantHi @prashantvatsh,
At first, I thought your test was different because the default avatar in you example is a static one called “Logo (Gravatar)”, the same for every users, while mine is a dynamic one called “Identicon (generated)”, a different one for every users.
I tried your example on a test server, that worked. Then I tried with my case (generated identicon), that worked too !
Finally I found the reason, in fact the replacement avatar was not coming from the classic “upload a picture”, it was coming from a social plugin (nextend) which retrieves the facebook avatar when you link your WP-account with FB-account, and stores it in the server but in a different folder that buddypress does. (Plus some extra “butterflies” in the DB …)
I reproduced it several times today to understand exactly what is happening, I write it down in case that could help anyone in the future.
What I did first was unlinking the FB-account, but I realized the avatar was still there.
So I clicked on “delete the picture” from my BP-profile page. Success message, but the FB-avatar is still there.
Then I use “inspect element” on my browser. I found his name is “user-99-2-150×150.jpg” and I get the path to the folder too.
First I search that file in the database, I found one “_wp_attachment_metadata” in “postmeta” table. I delete the row.Here is the point I was stuck on. The picture is gone but there is no more avatar and the header is now above the profile tabs 🙁
Then I went to the server folders, removed the file but what I missed last time is that there are two files 🙄 … “user-99-2-150×150.jpg” & “user-99-2.jpg” … I deleted both, no changes, and I did it so fast, I forgot there was 2.I really thought the problem was coming from BP/Gravatar.com, I thought the path to my original avatar was lost in the DB (and using a dynamic name).
Finally, thanks to your answer, I just inspected the header again, and found the new avatar link pointing to the second file “user-99-2.jpg” !! Yes !! 🙄Back to the database to look for this second file and there are two answers :
One “_wp_attachment_metadata” row in “postmeta” table -> deleted. (at this stage the original gravatar is back)
One “attachment” row in “posts” table -> deleted. (no need to keep this row)The problem is solved. Thanks a lot for your answer, you drove me to the good direction.
Have a nice day 🙂October 3, 2018 at 9:35 pm #277168In reply to: Identicon lost
Prashant Singh
ParticipantHi,
I have tried to generate the same scenario with the default theme(2016) and Legacy Template. Please see: https://screencast-o-matic.com/watch/cF6eryYlWO
It works fine for me. Can you please check the same with default theme as well as try disabling other plugins except BuddyPress to check if any of them created the issue.
Thanks
October 3, 2018 at 9:22 pm #277167In reply to: Not showing accept friend request option
Prashant Singh
ParticipantHi,
I am facing missing members on members page.
Members gets listed on members page as soon as they login to the site. BuddyPress always shows active members in the directory. Please confirm once if they have ever logged-in or not.
I have another issue when I tried to add friend from another user profile then I have seen new user friendship request in notifications. I have click on it then I am see “You have no pending friendship requests” error .
Please try disabling other plugins except BuddyPress and then test once. Also if plugins seems one then try to switch to default theme to see if the issue remains or not.
Thanks
October 3, 2018 at 9:09 pm #277165Prashant Singh
ParticipantHi,
Please go to BuddyPress settings (Settings->BuddyPress->Options) and then in ‘Template Pack’ option choose template legacy.
Hopefully, it will fix the issue.
Thanks
October 3, 2018 at 9:03 pm #277164In reply to: User cover image will not add app to view portal
Prashant Singh
ParticipantPlease try those things that Shane mentioned and also please see this video https://screencast-o-matic.com/watch/cF6eYPYl9U where I am using the same theme to test with BuddyPress. You will see that everything looks fine there, so certainly there is anything else that is creating the issue.
Thanks
October 3, 2018 at 4:25 pm #277067In reply to: User cover image will not add app to view portal
shanebp
ModeratorBuddyPress is open source code – not a commercial product, not a hosting platform.
All work is done by volunteers.I have not experienced the issues you mention.
It can be frustrating to debug.
You’ve described the issue, but not what you’ve tried to fix it.> Buddypress was manually installed by the it text and DMT web hosting
Why? Why didn’t you just use the auto-installer?Have you tried –
– deactivating mediaPress
– deactivating any other plugins
– switching to another WP theme
– switching template packs via …/wp-admin/admin.php?page=bp-settings
– using your browser debug tools to see what the css is for profile imagesiow – basic debugging to try and narrow down the possible causes.
October 3, 2018 at 6:57 am #276945In reply to: User cover image will not add app to view portal
brudderj505
ParticipantPS here’s another problem when are you going to make this website mobile-friendly we’re living in 2018 for goodness sakes…
On my Droid cell phone when I look at the post I just put up… my Personal Image is covering over the plug-in’s on the site which need to be consider holistically to fix the problem…
FYI: the majority of the world uses Droid tablets and cell phones
…
.. Solution to Communication BreakdownBuddypress development Community needs to established a direct SMS textsupport
To end users and web site Admin’smethod by which end users can get direct answers to specific problems…
This is the approach most of the successful and profitable hosting platforms U and it is quite effective and satisfying.
I know that means of buddypress31 source or grateful for any assistance they can get in setting up buddy Presby cuz it is a complicated and aggravating matter but it does not get easier when you’re faced with Reams and reams of documentation and hours upon hours of reading only to find no solution…October 2, 2018 at 9:11 pm #276939In reply to: Creating Private Groups Gives No Access to Creator
shanebp
ModeratorI cannot duplicate this issue.
You can narrow things down by deactivating any plugins re buddypress.
Then test the issue.
If it does not persist, then reactivate those plugins One At A Time and test the issue again.
That should allow you to identify the specific plugin incompatibility.
AT that point, possible fixes can be discussed. -
AuthorSearch Results