Search Results for 'buddypress'
-
AuthorSearch Results
-
October 9, 2018 at 6:14 pm #278390
Prashant Singh
ParticipantHi,
Please try to find the template named index.php in bp-templates/bp-nouveau/buddypress/common/js-templates/messages/index.php and there you will find the HTML. You just need to put that button code in condition of yours. That is if user role is this then only show otherwise not.
You can try:
if(current_user_can('manage_options')){ ?> // Button HTML Code here <?php }?>
One last thing, if you have child theme then try to override the file there and then change otherwise on next update changes will be lost.Thanks
October 9, 2018 at 6:02 pm #278387In reply to: Translate the emails
Prashant Singh
ParticipantHi,
Please check this: https://buddypress.org/support/topic/translation-email/
Just need to go to Dashboard > Emails and customize any email.
Thanks
October 9, 2018 at 5:53 pm #278385In reply to: Can not react – icons
Prashant Singh
ParticipantIn these situations most probably plugins are getting conflicted and that’s why this issue is coming.
I have just tested with BuddyPress and twentyseventeen theme and it’s working fine: https://screencast-o-matic.com/watch/cF6Qb7YY6ZPlease try to disable plugins one by one and check if the issue remains same or gone.
Thanks
October 9, 2018 at 9:59 am #278369In reply to: Activity/updates
Prashant Singh
ParticipantCreate a file named bp-custom.php in the plugins folder and then put this code there. For reference: https://codex.buddypress.org/themes/bp-custom-php
If not able to do it then the easiest way is to install the plugin Code Snippets https://wordpress.org/plugins/code-snippets/ and add a new snippet there, then paste this code.
Thanks
October 9, 2018 at 8:33 am #278363In reply to: Default Landing group while editing Member profile
Prashant Singh
ParticipantHi,
Please check this thread: https://buddypress.org/support/topic/how-to-hide-base-group-in-the-edit-profile-panel/
Thanks
October 9, 2018 at 7:45 am #278358In reply to: Links in members-loop for Profile Field
israel4lincelot
ParticipantHi Prashant, I should have maybe started with listing following information:
1. Which version of WordPress are you running?
WordPress 4.9.82. Did you install WordPress as a directory or subdomain install?
Subdomain4. Did you upgrade from a previous version of WordPress? If so, from which version?
I installed the latest.5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting.
Yes6. Which version of BP are you running?
Latest Version 3.2.07. Did you upgraded from a previous version of BP? If so, from which version?
No8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?
BuddyDrive, Custom Profile Filters for BuddyPress, Gravity Forms, K Elements, Really Simple SSL, rtMedia for WordPress, BuddyPress and bbPress, Slider Revolution, What The File,
WPBakery Page Builder9. Are you using the standard WordPress theme or customized theme?
Customized.10. Which theme do you use ?
Kleo Theme from seventhqueen11. Have you modified the core files in any way?
Yes I have, but always in the child-theme.12. Do you have any custom functions in bp-custom.php?
Yes
<?php
// hacks and mods will go here
define( 'BP_DEFAULT_COMPONENT', 'profile' );?>
15. Which company provides your hosting?
CompbellSo to answer your other questions, I added a new Profile Field with checkboxes. Indeed you have to select it and that’s why I can’t just wrap it in an anchor tag because I need the fields to be clickable separately.
In Profile fields the Expertises are individually links. In my Members page all the Expertises ar put in a Paragraph. But I’d like them to be individual links such as in Profile page.
See Screencast here: https://screencast-o-matic.com/watch/cF6QiCYqw6
Thx!
October 9, 2018 at 6:36 am #278355stuartbennett2012
ParticipantHi there
We want optimizepress to control look and feel of the site and buddypress to provide the online community aspect
But it’s unclear how to use buddypress
Lastly access to the community would be provided by Infusionsoft tags
So I need to know how to make everything work together
October 9, 2018 at 4:52 am #278353Bit Boy
ParticipantHello,
You can change that by defining a constant in your bp-custom.phpdefine( 'BP_FRIENDS_SLUG', 'colleagues');And yes, you can change slug for most of the component without affecting the functionality.
You may find the details at the bottom of this page for changing other slug.
Best Regards
BOctober 9, 2018 at 3:30 am #278347Anonymous User 16484011
InactiveHi ! Prashant,
Heads off you man for forwarding me or suggesting me below article for my above mentioned problem.
Article : Link
By reading of above articles one of answer “Hi It is all resolved now. Turns out the Jetpack lazy loading option was on and causing a mad headache.”
In above answer has the word “lazy loading” strike in my mind that in my Flatsome theme’s advanced options has lazy loading sub menu.
I already checked “LAZY LOAD IMAGES Enable lazy loading for images. Use with caution! Disable if you have plugin comp ability problems.” and for that my above problem came.
So, I just unchecked it and my problem solved.
Thanks ! for your time.
October 9, 2018 at 1:32 am #278346In reply to: Activity Feed showing items twice
josh.grisdale
ParticipantBuddyBoss claimed it was normal behavior for BuddyPress and I gave up…
October 8, 2018 at 11:33 pm #278343In reply to: Activation Email
Prashant Singh
ParticipantI think now we have to just debug using these resources: https://premium.wpmudev.org/forums/topic/buddypress-does-not-send-activation-email
October 8, 2018 at 7:23 pm #278333Prashant Singh
ParticipantHi,
I am not sure what kind of compatibility you want but I can see this https://memberium.com/tag/buddypress/ and I guess people are already using BP with Infusionsoft.
Thanks
October 8, 2018 at 6:52 pm #278330In reply to: Issues with uploading profile pictures
Prashant Singh
ParticipantOk, please do the same with plugins now. Disable them one by one, except BuddyPress, to check if the issue remains same or not. Just go like – disable one plugin and check if the issue is there or not. If yes then re-activate the plugin and if not then this is the culprit and please report to plugin developers then.
Thanks
October 8, 2018 at 5:38 pm #278322In reply to: Links in members-loop for Profile Field
Prashant Singh
ParticipantHi,
May I know which theme you are using and is it a BuddyPress theme?
How you are entering expertise there? Is it any CPT or anything that you just have to select?
Also if can send a screencast will be better to explain.
I did a test but I put my value in anchor tag so it is coming a s a link everywhere. Please see: https://screencast-o-matic.com/watch/cF6jbAYFaL
But I think in your case situation is different. Please answer all and let’s debug it.
Thanks
October 8, 2018 at 11:54 am #278318Anonymous User 16484011
InactiveYes I have the userid, email-id and anything you want to put in your code which is use to send buddypress member to send a message. You use anything in your code you are comfortable with it.
Thanks
October 8, 2018 at 7:58 am #278305Anonymous User 16484011
InactiveHi ! Sorry for late reply.
But I already do the same before posting a question or help here. I disabled my all plugins one by one and checked. I also disable my all plugins and only active buddypress and than try but there is also not slove.
October 7, 2018 at 7:38 pm #278293In reply to: Put pages behind BuddyPress login
Prashant Singh
ParticipantDoes the Restrict Content plugin integrate with BuddyPress registration or require a separate registration?
It works with BuddyPress Registration. It restricts content for non-logged in users so mechanism is simple if not a user and is a guest only then restrict the content.
You can go with shane’s solution because that allows to restrict BuddyPress content and WordPress post type contents as well.
Thanks
October 7, 2018 at 6:59 pm #278289In reply to: Put pages behind BuddyPress login
micheleestes
Participant@shanebp Thanks for your tip. Will BP Simple Private plugin allow me to make non-BuddyPress pages private, for example, an existing content page that is not part of BuddyPress?
October 7, 2018 at 6:51 pm #278287In 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
-
AuthorSearch Results