이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

GravatarLocalCache

설명

With this plugin you can cache gravatar images on your server (and they will be delivered with the cache settings of your webserver).

Please report bugs and/or feature-request to our ticket-system: Bugtracker/Wiki.
For Support, please use the forum.
Latest development news: Twitter.

ToDo

  • [NEW] cronjob to refresh cached images

설치

  1. Upload the ‘GravatarLocalCache’ folder to ‘/wp-content/plugins/’
  2. Activate the plugin through the ‘Plugins’ menu in the WordPress admin
  3. Adjust the caching time on the options page (default: 3 days)

FAQ

The loading time of my website is very high?

This can happen, if there are many gravatar images that need to be updated…
Shoudn’t be a problem since version 0.9.2.

Gravatars aren’t cached, whats the problem?

GravatarLocalCache depends on the use of get_avatar() (a WordPress function).
If your plugin/theme doesn’t use this function, GLC can’t fetch the gravatar requests. Ask the author of the plugin/theme to use “get_avatar()”.

How can i change the cache/proxy-settings of the images?

If you use apache as your webserver, you can set the options throught .htacces as described here (german) , here or here.
For other webservers you have to check the manual.

For any further questions, please use the support forum.

후기

2017년 2월 7일
1. not working in widget 2. destroy any avatars icons here: /wp-admin/options-discussion.php and tring to caching it, but 404. 1. working in comments
모든 2 평가 읽기

기여자 & 개발자

“GravatarLocalCache”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “GravatarLocalCache”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.1.2

  • [FIX] save options

1.1.1

  • [FIX] updated to latest WordPress-API-calls (WP >=3.3.0 required)

1.1.0

  • [NEW] “auto”-delete files older than cache time/cachecleanup

1.0.2

  • [FIX] open_basedir-restriction error (thx BenBE)

1.0.1

  • [FIX] compatibility release for wp3.0

1.0.0

  • [NEW] some more stats
  • [NEW] dashboard widget with some stats
  • [NEW] german translation
  • [FIX] cache directory moved to wp-content/glc_cache
  • more information

0.9.5 (1.0.0 RC4)

0.9.4 (1.0.0 RC3)

  • [FIX] default gravatar (mystery only)

0.9.3 (1.0.0 RC2)

  • [NEW] wordpress setting for the default gravatar is now used
  • [FIX] if there is a problem with the cache directory, some debug information will be displayed
  • [FIX] possible duplicate constant

0.9.2 (1.0.0 RC1)

  • [NEW] number of gravatars to be fetched is now limited (max 3 per page)
  • more information

0.9.1

  • [FIX] path/url

0.9.0

  • [NEW] initial release