Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 1,951 through 1,975 (of 22,713 total)
  • Author
    Search Results
  • Hi,

    I know there’s is a article about multi-site menu settings:

    BuddyPress Links in WordPress Menus

    But in my case, I need to add menus separately for each sub sites (manually translation purpose). In sub sites ‘Menu’ section doesn’t contains “BuddyPress” menu option. So, I don’t see any option to redirect users from sub-sites to their user profiles or profile settings pages.

    WordPress version: 5.2
    BuddyPress version: 4.3.0

    I tried “Multisite Master Shared Menu” (https://tt.wordpress.org/plugins/multisite-shared-menu/) plugin to share WordPress root site menu with other sub sites and it’s working. But still I’m unable to change menu text (if I change root site menu, changes applied into all sites menus).

    Is there any additional options available to link menus into sub sites?
    Thank you!

    #305977

    In reply to: Number of groups limit

    Venutius
    Moderator

    one option would be to use https://wordpress.org/buddypress-restrict-group-creation and limit the number of groups an individual can create.

    But for your main request, what you could do is simply wait till 70 groups are created and then turn off group creation for non admin.

    NaRanJiTo
    Participant

    Hi,

    The users i have in buddypress have a very sensitive info and don’t want it to be visible for everybody who access the user url or something like that. Want to set as private and only visible for wordpress admins. Is this possible? Or set buddypress as private? Or any plugin who does this?

    If so, what i have to do?

    Thanks so much in advance!

    #305957
    jsanjak
    Participant

    I am having an issue with BuddyPress public messaging. When users attempt a public message, the activity form (buddypress nouveau) does not appear on the page. It appears that the requisite javascript files are unable to load. I’ve tested this with default wordpress themes ( twentynineteen). I contacted my hosting service provider, wpengine, and they identified the following database error:

    [Fri May 17 17:14:48.061122 2019] [php7:notice] [pid 18420] [client 127.0.0.1:27604] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘( user_id, blog_id ) VALUES ( 1, 1 ) /* From [menastage.wpengine.com//wp-admin/?’ at line 1 for query INSERT INTO ( user_id, blog_id ) VALUES ( 1, 1 ) /* From [menastage.wpengine.com//wp-admin/?wp-cmd=ensure] in [/nas/content/live/menastage/wp-content/plugins/buddypress/bp-blogs/classes/class-bp-blogs-blog.php:127] */ made by require_once(‘wp-admin/admin.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, WpeCommon->real_ip, WpeCommon->process_internal_command, WpeCommon->ensure_standard_settings, wp_update_user, wp_insert_user, do_action(‘profile_update’), WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, bp_blogs_add_user_to_blog, bp_blogs_record_blog, BP_Blogs_Blog->save

    Can anyone identify a solution to this issue? Or perhaps anything else I should try?

    #305950
    pandraka
    Participant

    Good Morning,

    WordPress 5.2
    BuddyPress 4.3.0

    I’m in the process of creating a multisite which will contain an existing BuddyPress site. Right now I’m just setting up the site. I’ve created a simple top site, then enabled BuddyPress. When I upload bp-custom.php the site starts to throw errors:

    The plugin generated 3 characters of unexpected output during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.

    Warning: Cannot modify header information – headers already sent by (output started at /home/navalw5/XXX.XXXXwargaming.com/wp-content/plugins/bp-custom.php:7) in /home/navalw5/test3.navalwargaming.com/wp-includes/option.php on line 948

    If I remove the bp-custom.php these errors go away.
    This is the code in bp-custom:
    <?
    add_action( ‘init’, ‘remove_xprofile_links’ );
    function remove_xprofile_links() {
    remove_filter( ‘bp_get_the_profile_field_value’, ‘xprofile_filter_link_profile_data’, 9, 3 );
    }
    >?
    Pretty standard and a direct copy from the production site, I was curious so I just uploaded a blank bp-custom. I still got the errors.

    I had network activated BuddyPress, so I deactivated and then activated the plugin in the main site.

    Still, have the error.

    My intention is to have a multisite / BuddyPress installation. where members can be part of several or just one other department of the organization.

    site/org1
    site/org2
    Site/org3

    each site would have its own groups & forums

    All the research seemed to indicate that BuddyPress / bbpress should be network activated.

    wp-config. currently looks like:

    define(‘MULTISITE’, true);
    define(‘SUBDOMAIN_INSTALL’, false);
    define(‘DOMAIN_CURRENT_SITE’, ‘test3.navalwargaming.com’);
    define(‘PATH_CURRENT_SITE’, ‘/’);
    define(‘SITE_ID_CURRENT_SITE’, 1);
    define(‘BLOG_ID_CURRENT_SITE’, 1);
    define( ‘BP_ENABLE_MULTIBLOG’, true );

    I’m confused as to the error, should I be using the child theme’s function.php instead? Any help is greately appreciated.

    Thanks

    #305931
    Venutius
    Moderator

    I thought you might like to know I tested http://scripthere.com/how-prevent-multiple-login-with-same-login-credentials-in-wordpress/ and it seems to work. Whilst it seems to allow the second login any clicking on links takes you back to logged out status.

    #305925
    Javimarcal
    Participant

    Hi, I’m going to detail the problem I have:

    As I said, creating a new group gives me the 404 Not Found page. Then investigating I realize an anomaly in the urls, for example:
    • http: //mysite/subdomain/index.php/applications/
    • http: //mysite/subdomain/index.php/documentation/
    • http: //mysite/subdomain/index.php/events/

    Then the url when creating a new group does not carry index.php:
    http://mysite/subdomain/groups/create/

    Also in Settings / Permalinks in the options offered:
    • Plain: http: // mysite / subdomain /? P = 123
    • Day and name: http: // mysite / subdomain / 2019/05/16 / sample-post /
    • Month and name: http: // mysite / subdomain / 2019/05 / sample-post /
    • Numeric: http: // mysite / subdomain / archives / 123
    • Post name: http: // mysite / subdomain / sample-post /
    • Custom Structure: http: // mysite / subdomain (- editable area – /index.php/%postname%/)

    Where when deleting index.php from the editable zone (note that in the rest of the options index.php does not appear in the urls) the links to the other pages are broken except for the main page (Home).

    And finally the current .htaccess I have it like this:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase / wpit /
    RewriteRule ^ index \ .php $ – [L]
    RewriteCond% {REQUEST_FILENAME}! -F
    RewriteCond% {REQUEST_FILENAME}! -D
    RewriteRule. /wpit/index.php [L]
    </ IfModule>
    # END WordPress

    I think the solution is to eliminate the index.php but I do not know how to apply it. That is all. How can I solve it? Please help.

    Thanks and best regards!

    #305923

    my website http://www.mdpathy.com i use wordpress 5.2 Buddypress 4.3.0
    after update wordpress in 5.2 the buddypress activity comment make new activity post.
    what can i do.

    issaquahtechacademy
    Participant

    I did not realize you would have to buy Eduma to test this. I would think that WordPress would have a program where plug-in developers have access to some kind of test accounts or something, where they can quickly spin up a site with specific themes or plugins, specifically for this type of issue.

    Regardless, the people at Eduma went ahead and did the debugging for me. Here is the response I got from Huyen last night…

    Dear jbonifacejr,

    I’m so sorry.

    I tried to deactivated all plugins on your site to check it.

    And BuddyPress plugin is the reason why this issue came.

    Best regards,

    Huyen Anh

    #305884

    In reply to: Finding Themes!

    Venutius
    Moderator
    #305883
    Venutius
    Moderator

    This is more of a general WordPress query as WordPress manages the user sessions. I’ve had a look and there seems to be a lack of information on how to do this.

    I found these links that may help:

    https://wordpress.stackexchange.com/questions/160069/how-to-limit-user-to-login-only-once-per-session
    https://www.wpsecurityauditlog.com/wordpress-admin/limit-manage-users-sessions-wordpress/

    How prevent multiple login with same login credentials in WordPress ?

    issaquahtechacademy
    Participant
    #305812
    Javimarcal
    Participant

    I think i have located the problem but i am not able to solve it.
    In the structure of permalinks I have in the custom pointing to index.php (http: //mysite/subdomain/index.php/%postname%/). I have tried to delete the index.php from the url and in the following .htaccess file:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase / subdomain /
    RewriteRule ^ index \ .php $ – [L]
    RewriteCond% {REQUEST_FILENAME}! -F
    RewriteCond% {REQUEST_FILENAME}! -D
    RewriteRule. /subdomain/index.php [L]
    </ IfModule>
    # END WordPress

    Where it appears crossed out i have also deleted it without obtaining any result. Maybe the problem is not there. Do you know how i should solve?

    Thanks and best regards.

    #305807
    rgilman
    Participant

    Done. Ticket #8094

    warrencat
    Participant

    In the extended profile fields, I’ve created a field that automatically pulls in data using the process described further below. This field is required and is located in the Base (Primary) group of profile fields.

    The issue I’ve run into is that I’ve configured the field to be visible to “Only Me” and have selected the option to Enforce field visibility, but when I look at the public-facing profile page, this field is still visible to any other logged in user, regardless of role. (I have confirmed this by logging in with a subscriber level account and viewing the profile page.)

    The profile fields data import process:

    I am using the NADI plugin (https://active-directory-wp.com/) to automatically create and sync users and user data from company Active Directory database. This plugin has an add-on tool that will subsequently sync selected data from the user WordPress profile over to the BuddyPress profile.

    Troubleshooting steps I’ve already completed:

    1. I’ve deactivated all plugins other than BuddyPress; the “Only Me” profile is still visible on the public-facing user profile page for any logged in user. It doesn’t appear to be caused by a plugin conflict.
    2. I’ve changed to a default WordPress bundled theme; again, the “Only Me” profile is still visible on the public-facing user profile page for any logged in user. It doesn’t appear to be caused by a theme conflict.

    WP Version: 5.2
    BP Version: 4.3.0
    NADI Plugin Version: 2.1.9 (Up to date)
    NADI Add-on Version: 1.0.4 (Up to date)

    I hope I’ve provided enough information. I’m struggling to determine why this profile field that should only be visible to the person who is logged in and no else is visible to every user. I also hope someone here might have a suggestion or recommendation for what I might try next.

    Thanks.

    #305797
    maklin
    Participant

    I have my website through a hosting company. Latest version of WordPress and Buddypress. When I preview a theme, Profile works fine. When I accept and publish, profile shows up as a blank page with just the word profile and an edit link.

    Groups seem to also work in preview mode. Once published I cannot create a new one with forum, step 3 takes me to the forum list and does not proceed. Attempting to enter a group forum does not allow me in, I end up on the main forum page..

    My install of WP is fairly new, Jan 2019. I have tried disabling every plugin except bbpress and buddypress. Uninstalled and reinstalled Buddypress. I am running no redirects of any kind. Anyone out there experienced this and found a fix they could share?

    #305787
    allnamestaken
    Participant

    Some time ago I came across this https://www.buddyboss.com/wordpress-mobile-apps/ ,but I dont know the costs involved.

    waynecwp
    Participant

    Hi,
    This is my first post, it’s exploratory. I’m hoping to find help with regard to a BuddyPress/Rehub install we are contemplating.
    We want to setup free and paid members. Paid member’s products visible to all members.
    So far straightforward, I hope, but where things change is that we want free member’s product to be visible only to their friends – across all product display elements, including profile page, search, directory, etc.
    I have read a little about the friends_check_friendship function and believe this can be done. Initially, I’m hoping to learn from anyone familiar with a BuddyPress/Rehub site if they imagine that creating this change to free member product visibility would be an extensive, reasonable or easy effort?
    Thank you in advance for any advice.
    1 – WordPress 5.2 running
    2 – Directory
    3 – subdirectory
    4 – ?
    5 – Yes
    6 – BuddyPress Ver 4.3.0
    7 – No
    8 – Akismet Anti-Spam, Easy WP SMTP, Health Check & Troubleshooting. Wordfence.
    9 – Standard
    10 – Twenty Seventeen, plan to use REHUB.
    11 – No
    12 – No
    13 – No
    14 – None
    15 – IONOS
    16 – Lunix, Apache
    17 – Plane to use REHUB
    18 – No
    19 – No

    ericreynolds007
    Participant

    Hi, I know this thread has been beaten a few times, but is there a simple way to disable notifications to site admins and all Buddypress members for any activity? We currently have the Buddypress Notifications settings disabled and are using the BP Group Documents plugin and a Manage Notification Emails plugin to stop the basic WordPress notifications from reaching members. Thanks in advance. 🙂 Eric

    leoheepster
    Participant

    Hi I want to change the media button on the profile to read (Photos & Videos)
    this seems simple but I am new to wordpress and php

    thank you in advance

    jakobpress
    Participant

    Software used:
    BuddyPress 4.3.0
    WordPress 5.2

    When I’m logged-in I click to my icon on the upper-right corner and shows me the community menu (http://www.studiomark.net/off/cei/screen1.png); when I click on a element (Activity / Messages / Notifications / Settings) it brings me to a blank page with some layout and content issues (http://www.studiomark.net/off/cei/screen2.png). How can I fix this?

    The link of my site is shown in the previous links

    Thanks,
    Jakob

    stokim2012
    Participant

    I would like to replace some text with photo in Buddypress welcome email. I’m new to WordPress and filter.

    <?php
    do_action( 'bp_before_email_header' );
    echo bp_get_option( 'blogname' );
    do_action( 'bp_after_email_header' );
    ?>

    I add a code on function.php like this:

    add_action( 'bp_before_email_header', 'add_logo');
    function add_logo() {
        echo '<img src="photo url"';
    }

    There’s a photo in email header, however, I would like to remove the text bp_get_option( ‘blogname’ ); If there’s no apply filter, I can not modify it without editing it directly? How can I do that?

    Thank you for your help!

    #305712
    gatehousedesign
    Participant

    Tried that. Still couldn’t get the buttons to show. Possible that there’s some privacy setting I have on WordPress settings? Something to do with the server (I use Siteground and believe am on php7).

    #305703
    Venutius
    Moderator

    You can report bugs via Trac: https://buddypress.trac.wordpress.org/

    #305688
    jennifersanchez
    Participant

    Hello!
    I was reading the documentation but I can not understand how to disable the buddypress templates, since I am using a general template for all wordpress and they overlap. I tried editing by deleting the styles of single-bp-email in my theme but this invalidated the visualization of the message.
    Could you help me? Thank you very much !!

Viewing 25 results - 1,951 through 1,975 (of 22,713 total)
Skip to toolbar