Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 1,251 through 1,275 (of 22,660 total)
  • Author
    Search Results
  • #316439
    Varun Dubey
    Participant

    @begood321 to keep logs of all sent messages you can try https://wordpress.org/plugins/email-log/

    #316401
    Mathieu Viet
    Moderator

    Thanks for your tests (and your wishes) @alersn 👌

    I’ll try to explain what’s happening in your case and I believe it also concerns most people using a plugin that is managing Group or Member types. First, I had to handle a similar case for a plugin I’ve build to manage Member Types years ago.

    These kind of plugins had to make a choice about how to ensure type properties persistency, because when BuddyPress introduced the feature only registering Types using custom code was possible. For instance, I chose a regular WordPress option. BP Create Group Type chose to use a Custom Post Type. So most Group Type properties like the one to show checkboxes into the Group create screen are saved as post metas.

    In 7.0.0, as BP Types are custom taxonomies, we decided to use term metas to store these properties. This means, properties are not saved at the same place, that’s why you’re experiencing this issue.

    I agree it’s not great for user experience to have 2 group types menu into the admin and have 2 different ways to manage Type properties: it’s confusing. Ideally, these kind of plugins should alternatively:
    a. disable Group Types menu generated by BuddyPress.
    b. use a specific upgrade routine when the plugin is used with BuddyPress 7.0.0.

    I chose b. for my plugin 😉 because I believe it’s important to enjoy the improvements brought by BuddyPress. It’s standardizing how Type properties are saved, and it will avoid users to be stuck with a BP Plugin (that might have dropped its support) in the long term.

    If BuddyPress plugin developers are interested about how I’ve migrated the Member Types properties my plugin was using so it now uses the BuddyPress way, here’s a gist about it:

    https://gist.github.com/imath/df65b7c856fbd02024a84c7ecc016090

    Best wishes to you too 🎉

    #316400
    alersn
    Participant

    Thank you very much for the quick replay and for the solution 🙂 These solution its works perfect if i start a new wordpress instalation and i create the goups type with the new release 🙂
    I didn’t understand the cause why I’m not able to set the group types of a Group during its creation process in my old wordpress instalation….So I created a test environment, with a new installation of Wordrpess and “buddypress” (with the new BP7.0.0 release) and “buddypress create groups type” plugins. My surprise was that when I created new types of groups using the new configuration panel of BP7.0.0, it worked as you said :).
    I did not understand why in my old installation it did not work for me, so I created a new installation to test, creating the types of groups from the control panel of the pluging (buddypress create groups types) and it was here where the problem occurred that I mentioned in last. The truth is that I don’t know why this happens but I comment on it in case it could be relevant …
    In the following link I explain the tests that I carry out with images in case you are interested and I can better clarify what I did:

    https://filetools8.pdf24.org/client.php?mode=inline&file=joinPdf_57c3723e98842cf01747e9d9590a3f24_12203515873474497049.pdf&action=getFile

    https://smallpdf.com/shared#st=29a5beca-08af-4a95-971d-fac24fbdd4fd&fn=Group_type_test.pdf&ct=1609183456898&tl=share-document&rf=link


    @imath
    Thanks for your contribution and the great code that you generated for the tabs … is that help me a lot for my case 🙂 .
    My best wishes.

    kapilkumar99
    Participant

    Hi,

    I am using WordPress version 4.9 and I installed buddypress also setup it. Now I am facing problem regarding user registration form. After filling all the detail and click to sign up, it show message “your account have been created please check email to activate it”. But I won’t receive any email to active my buddypress account.

    Please help me to get rid out of this problem.

    Thank you.

    #316371
    lishantha
    Participant

    Hi,

    Please see the below answers.

    1. Which version of WordPress are you running? 5.6

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

    3. If a directory install, is it in root or in a subdirectory? Root

    4. Did you upgrade from a previous version of WordPress? If so, from which version? No

    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? 7.0.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? Yes. But I deactivated all for testing purposes but the problem persists.

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

    10. Which theme do you use? My Listing

    11. Have you modified the core files in any way? No

    12. Do you have any custom functions in bp-custom.php? No

    13. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in? 2.6.6

    14. Please provide a list of any errors in your server’s log files. Non

    15. Which company provides your hosting? Bluehost

    16. Is your server running Windows, or if Linux; Apache, nginx or something else? Apache

    17. Which BP Theme are you using? Non

    18. Have you overloaded any BuddyPress template files. No

    19. Any other site customisations that might have a bearing on the issue? Non

    20. What BP Template Pack is activated in your installation? You will see that under Dashboard > Settings > BuddyPress – Options page. Non

    #316370
    Claudio
    Participant

    I’m using WordPress 5.6 and BuddyPress 7.1.0
    At registration page the password field is not showing up.
    And also the create password link is not being sent to the subscriber e-mail.

    Mathieu Viet
    Moderator

    Hi @mbaysf

    I’m curious, as BuddyPress doesn’t display WordPress posts written by a member into their individual page, what Theme, Plugin or custom code are you using to create this posts tab?

    Mathieu Viet
    Moderator

    Hi there,

    Although, I understand the frustration behind this need to find a new place to discuss about BuddyPress, I’m wondering if we could find ways to improve BuddyPress support forums to match everyone needs and have :

    – A place to discuss about using BuddyPress
    – A place to discuss about extending BuddyPress
    – A place to discuss about designing for BuddyPress

    If you have ideas and want to contribute about this subject, I’m totally in favor of having a specific & regular 1 hour chat into the BuddyPress slack channel.

    mbaysf
    Participant

    I am trying to find a solution to display member’s posts in member profile page at link /members/membername/ instead of default behavior of displaying the posts under posts tab at
    /members/membername/posts

    Many social media sites, member profile shows member posts upon landing. I am using wordpress and I am assuming other folks might have similar requirements.

    Thanks

    #316330

    In reply to: 404 from profile links

    Varun Dubey
    Participant
    #316329
    Varun Dubey
    Participant

    for the mass message you can try https://wordpress.org/plugins/bp-better-messages/

    Mathieu Viet
    Moderator

    Hi,

    It’s probably due to an outdated template override in your theme. In 7.0+ we’ve fixed a duplicated ID issue that required some template pack files to be updated. We published a developer note about it on September 25: https://bpdevel.wordpress.com/2020/09/25/bp-template-packs-changes-in-version-7-0-0/

    #316308
    Mathieu Viet
    Moderator

    Hi @alersn,

    bp_groups_get_group_types() is used into the group’s individual page header to list the group types it is assigned to. This function gets all registered group types : the ones that are created using the WP Admin screen and the ones that are registered using code. code argument of the array parameters is used to only get group types registered by code to make sure they can’t be deleted from the WP Admin Screen. BTW It’s not used into the Groups directory.

    I’ve tested the “BuddyPress Create Group Type” plugin in BuddyPress 7.0.0. I confirm I’m able to set the Group Types of a Group during its creation process. It’s important to make it possible when adding a Group Type from the WP Admin Screen BuddyPress introduced in 7.0.0 activating the “Show on Group creation” checkbox. See the below screen capture.

    Group Type new form

    Of course, you won’t get the tabs the “BuddyPress Create Group Type” as it uses another way to store the Group Type properties.

    That being said without using this plugin Admin UI, you can still enjoy these tabs with some custom code. Here’s a Gist containing the one I’ve used from a bp-custom.php file.

    katparker12
    Participant

    WordPress version 5.6
    BuddyPress version 7.0.0
    Gravity Forms version 2.4.21 with Advanced Post Creation add-on
    Avada Theme
    http://www.mgroupcorp.com

    This site is using gravity forms to feed into an intranet posting feature, and they want to be able to tag other users. When I create a backend post, the dropdown list of mentions populates. When I try from the frontend (as most users would) there is no dropdown. If you know the entire username, the tag still works – it’s just the dropdown that won’t appear. Activity streams are turned on, and I have the following code in my functions.php

    add_filter( ‘bp_activity_maybe_load_mentions_scripts’, ‘buddydev_enable_mention_autosuggestions’, 10, 2 );

    function buddydev_enable_mention_autosuggestions( $load, $mentions_enabled ) {

    if( ! $mentions_enabled ) {
    return $load;//activity mention is not enabled, so no need to bother
    }
    //modify this condition to suit yours
    if( is_user_logged_in() && bp_is_current_component( ‘gravity_forms’ ) ) {
    $load = true;
    }

    return $load;
    }

    Am I missing something else? Thanks!

    #316274
    chocolateteapot
    Participant

    WordPress 5.6, BuddyPress 7.0.0, all plugins up to date. StarKid theme by Thimpress.

    I’m getting page not found with these types of URLs:
    https://oncloudk9.co.uk/members/On%20Cloud%20K9/profile/edit/
    https://oncloudk9.co.uk/members/On%20Cloud%20K9/courses/all/

    I understand that it’ how the user name is formed, the link is being created as on cloud k9, rather than on-cloud-k9, but I don’t know how to correct it.

    On Cloud K9 is an admin account, so it’s not feasible to delete the account and recreate it.

    Thanks.

    #316261
    lishantha
    Participant

    Hi,

    I have a directory website that runs on the MyListing theme.

    I created a staging site and installed BuddyPress to test the possibility of increasing the features. Everything was working fine except for the Group page. It returns an empty page.

    Please could you help me.

    WordPress version – 5.6
    BuddyPress version – 7.0.0

    #316253
    Mathieu Viet
    Moderator

    Hi @kerriem

    Then, you have no other choice than to:

    If I were you, I would deactivate plugins one by one, testing if the issue is still there after each plugin deactivated to find the problematic one. I would probably start with the ones that were lately updated. If you can narrow the cause this way you’ll be able to contact the right plugin’s support.

    Because you can test by yourself BuddyPress 7.0.0 on a WordPress 5.6 fresh install with no other plugins, it works 😉

    #316244
    youzeranbimberuser
    Participant

    My hosting is retarded, I told them I would put a wordpress on each of 5 cpanel account they grant me to keep things neat an orderly…

    Hosting: NoOOO!!! Attribute your domains/subdomains on just 1!!!!
    Everyone knows better than me!

    Yea they didn’t remove the groups. Tried yesterday. since I have 5-6 domains on this account where do I find the groups?

    View post on imgur.com

    #316243
    alersn
    Participant

    Thank @vapvarun and @imat for answer me 🙂
    Sorry for my explanation…i did´t explain case clearly…The WordPress admin area works perfect for me…my problems come from the public-facing…When one user want to create a new group, this starts a group creation steps (group name and Description, Settings,Image); On the “step 2″(Settings), the user have to select one group type with a group type selection option. Before the release (before BP v 7.0.0) it was working successful but after the release, these group type selection option doesn’t appear…They only appear when i uninstall the pluging “BuddyPress Create Group Types”, but then I am not able to use the filter´s and Tap´s options…

    #316219
    chocolateteapot
    Participant

    Hi

    I’d like all links within the activity stream (both internal and external) to open in a new window.

    I’ve Googled and haven’t found a solution that works for me.

    I’m on the latest versions of WordPress and Plugins.
    https://oncloudk9.co.uk/groups/yuppy-puppy-pre-course-information-for-the-private-training-course/

    Thanks in anticipation.

    #316212
    Varun Dubey
    Participant

    that seems a very old issue, might be theme specific which is using deprecated codes
    https://buddypress.trac.wordpress.org/ticket/7842

    #316206

    In reply to: No emails from site?

    Varun Dubey
    Participant

    @adjunkten try to test other regular emails using wp emails

    #316204

    In reply to: No emails from site?

    Lars Henriksen
    Participant

    I think it is a compatibility issure with Buddypress Registration Options.

    Here is a support thread

    #316193
    Patrick P
    Participant

    I suppose this is a long shot, but here goes.

    So I have BuddyPress and the Vantage theme installed on this random website (On a development server that’s only for internal users so no link available). On any of the BuddyPress Groups pages on this site, I get the following warning:

    ( ! ) Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘bp_group_new_topic_button’ not found or invalid function name in /var/www/html/INSTALLFOLDER/wp-includes/class-wp-hook.php on line 287

    Googling hasn’t really provided me with any solutions, so perhaps someone here may know the answer.

    -Tried testing with TwentyTwenty theme and still get the warning.
    -Tried changing Template Packs from Legacy to Nouveau and vice versa.
    -Tried adding some code into functions.php to no avail.
    -I disabled the bp-template-pack, but while that fixes the warning, it affects the Vantage theme design.

    Using WordPress 5.5.3, BuddyPress 6.4.0, Vantage theme 1.15.5 as well as the bp-template-pack at version 1.2.1

    Thanks!

    lordmatt
    Participant

    I’m a huge nerd who uses BuddyPress. I don’t know everything but I would be on hand to answer questions. I’m a long time stack user. Back in the day when I worked for other people, I used SO all the time.

    I’ve also run this idea past the Meta for WordPress SE (where BuddyPress is off-topic)

Viewing 25 results - 1,251 through 1,275 (of 22,660 total)
Skip to toolbar