Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 5,826 through 5,850 (of 68,969 total)
  • Author
    Search Results
  • Prashant Singh
    Participant

    Hi,

    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

    #278387

    In reply to: Translate the emails

    Prashant Singh
    Participant

    Hi,

    Please check this: https://buddypress.org/support/topic/translation-email/

    Just need to go to Dashboard > Emails and customize any email.

    Thanks

    #278385
    Prashant Singh
    Participant

    In 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/cF6Qb7YY6Z

    Please try to disable plugins one by one and check if the issue remains same or gone.

    Thanks

    #278369

    In reply to: Activity/updates

    Prashant Singh
    Participant

    Create 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

    #278363
    Prashant Singh
    Participant
    #278358
    israel4lincelot
    Participant

    Hi Prashant, I should have maybe started with listing following information:

    1. Which version of WordPress are you running?
    WordPress 4.9.8

    2. Did you install WordPress as a directory or subdomain install?
    Subdomain

    4. 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.
    Yes

    6. Which version of BP are you running?
    Latest Version 3.2.0

    7. Did you upgraded from a previous version of BP? If so, from which version?
    No

    8. 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 Builder

    9. Are you using the standard WordPress theme or customized theme?
    Customized.

    10. Which theme do you use ?
    Kleo Theme from seventhqueen

    11. 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?
    Compbell

    So 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!

    stuartbennett2012
    Participant

    Hi 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

    Bit Boy
    Participant

    Hello,
    You can change that by defining a constant in your bp-custom.php

    
    define( '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.

    Changing Internal Configuration Settings

    Best Regards
    B

    Anonymous User 16484011
    Inactive

    Hi ! 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.

    #278346
    josh.grisdale
    Participant

    BuddyBoss claimed it was normal behavior for BuddyPress and I gave up…

    #278343

    In reply to: Activation Email

    Prashant Singh
    Participant

    I think now we have to just debug using these resources: https://premium.wpmudev.org/forums/topic/buddypress-does-not-send-activation-email

    Prashant Singh
    Participant

    Hi,

    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

    #278330
    Prashant Singh
    Participant

    Ok, 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

    #278322
    Prashant Singh
    Participant

    Hi,

    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

    Anonymous User 16484011
    Inactive

    Yes 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

    Anonymous User 16484011
    Inactive

    Hi ! 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.

    #278293
    Prashant Singh
    Participant

    Does 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

    #278289
    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?

    #278287
    micheleestes
    Participant

    @prashantvatsh Thanks. Does the Restrict Content plugin integrate with BuddyPress registration or require a separate registration?

    #278286
    Prashant Singh
    Participant

    Hi,

    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

    #278051

    In reply to: Groups – Content

    datg
    Participant

    Thank 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.

    #278050

    In reply to: Groups – Content

    Prashant Singh
    Participant

    Hi,

    Please check once with default theme and if it is still same try deactivating plugins except BuddyPress and check.

    Thanks

    #277642
    Prashant Singh
    Participant

    Hi,

    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

    #277641
    Prashant Singh
    Participant

    Ok, 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

    #277640
    usmansagri
    Participant

    error after activating buddypress

    please see this is what happens after activating buddypress

Viewing 25 results - 5,826 through 5,850 (of 68,969 total)
Skip to toolbar