Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 926 through 950 (of 22,602 total)
  • Author
    Search Results
  • #322332
    meitalaaa
    Participant

    I wrote the following function, but i still can’t create a group. I’ve made sure that the function is getting called, so that is not the issue

    function start_a_new_group($profile_id, $status) {
    if ( !function_exists( ‘groups_create_group’ ) ) {
    require_once ‘/bp-groups/bp-groups-functions.php’;
    }

    $defaults = array(
    ‘group_id’ => $profile_id,
    ‘creator_id’ => get_current_user_id(),
    ‘name’ => ”,
    ‘description’ => ”,
    ‘slug’ => ”,
    ‘status’ => $status,
    ‘enable_forum’ => 0,
    ‘date_created’ => bp_core_current_time()
    );
    return groups_create_group($defaults);
    }

    Wordpress version 5.8.2
    Buddypress verion 9.1.1
    Theme is Twenty Twenty

    Any ideas?

    #322329
    gsawa222
    Participant

    Yes you some times it happen to me also as you can check my blender reviews blog website that is hosted on WordPress you can learn about it here.

    #322325
    ttempo510
    Participant

    I want to create an option to add new user(register) from logged in admin account. I don’t want to use WordPress default registration page. How can I do that?

    melbatoast4
    Participant

    Having an odd problem, which is that I can’t add any members to a group if it was originally created with an ampersand in the name. Even if I change the name of the group (to and) and even if the slug doesn’t have any special characters, I still can’t add any members. I get the error: The following users could not be added to the group.

    I’ve tried disabling all other plugins, deleting BuddyPress and installing it from scratch, etc. I’m using the latest version of WordPress and BuddyPress. Any thoughts welcome.

    #322273
    valuser
    Participant

    Perhaps Check-ins for BuddyPress Activity by Wbcom Designs might suit.

    #322261
    rayem
    Participant

    Hi!

    I created a community website for people to meet and travel so I installed BuddyPress.
    There are post blogs showing places to visit and I’d like for the members to be able to “like” a post of the place they’d like to go and to have it written somewhere in their profiles like “Friends” “Groups” “Activity” etc.

    I tried several extensions but it doesn’t work, I tried Buddypress like by Darren Meehan (which doesn’t work at all), Favorite by Kyle Phillips seem to work but I can’t link it to the profiles. Idk what I can do.

    I use the Divi theme, WordPress is 5.8.2 and BuddyPress is 9.1.1

    Here’s the website http://armyvof.cluster031.hosting.ovh.net/ (sorry but it’s in french, no english!)

    Thanks in advance!

    #322254
    sunnyone1234
    Participant

    Hello, I am very fresh in BuddyPress, I got very wired issue.

    My site is just a hello world version.

    After I activate BuddyPress, one wired header appears on the top of my site. It includes a wordpress logo, Log In and Register and a search bar.

    This wired header is always there, even if I have selected one theme or do something else. It is always at the top of the site….

    Could anyone please tell me where shuold I go to deactivate this things?

    #322233

    In reply to: User Calendar/Agenda

    sds333
    Participant

    Is this good idea to use the calendary plugin for any eCommerce website of WordPress?

    #322131
    promtedcoin64
    Participant

    Hello friend. You can try these plugins:

    To Expand notifications: https://buddydev.com/plugins/bp-group-activities-notifier/
    And they include a snippet you can use to email members.

    Or this that lets your users control their email subscription

    BuddyPress Group Email Subscription

    #322119
    skpc1
    Participant

    How to hiding members page from non logged in users ?

    //Hide for non-logged-in users (public visitors)
    function bp_logged_out_page_template_redirect() { if( ! is_user_logged_in() && is_page( 'members' )|| is_page( 'activity' ) || bp_is_user()  ) { wp_redirect( home_url( 'https://vvcares.com/?buddypressBlogPostRedirect' ) ); exit(); } } add_action( 'template_redirect', 'bp_logged_out_page_template_redirect' );

    Ref; https://vvcares.com/blog/post/wordpress-buddypress-hide-page-from-non-members

    elitechsavvy
    Participant

    Hi folks,

    I’m troubleshooting why users cannot write on other members’ posts.

    My wall shows a green button but on other members are grayed out.

    These have been my actions so far:

    1. I’ve checked on Activity Settings and is selected. Which I did on/off with no results.
    2. I’ve run the tool options to “repair”
    3. Remove the plugin (Disable/remove)
    4. Install/activate the plugin
    5. All components are active
    6. All options are active
    7. WordPress report – Version 9.1.1
    Active components Community Members, Extended Profiles, Account Settings, Friend Connections, Private Messaging, Activity Streams, Notifications, User Groups, Site Tracking
    8. When inspecting POST grayed button got this line results: <input class=”loading” type=”submit” name=”ac_form_submit” value=”post” disabled=””>
    9. Check WordPress integrity/checksum – reinstall 5.8 FYI
    10. Reboot the server

    So far no luck.

    Any tips/hints will be highly appreciated!

    #321953
    choosing
    Participant

    Hi,
    I am facing an issue with Gravatar. I think by-default avatar (profile image) is not being loaded properly on user’s dashboard. Due to this issue users are not being added to cometchat dashboard. Please let me know asap how can I fix this issue.

    WordPress version : 5.8.1
    BuddyPress version : 9.0.0
    website URL : https://choosing247.com

    #321796
    rigsbyx
    Participant

    Hi folks,

    I want to launch the frontend of my website whilst continuing to work on the BuddyPress area in the background. I know that I can’t work on two separate WordPress websites and join them together, and so I’m looking for a way to hide BP while it’s under construction, but with the frontend being live.

    I would still like to allow comments on the frontend, and that would obviously mean users signing up and having potential access to the BP area, but obviously, I would like to hide this for a few weeks.

    Is there a way to do this without too much hassle? Maybe there is a plugin?

    Your help is much appreciated.

    Many thanks : )

    #321795
    shanebp
    Moderator
    reefcreature
    Participant

    Hi Everyone,

    I have an issue with the ‘Latest Updates’ widget. When someone posts a link into their activity, the widget doesn’t format the URL so it fits nicely in the widget area, instead it carries on going outside of the widget area and disappears off the side of the screen. Looks a but clumsy and unprofessional.

    Is there an easy fix for this? Does anyone else have the same issue? I’ve tried swapping themes but the problem still happens.

    Many thanks!

    Wordpress Version: 5.8.1
    Buddypress Version: 9.1.1
    Theme: Buddy X
    Site: https://www.thecoralreefresearchhub.com/

    #321788
    reefcreature
    Participant

    I am just wondering if anyone else has this issue. When users turn off email notifications it also turns off notifications that would otherwise go to their notifications page.

    Is there a setting someplace to change this so that users can request for email notifications to stop but regular notifications still happen?

    Thanks!

    Wordpress version: 5.8.1
    Buddypress Version: 9.1.1
    Theme: BuddyX
    Site: https://www.thecoralreefresearchhub.com/

    #321769
    N
    Participant

    I am using WordPress 5.8.1 and Buddypress 9.1.1. I want to allow users to decide their member type during registration (so as to categorize them in the directory), also the flexibility to change the type whenever they want. Can you guide me on how to do it?

    iyasu
    Participant

    Hello,

    I’m new to wordpress/buddypress and this issue has been a real head scratcher for me.

    Basically, I want to update the site-wide activity tab to display only status updates (“Post in: profile” status updates, specifically). So no group updates, new forum topics, forum replies, etc. However, I still want all of the relevant activity to display under the “My Groups” tab whenever there’s new group activity.

    I’ve seen others recommend hiding the updates I don’t want to see using CSS, but that unforunately ends up hiding the activity across all tabs.

    Does anyone know the code I can add to my bp-custom.php file that would accomplish what I need?

    Thank you in advance!

    #321747
    rgarfield
    Participant

    BP: Version 9.1.1
    WP: 5.7.3
    type: subdomain
    scope: multiuser

    BP is set to add “social” to the beginning of the site domain when a new site is created in multiuser WordPress install. It is causing problems with our SSL by having too many dots, e.g. examplesite.social.gc.college.edu

    Not sure where in BP to change this. Where in BuddyPress database or setup is this stored? How do I fix this? Why is BP changing my new site URLs?

    digitalformationxyz
    Participant

    BuddyPress is a great plugin!
    We were able to create several independent social networks on the multisite.
    The basic functionality of the plugin works very well.
    However, there is one problem – when switching from the “Old BuddyPress” template to “BuddyPress Nouveau”, the hidden groups in which the user is registered no longer appear in the list of user groups.
    When you switch back to the Old BuddyPress template, the user’s hidden groups reappear in the list.
    Options:
    – WordPress 5.8.1
    – PHP 7.4.8
    – Apache / 2.4.10 (Unix)
    – MySQL 5.7.21
    – BuddyPress v 9.1.1.

    Трансформация Экономики Знаний в Цифровое Государство

    #321609
    ifullco
    Participant

    I am running the Version 5.8.1 of WordPress and the version Version 9.1.1 of buddypress.

    THANK YOU!

    rigsbyx
    Participant

    As an addition, I find it mildly frustrating that I can add a link to an image inside a post template which, when clicked on, opens up /login; the exact page I need.

    So, why can a link in an image open /login, but a menu link can’t without getting down and dirty with php? Things like this should be very simple, but no…

    Wordpress is really weird, haha!

    #321502

    In reply to: BuddyPress and IPv6

    shanebp
    Moderator
    #321500

    In reply to: BuddyPress and IPv6

    Llewen
    Participant

    It’s also worth noting that the WordPress health screen shows no problems. So I’m stumped.

    #321482
    Llewen
    Participant

    Note: I am submitting this again because for some reason my initial post was marked as spam. I’m assuming because I edited it after I submitted it.

    What is happening is when I try to make a change to the Components section in BuddyPress settings, I get the infamous “Sorry, you are not allowed to access this page.” when I try to save the settings and the settings do not take effect.

    I am able to successfully enable and disable settings on the Options tab.

    I have followed all the steps on several sites that talk about sorting this error, including reinstalling WordPress, deactivating all plugins, enabling debugging, using the default theme, regenerating permalinks, etc. etc.

    The account has administrator role, and bbp_keymaster capabilities, from my attempt to fix the problem by installing bbPress. Deleting the database and starting over is not an option, even though this is a new site, I already have content.

    What is odd is, when I get the error in WordPress, there are no corresponding PHP or Apache errors, and when I enable debugging, no errors are logged.

    The only explanation I can come up with is that I have enabled IPv6/dual stack support on my network and it appears that the connection IP from my account isn’t consistent. Sometimes it connects with the IPv4 address, sometimes with the IPv6 address. That’s the only odd thing I can see in the Apache logs.

    Site URL: https://displaced.zone

    • WordPress Version: 5.8.1
    • Directory install in root directory
    • Upgraded from WordPress 5.7.1
    • WordPress functions properly, other than this one problem
    • BuddyPress Version: 9.1.1
    • Not upgraded from a previous version
    • Other Plugins: BP Better Messages, Comments Like Dislike, Top Bar, WP Cerber Security, WP Mail SMTP
    • Theme: NS Minimal with minor css tweaks
    • Core files have not been modified in any way
    • No custom functions
    • bbPress not installed, although I did install it to see if it would fix the problem
    • No server error logs, which is weird
    • Self hosted on a home network. I’m not a novice at this, I have done this for years, including a previous WordPress website where I had BuddyPress installed in the same environment, and did not have this issue. The only thing that has changed is the IPv6 support.
    • Server OS: Debian GNU/Linux, Bullseye, typical LAMP stack
    • I have tried both the Legacy and Nouveau BuddyPress themes
    • I have made no changes to BuddyPress template files
    • The only other information that might have a bearing on this is that I am not running WordPress “The Debian Way”. I have copied all the files, including the symlinked php libraries, out of the Debian file structure and am running them out of a folder in my home directory. Apache is running as that group and user. But again, I have done this for an entire year, successfully, with another website. Running WordPress this way allows me to use the built in WordPress update system, which doesn’t function as expected if you run WordPress “The Debian Way”.
Viewing 25 results - 926 through 950 (of 22,602 total)
Skip to toolbar