Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 1,501 through 1,525 (of 22,687 total)
  • Author
    Search Results
  • enriquemorhaim
    Participant

    Hi.
    I have successfully registered new users which are active.
    However, none of them get redirected to a profile page after login and none of them have a profile page for all i know. Its like Buddypress doesn’t consider them active because it does not show them on the Members Area even though I have tried multiple logins with their account and WordPress confirms they are active.

    benoitos
    Participant

    Hello,
    I installed buddypress for a few months and it is he who manages the registrations to my site. When a person registers, he does not appear systematically in the members page. Did I forget a setting? However in the profiles the members who do not appear are well: Role on the site = Subscriber and Roles on this forum = Participant
    My version is WordPress 5.4.1 with the Divi theme, the Learndash plugin and the version 6.0.0 of BuddyPress.
    I had installed the BuddyPress for LearnDash plugin which I uninstalled because it caused bugs. Here is my site https://terresdesavoirs.fr/members/

    Do you have any idea where this display concern can come from?

    #311831

    In reply to: Backup Solution

    rashidkalwar
    Participant

    BuddyPress Backup Plugin

    BuddyPress Backup Plugin

    #311830
    rashidkalwar
    Participant

    BuddyPress Usernames Only

    This plugin overrides display names across your BuddyPress site with usernames. The plugin will make your BP install more intuitive and user-friendly when using the @mentions feature

    kitakitune
    Participant

    Hello! Thanks for the great plugins.
    I’m writing this question using a translation software because I’m Japanese and I don’t speak English.
    I’m sorry if it’s hard to read.

    What I want you to help me with is exactly what the title says.
    The private messaging feature, which works in legacy, doesn’t work in Nouveau.

    I first tried the contents of the two URLs below.
    It was 19 months ago, but only because it was so similar to the current situation.
    I’ve removed “https://” from the URL.

    buddypress.org/support/topic/private-message-button-not-working-right/

    buddypress.trac.wordpress.org/ticket/7908

    But since it didn’t improve, the

    I installed the version of “6.0.0-RC2” on this site to make sure that it was fixed.
    However, the situation did not change.

    I was wondering if it was something I was going through.
    I tried everything I could to stop all other plugins, verify with various themes, change the PHP version, clear the cache, reinstall, etc., but it didn’t improve.

    The Nouveau feature is great, and I’d like to be able to use it somehow.

    Please help me.

    Below.
    buddypress.org/support/topic/when-asking-for-support-2/
    I also wrote a response to the list I found in
    I’m sorry if I’m wrong in my perception.

    1. which version of WordPress are you running?

    Answer: “Version 5.4.1-en.

    2. did you install WordPress as a directory or subdomain installation?
    I did a quick install against the domain on the server.
    If the directory is installed, is it in the root or subdirectory?

    4. Have you upgraded from a previous version of WordPress? If so, from which version?
    One front.

    5. was WordPress working properly before installing/upgrading BuddyPress (BP)? Examples: permalinks, creating a new post, comments.
    It was functioning properly.

    6. What version of BP are you running?
    6.0.0-RC2.

    7.Have you upgraded from a previous version of BP? If so, from which version?
    5.2.

    Are there any plugins other than BuddyPress installed and activated? If so, which one is it?
    BuddyPress is not surprising.

    9.Are you using a standard WordPress theme or a customized theme?
    It’s standard stuff.

    10.Which theme do you use?
    TWENTY SEVENTEEN.

    11. Have you changed the core file in any way?
    No.

    Is there a custom function in bp-custom.php?
    No.

    13. if you’re running bbPress, which version is it? Or do you have bbPress built into your BuddyPress installation?
    No, I’m not using it.
    14.Please provide a list of errors in the server log file: codex.wordpress.org/Debugging_in_WordPress
    Is this it?
    Notice: Trying to access array offset on value of type int in /home/xx/tarianpapa.com/public_html/wp-includes/formatting.php on line 904

    15. Which company offers your hosting?
    //www.xserver.ne.jp/でしょうか
    16.Is the server running Windows, or if it’s Linux…Apache, nginx or something else?
    It’s a server called the X server, I think it’s Windows.
    17. Which BP theme do you use?
    If you mean NOUVEAU or Legacy, then NOUVEAU.
    18. did you overload the BuddyPress template file?
    I don’t think they did.
    19. Are there any other site customizations that you think are relevant to the problem?
    No, sir.

    Basic troubleshooting.

    BP Themes: Is this issue specific to the theme set in Dashboard->Settings->BuddyPRess->Options?
    It only happens in NOUVEAU.
    You can use the private message feature normally in Legacy.

    #311814
    amnamn180
    Participant

    I’m using Facebook log in, in conjunction with BuddyPress (I’m using the Nextgen Social Login WordPress Plugin).

    The password, however, does not transfer over.

    If the user registers using facebook, then logs out. Then logs back in using the facebook email and password – BuddyPress does not recognise the details.

    It also does not notify the user of their username for logging in (which it makes up).

    Any advice?

    #311810
    clickallco
    Participant

    Did you allow your wordpress site to register members? Did you assign the register page to be the registering page through Buddypress?

    #311782
    mickysoft
    Participant

    Hi,
    I have a problem with the new profile block. The profile pictures of the users displayed there are only displayed if you are logged in. If you are not logged in, an error is generated instead of the profile picture.
    But I can call up the user profile via the link, in which the profile picture is displayed correctly.

    https://www.vhsfotoclub.de/mitgliederbereich/galerien-der-fotoclub-mitglieder/
    Wordpress Version 5.4.1–de_DE
    BuddyPress 6.0.0

    woofy123
    Participant

    @shanebp

    Hi, thanks for your reply before. I checked with the creators of the plugin and they say they can’t do it. so i decided to check by myself….the wise chat plugin redirects notifications to the email and the code for that is below….i don’t know coding and all that so i seriously need your help…what code do i put inplace of the email so that messages are reduirected to buddypress notifications? Please help..The code—–

    `<?php

    /**
    * WiseChat user notifications services.
    *
    * @author Kainex <contact@kaine.pl>
    */
    class WiseChatUserNotificationsService {

    /**
    * @var WiseChatUserNotificationsDAO
    */
    private $userNotificationsDAO;

    /**
    * @var WiseChatSentNotificationsDAO
    */
    private $sentNotificationsDAO;

    /**
    * @var WiseChatUsersDAO
    */
    private $usersDAO;

    /**
    * @var WiseChatChannelUsersDAO
    */
    private $channelUsersDAO;

    /**
    * @var WiseChatHttpRequestService
    */
    private $httpRequestService;

    /**
    * @var WiseChatOptions
    */
    private $options;

    public function __construct() {
    $this->options = WiseChatOptions::getInstance();
    $this->userNotificationsDAO = WiseChatContainer::getLazy(‘dao/WiseChatUserNotificationsDAO’);
    $this->sentNotificationsDAO = WiseChatContainer::getLazy(‘dao/WiseChatSentNotificationsDAO’);
    $this->usersDAO = WiseChatContainer::get(‘dao/user/WiseChatUsersDAO’);
    $this->channelUsersDAO = WiseChatContainer::get(‘dao/WiseChatChannelUsersDAO’);
    $this->httpRequestService = WiseChatContainer::getLazy(‘services/WiseChatHttpRequestService’);
    }

    /**
    * Sends all notifications for message.
    *
    * @param WiseChatMessage $message
    * @param WiseChatChannel $channel
    */
    public function send($message, $channel) {
    foreach ($this->userNotificationsDAO->getAll() as $notification) {
    $this->sendNotification($message, $channel, $notification);
    }
    }

    /**
    * Sends the notification.
    *
    * @param WiseChatMessage $message
    * @param WiseChatChannel $channel
    * @param WiseChatUserNotification $notification
    */
    private function sendNotification($message, $channel, $notification) {
    if ($notification->getType() == ’email’) {
    $this->sendEmailNotification($message, $channel, $notification);
    }
    }

    /**
    * Sends e-mail notification.
    *
    * @param WiseChatMessage $message
    * @param WiseChatChannel $channel
    * @param WiseChatUserNotification $notification
    */
    private function sendEmailNotification($message, $channel, $notification) {
    $timeRange = null; // seconds

    if ($notification->getFrequency() == ‘daily’) {
    $timeRange = 24 * 60 * 60;
    }
    if ($notification->getFrequency() == ‘hourly’) {
    $timeRange = 60 * 60;
    }
    if ($timeRange === null) {
    return;
    }

    if ($this->sentNotificationsDAO->wasNotificationSendForUser($notification->getId(), $channel->getId(), $message->getUserId(), $timeRange)) {
    return;
    }

    $recipientUser = $this->usersDAO->get($message->getRecipientId());
    if ($recipientUser === null) {
    return;
    }

    $channelUser = $this->channelUsersDAO->getActiveByUserIdAndChannelId($recipientUser->getId(), $channel->getId());
    if ($channelUser !== null) {
    return;
    }

    if ($recipientUser->getDataProperty(‘disableNotifications’) === true) {
    return;
    }

    if (!($recipientUser->getWordPressId() > 0)) {
    return;
    }

    $recipientWordPressUser = $this->usersDAO->getWpUserByID($recipientUser->getWordPressId());
    if ($recipientWordPressUser === null) {
    return;
    }

    $sentNotification = new WiseChatSentNotification();
    $sentNotification->setNotificationId($notification->getId());
    $sentNotification->setSentTime(time());
    $sentNotification->setChannelId($channel->getId());
    $sentNotification->setUserId($message->getUserId());
    $this->sentNotificationsDAO->save($sentNotification);

    // send the e-mail:
    $templateData = array(
    ‘${recipient}’ => $recipientWordPressUser->display_name,
    ‘${recipient-email}’ => $recipientWordPressUser->user_email,
    ‘${sender}’ => strip_tags($message->getUserName()),
    ‘${message}’ => $message->getText(),
    ‘${channel}’ => $message->getChannelName(),
    ‘${link}’ => $this->httpRequestService->getReferrerURL()
    );
    $emailSubject = str_replace(array_keys($templateData), array_values($templateData), $notification->getDetails()[‘subject’]);
    $emailBody = str_replace(array_keys($templateData), array_values($templateData), $notification->getDetails()[‘content’]);

    wp_mail($recipientWordPressUser->user_email, $emailSubject, $emailBody);
    }
    }

    stellamariee
    Participant

    Hi! Somehow on my website, the directory page doesn’t show a sidebar, no matter what I try. This is the page where I’d want the sidebar but it doesn’t show: https://starkehand.org/datenschutz/
    If you click on this page, the sidebar shows: https://starkehand.org/impressum

    The page settings of both pages are the same, I’ve tried everything relating to side width, etc. I don’t think it’s a problem with the Neve theme I’m using since the sidebar works on the other page.

    I’m using WordPress 5.4.1
    BuddyPress 5.2.0

    I’d really appreciate your help!! Thanks!

    #311750

    In reply to: Booking plugin

    rashidkalwar
    Participant
    #311746
    Varun Dubey
    Participant
    #311745
    N33D
    Participant
    #311744
    iamthewebb
    Participant

    I can replicate, could you open a ticket on trac https://buddypress.trac.wordpress.org/newticket

    #311727
    clickallco
    Participant

    I haven’t tried it myself but iFlyChat could be an alternative, you’d need a free iFlyChat api key by signing up on their website though.

    iFlyChat – WordPress Chat

    yomyaffe
    Participant

    Sorry? I m a little new nerd with wordpress, allways develop my own webs… what is this plugin? Where can i found it, and how can i use it

    #311674
    ivanwancora
    Participant

    HI

    We are developing a site with many hidden groups (around 20). When a hidden group is created nots visible in the loop of groups, and its only accessible by the url if you are in this group. So we need to know if exist any way to display the hidden group you are in the main menu of wordpress hiding the other groups and options of buddypress in the main navigation.

    We don’t know if that possible.

    Thanks a lot for your time. We appreciate you anwers.

    #311648
    N33D
    Participant

    Hi there,

    I found many other threads about this problem, but it seems nothing works out on my end. I have the latest version of WordPress and BuddyPress, have not that many plugins installed.

    All other emails are working and even I receive an email about a new user registration. But the new user don’t receives his activation email or new friend email.

    I use Sendgrid for emails which I have set up with WP Mail SMTP. Test emails are working, only BuddyPress emails are not working. BuddyPress emails are also not visible in Sendgrid, so they never leave WordPress.

    Also tried to do a repair from Tools -> BuddyPress (Reinstall emails -delete and restore from defaults) but that also doesn’t work out. I’m out of ideas. Such functionality should work out of the box.

    Hope anyone can help me out here.

    Thanks in advance.
    Justin

    baedyllion
    Participant

    Hello everyone,

    I’m pretty new to wordpress and buddypres and have to add I’m not a coder myself. I’m trying to find a solution on how I can remove ‘All Members’ and ‘Mentions’ in activity page in buddypress. In activity page I want to show just the activity of ‘My Groups’ . I tried CSS to do that but It didnt work out. Can anybody help me with this ?

    Thanks in advance.

    Cheers.

    #311609
    balebond
    Participant

    Running WordPress 5.4.1. and Buddypress 5.2. Users can’t register. With all other plugins off and using 2019 or 2020 themes, the front-end registration is still not working. The page does a quick refresh but no confirmation message, nothing recorded in database and no emails are sent. Not sure when this stopped working but had been on auto-pilot for at least a year with various plugins and Socialize theme by Ghostpool/Envato. User registration from the admin panel does work. With Buddypress also disabled saw that WordPress user registrations would work. https://godhelp.net/register/

    Any ideas?

    #311601
    @mercime
    Participant

    > I’ve just asked in Slack in Formidable and they have said that Formidable works with the WordPress user tables. So should BuddyPress not just find those fields?

    If that’s how they answered, then it looks to me that you would have to hire a developer to integrate your premium form plugin with BuddyPress. Have you tried searching their channel with regards to possible solutions with BP integration like another premium form plugin does? On our end, we have no access to their premium plugin and I’m reasonably sure that some of their clients have asked about support for BP.

    #311584
    kingfisher64
    Participant

    @mercime – thanks for replying. I’ve just asked in Slack in Formidable and they have said that Formidable works with the WordPress user tables. So should BuddyPress not just find those fields?

    I’m assuming Buddypress works this way too?

    Trying to get my head around exactly how both work so my apologies for the ignorance.

    Thanks for your time 🙂

    Kookidooki
    Participant

    Hello guys,

    I’m using the latest WP and Buddypress version for a new site. During testing we’ve encountered some problems:

    1. Cannot crop and upload avatars.
    2. Cannot upload images => it’s throwing http error.

    I’ve never seen this kind of problem before on other (older) buddypress and wordpress installs. We’re still using the same server.

    I did some search and some saying it’s a GD-library problem that’s not installed (?).

    What exactly is the problem and how can we fix this?

    Thank you for your time.

    djintelbe
    Participant

    Hello,

    I am getting problem with “Load more” in my Buddypress activity stream.
    When I click the “Load More” on the buddypress activity it loads more but does not refresh it. I want to make it “loads more” and refreshes at the same time after the load more is clicked on user activity stream.
    The raison I want that is I am using MathJax to render mathematical symbols ans equations and it needs the page to be refreshed before redering them.

    Please help me, I begg you. I need really that and I tried solving it myself several days but nothing.

    Wordpress version: 5.4.1
    Buddypress version : 5.2.0

    #311580
    krline
    Participant

    Could it be the MU-plugin “rms_unique_wp_mu_pl_fl_nm.php” no author, no version… Seems like something that was installed without you knowing it (maybe sneeked in when trying a plugin from non wordpress site)
    Looking at the plugin, seems to open a remote login to your site…

Viewing 25 results - 1,501 through 1,525 (of 22,687 total)
Skip to toolbar