简体   繁体   English

如何从 Buddypress 个人资料中删除 Gravatar 消息

[英]How to remove Gravatar Message from Buddypress Profile

I want to remove/hide我想删除/隐藏

"Your profile photo will be used on your profile and throughout the site. If there is a Gravatar associated with your account email we will use that, or you can upload an image from your computer." “您的个人资料照片将用于您的个人资料和整个网站。如果有与您的帐户电子邮件相关联的 Gravatar,我们将使用它,或者您可以从您的计算机上传图片。”

message from BuddyPress Profile Photo upload section.来自 BuddyPress 个人资料照片上传部分的消息。

Anyone can help ?任何人都可以帮忙吗?

Goto: src/public_html/wp-content/themes/(Theme Name)/buddypress/members/single/profile/change-avatar.php and remove the following coding.转到: src/public_html/wp-content/themes/(Theme Name)/buddypress/members/single/profile/change-avatar.php并删除以下代码。 May be 25 to 29 lines可能是25到29行

<figure class="callout-blockquote light">
    <blockquote>
        <p><?php _e( 'Your profile photo will be used on your profile and throughout the site. If there is a <a href="http://gravatar.com">Gravatar</a> associated with your account email we will use that, or you can upload an image from your computer.', 'buddypress' ); ?></p>
    </blockquote>
</figure>
<p><?php _e( 'Your avatar will be used on your profile and throughout the site. If there is a <a href="http://gravatar.com">Gravatar</a> associated with your account email we will use that, or you can upload an image from your computer.', 'buddypress'); ?></p>

位于 buddypress\\bp-themes\\bp-default\\members\\single\\profile\\change-avatar.php

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM