Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 76 through 100 (of 22,626 total)
  • Author
    Search Results
  • emaralive
    Moderator

    BuddyPress utilizes the WordPress login page by default. There are plugins that will alter or replace the standard WordPress login page.

    #337895

    In reply to: Field Visibility

    emaralive
    Moderator

    I stated that the visibility for WordPress Fields are “currently” not user selectable. Why this decision was made was unknown to me, until recently, and appears to be along the same lines of why the “Requirements” metabox doesn’t appear for the WordPress Fields, as well.

    Given this conversation, I looked for a possible reason that might uncover a decision to not include such capabilities and found that ticket #8487 (Add visibility and required controls to the WordPress profile fields) provides the history behind why the decision was made not to include the capabilities (visibility and requirements) and why these capabilities have yet to be incorporated (no one has provided a patch).

    #337894

    In reply to: Field Visibility

    Ricsca2
    Participant

    Why can’t the WordPress profile fields be selected by the user?
    For example, the city field is useful for the admin, so it’s mandatory, but the user doesn’t want to make it public.
    To do this, you need to create a custom city field not linked to the user’s WordPress profile, but this would then be a duplicate field.

    #337893

    In reply to: Field Visibility

    emaralive
    Moderator

    Currently, the visibility for the following xprofile fields aren’t “user” selectable:

    • 1st Text Field – labeled as “Name” by default
    • Single Fields – Checkbox Acceptance
    • WordPress Fields – Biography
    • WordPress Fields – Text Field (First Name, Last Name, Website)

    In your example, “surname” as you have applied would be “WordPress Field – Text Field – Last Name” and as indicated the visibility is not “user” selectable.

    As to the other xprofile fields the visibility can be set for either:

    • Allow members to override – visibility is selectable by users
    • Enforce field visibility – visibility is set per selection

    Admin can set the visibility during creation or editing of xprofile fields that allow for “Visibility” settings, e.g., Single Fields – Text Box will have a “Visibility” metabox whereby an Admin can set the “Visibility” parameters. See BuddyPress xProfile fields administration for other information.

    #337883
    Ricsca2
    Participant

    Where can I set in admin which fields to make public and which private, and where can I set users to be able to decide? For example, I created the surname field and associated it with the WordPress profile field, but the user can’t decide whether to make it private because it’s always public.
    Thanks

    #337863
    emaralive
    Moderator

    I’m not clear on which/what email that is not being sent. AFAIK, there are 2 emails sent for a successful email address change, for example from the WordPress (WP) backend:

    1. Email Change Request <- contained in subject line as sent by WP
    2. Email Changed <- contained in subject line as sent by WP – after a successful change of email address

    For the BuddyPress (BP) frontend:

    1. Verify your new email address <- contained in subject line as sent by BP
    2. Email Changed <- contained in subject line as sent by WP – after a successful change of email address

    For the BP process, please indicate which of the 2 emails is not being sent.

    #337849

    In reply to: Shortcode page

    emaralive
    Moderator

    With BuddyPress 12.x.x or greater, URLs, a.k.a., BuddyPress Directories, is the default configuration (see BuddyPress URLs settings) as opposed to pages. See Navigation menus for additional set-up information.

    In the event that you require BP pages, you will have to install and/or activate the BP Classic plugin.

    As to shortcodes, there are no built-in (internally defined) shortcodes for BuddyPress.

    manonetc
    Participant

    Using WordPress version 6.8.2, with BuddyPress Xprofile Custom Field Types plugin version 1.2.8

    So, I created an Xprofile repeater custom field.

    If the member has more than 2 entries in the repeater custom field, I would like to have the repeater custom field as a dropdown option for that member to choose from, when they post in the activity stream, that will then display that option’s value in the activity post next to their username. If the member has only 1 entry in the xprofile repeater custom field, no dropdown, just show the value of that field.

    Anyone know how I would do this?

    #337706
    emaralive
    Moderator

    What WordPress theme are you using? Also, when you are in the wp-admin area, go to Settings > Permalinks and make sure the “Permalink structure” is not set to “Plain”.

    #337701
    emaralive
    Moderator

    What might help is that you include a screenshot of the menus and what a page looks like with no content. For example, the following is a screenshot of a page (with content) when the “Activity” menu item is selected:

    Additionally, what WordPress theme are you using?

    #337690
    emaralive
    Moderator

    If you had installed BuddyPress prior to version 12.x.x, e.g. versions 11.x.x and below, then you would have had pages. If you install versions 12.x.x and above, the default will be directories as opposed to pages. If you wish to have pages again, then you need to install and/or activate the BP Classic plugin.

    #337676
    timostr79
    Participant

    Thanks a lot!

    But isn’t it possible only with WordPress and part of the website’s software? Like at WIX and other website builders?

    #337665
    roracle
    Participant

    I used the /avatar block in my header, as I want users to be able to access it from anywhere.

    The avatar shows up in the editor and on any page that is NOT BuddyPress. If the page IS a BuddyPress page, the avatar simply doesn’t load at all.

    The header is a row with the images used to link the users to different parts of the site. They are equally spaced. On normal pages: 4 items, one being the avatar. On BuddyPress pages: 3 items, avatar suddenly decides to go Amelia Earhart on me.

    What am I doing wrong, and how this be fixed?

    Using Twenty Twenty-five theme and FSE with Gutenberg. Fresh install of WordPress, latest version as of today, as well as a fresh install of BuddyPress.

    Thank you in advance.

    Mike Witt
    Participant

    Hi @locker17,

    I don’t know the answer to your question (sorry!) But I’m also trying to reorder the members list in various ways, and I’d be interested in knowing what that plugin is that you’re using. Maybe the code in the plugin would yield some interesting ideas.

    Unfortunately, if I’m not mistaken, imath left buddypress (and wordpress) sometime back.

    Mike

    #337663
    Mike Witt
    Participant

    Hi @timostr79,

    I’m not sure if this is exactly what you’re asking, but I use the User Switching plugin:

    User Switching

    Which allows you (as an admin) to switch to being another user, so that you can see the site as they see it. It does have side effects. For example, if you’re tracking when a user was last active, the user will appear to have been logged in when you switched to them. I have a “test user” (with normal user privileges) that I switch to for testing the site.

    Hope that helps,

    Mike

    #337662
    Mike Witt
    Participant

    Hi @rayray23,

    Since nobody seems to be replying to this … I’m definitely no expert, but I think it’s possible you might want something like:

    if (is_user_logged_in()) {
            $user = wp_get_current_user();
            $username = $user->user_login;

    I personally find it hard to search the WP documentation, but there should be information in:

    https://developer.wordpress.org/reference/functions

    Hope that’s helpful,

    Mike

    #337654
    timostr79
    Participant

    I am a total newbie in WordPress / Buddypress and would be pleased if someone could help me!

    How can I simply see what the members of my homepage exactly see?

    Just after installing Buddypress I created the site *****.com/members
    Do I still have to create this subpage unter “pages” in WordPress and is there exactly what a registered user can see as a member? Do I also have to build the menu and all the functions only on this subpage?

    Is there a general preview of my homepage for me as an admin and a preview how it looks like for members?

    Thanks a lot for your help!

    #337511
    emaralive
    Moderator

    When using the Classic Widget plugin, deleting a widget from a sidebar or footer area will remove the widget from that area. Widgets that can be added are listed under the “Available Widgets” section (left-hand side).

    For BuddyPress widgets to appear in the “Available Widgets” section, when using the Classic Widget plugin, you will have to install and/or activate the BP Classic plugin.

    smelendez
    Participant

    After extensive troubleshooting by my support and the support from the technical team of the WordPress theme I use, we both came to the conclusion that the issue seems to happen upon activating the Elementor Pro plugin. We have both been able to replicate the issue on a default WordPress theme such as the Twenty Twenty One theme, so is it possible that it could be an incompatibility between BuddyPress and Elementor Pro or vice versa?

    We managed to replicate the issue in a clean environment, no custom code, no additional plugins, just Elementor, Elementor Pro and BuddyPress.

    emaralive
    Moderator

    The URL provided in the email notification is just to a page that requires access by an appropriate logged-in user. The issue appears to be related to the process that is constructing the redirect URL. The example you provided appears to be mangled for an unknown reason:

    https://infosecportal.ru/wp-login.php/?redirect_to=https%3A%2F%2Finfosecportal.ru%2Fpolzovateli%2Fpauls%2Fbp-messages%2F#/conversation/11

    The slash that is after wp-login.php seems to be misplaced, additionally, there should be a slash after 11 and then I would expect &bp-auth=1&action=bpnoaccess after that.

    The redirect is constructed in the function bp_core_no_access() which can be viewed at the following URL for BP 14.3.4:

    https://github.com/buddypress/buddypress/blob/14.3.4/src/bp-core/bp-core-catchuri.php#L328-L405

    Typically, $mode is equal to 2 which will then execute the code represented by lines 371 through 381: i.e.:

    		case 2:
    			if ( ! empty( $redirect ) ) {
    				bp_core_redirect(
    					add_query_arg(
    						array(
    							'bp-auth' => 1,
    							'action'  => 'bpnoaccess',
    						),
    						wp_login_url( $redirect )
    					)
    				);

    $redirect should be the URL that is represented in the email notification. The function wp_login_url(), which is a WordPress function, constructs/builds the redirect URL. The function wp_login_url() without arguments should, in your case, return:

    
    https://infosecportal.ru/wp-login.php
    

    The fact that there is a slash after the .php indicates that you should look there for why the slash is present, see the following regarding information on wp_login_url():

    wp_login_url()

    #337483
    emaralive
    Moderator

    Hi,

    Unofficially, AFAIK, BuddyPress v14.3.4 is compatible with the 6.8 branch of WordPress.

    Officially, we (the BP team) are behind with the scheduling of the next release. As to when this will occur is, currently, up in the air. Lastly, thanks for the reminder, I’ll have a chat with one of the BP committers to see if we can get things moving forward.

    smelendez
    Participant

    Hi, thank you for your reply. Yes, it is a strange issue and I understand that it must be some incompatibility or something similar with the new versions. Because as I show in the video I attached in my previous reply, I have deactivated all my custom scripts and I was activating all the plugins one by one (after having previously deactivated all of them) until I got to Elementor Pro and detected the issue again. In my plugin list (you can see it in the video) I do not have the BP classic plugin. The BP related plugins I have are:

    – BuddyPress v14.3.4
    – bbPress v2.6.13
    – BP Profile Search v5.8.3
    – BuddyPress Xprofile Custom Field Types v1.2.7
    – BuddyPress Profile Completion v1.1.0
    – Block, Suspend, Report for BuddyPress v3.6.4
    – BuddyPress Follow v1.3-alpha
    – Buddy Notification Bell v1.0.4.

    During my tests, I deactivated all of these except for BuddyPress, BuddyPress Xprofile Custom Field Types, BP Profile Search and bbPress which are the plugins that came with the theme I use in WordPress.

    smelendez
    Participant

    I am currently using:

    – WordPress v6.8.1
    – Theme: Sweetdate by SeventhQueen v3.9.2
    – BuddyPress v14.3.4
    – Elementor v3.29.2
    – Elementor Pro v3.29.2

    I have noticed a strange behavior occurring on BuddyPress group and profile pages. Specifically, the issue is:

    When visiting a BuddyPress group, sometimes:

    – If the user is not a member, they are automatically added to the group without clicking the join button.

    – If the user is already a member, they are automatically removed from the group without clicking the leave button.

    When visiting a user profile, sometimes:

    – If the visitor is not a friend, a friend request is automatically sent.

    – If they are already friends, the friendship is automatically cancelled.

    It seems like if the “Join Group”, “Leave Group”, “Add Friend” and “Cancel Friendship” buttons are being triggered automatically upon loading the corresponding pages. This does not happen every time, so it has been difficult for me to replicate it to show it to you, but it occurs frequently enough to negatively affect the user experience.

    In an effort to identify the cause, I have done the following tests:
    – Deactivated all custom scripts.
    – Deactivated all plugins except those required for WordPress and the theme to function correctly.
    – Cleared and purged all caches.

    While running these tests, the issue did not occur. However, as I began reactivating plugins one by one (still with my custom scripts deactivated), I found that the issue reappears when Elementor Pro is activated. This leads me to believe the problem may come from a conflict between Elementor Pro and BuddyPress, the theme, or WordPress itself.

    I am sharing a video where I was able to replicate the issue: https://drive.google.com/file/d/1uuLIc-hGQHHq5BGY3b5M3pklMMEQqKyx/view?usp=sharing

    Do you have any idea what could be causing this behaviour, and if it is an incompatibility with BuddyPress?

    Thank you all in advance.

    urbanscom
    Participant

    Hi and first of all thanks for your plugin and the support
    I m using Tutor LMS pro on a fresh new wordpress installation.
    I decided to install the Buddypress addon but i hav a problem regarding the template

    WordPress version 6.8.1
    Thème actif : Sofia (version 1.0)
    Extension actuelle : BuddyPress (version 14.3.4)
    PHP version 8.1.32

    Une erreur de type E_ERROR a été causée dans la ligne 725 du fichier /home/clients/698fbd2a837b717e3115da6da7d93852/sites/renaissance.stellalapsy.fr/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress-functions.php. Message d’erreur : Uncaught TypeError: urldecode(): Argument #1 ($string) must be of type string, array given in /home/clients/698fbd2a837b717e3115da6da7d93852/sites/renaissance.stellalapsy.fr/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress-functions.php:725
    Stack trace:
    #0 /home/clients/698fbd2a837b717e3115da6da7d93852/sites/renaissance.stellalapsy.fr/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress-functions.php(725): urldecode(Array)
    #1 /home/clients/698fbd2a837b717e3115da6da7d93852/sites/renaissance.stellalapsy.fr/wp-includes/class-wp-hook.php(324): bp_legacy_theme_ajax_querystring('', 'activity')
    #2 /home/clients/698fbd2a837b717e3115da6da7d93852/sites/renaissance.stellalapsy.fr/wp-includes/plugin.php(205): WP_Hook->apply_filters('', Array)
    #3 /home/clients/698fbd2a837b717e3115da6da7d93852/sites/renaissance.stellalapsy.fr/wp-content/plugins/buddypress/bp-core/bp-core-template.php(1157): apply_filters('bp_ajax_queryst...', '', 'activity')
    #4 /home/clients/698fbd2a837b717e3115da6da7d93852/sites/renaissance.stellalapsy.fr/wp-content/plugins/buddypress/bp-activity/bp-activity-filters.php(560): bp_ajax_querystring('activity')
    #5 /home/clients/698fbd2a837b717e3115da6da7d93852/sites/renaissance.stellalapsy.fr/wp-includes/class-wp-hook.php(326): bp_activity_heartbeat_last_recorded(Array, Array)
    #6 /home/clients/698fbd2a837b717e3115da6da7d93852/sites/renaissance.stellalapsy.fr/wp-includes/plugin.php(205): WP_Hook->apply_filters(Array, Array)
    #7 /home/clients/698fbd2a837b717e3115da6da7d93852/sites/renaissance.stellalapsy.fr/wp-admin/includes/ajax-actions.php(3503): apply_filters('heartbeat_recei...', Array, Array, 'front')
    #8 /home/clients/698fbd2a837b717e3115da6da7d93852/sites/renaissance.stellalapsy.fr/wp-includes/class-wp-hook.php(324): wp_ajax_heartbeat('')
    #9 /home/clients/698fbd2a837b717e3115da6da7d93852/sites/renaissance.stellalapsy.fr/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array)
    #10 /home/clients/698fbd2a837b717e3115da6da7d93852/sites/renaissance.stellalapsy.fr/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
    #11 /home/clients/698fbd2a837b717e3115da6da7d93852/sites/renaissance.stellalapsy.fr/wp-admin/admin-ajax.php(192): do_action('wp_ajax_heartbe...')
    #12 {main}
      thrown
    emaralive
    Moderator

    @flamuren,

    Support is provided by volunteers and is subject to when someone has time and/or expertise for any given topic request. Additionally, this is not a Job Board, if you require this type of help then you may want to use the following link to make a request of such type:

    WordPress Jobs

Viewing 25 results - 76 through 100 (of 22,626 total)
Skip to toolbar