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

Recent Comments with Avatars

설명

Once the widget is added to your sidebar you may easily configure it to provide a display of recent comments with comment author avatars. The options are:

  • The title of the widget.
  • Limit the number of comments to shown (1 to 15).
  • Option to display the avatar of the comment author, or not.
  • Set the size of the avatar.
  • Chose to have the comment author’s URL (if given) open in a new window,
  • Show the date of the comment, or not.
  • Set the format of the date.
  • Set the size (as a fraction of the normal text size) of the date string.
  • Show an excerpt from the comment.
  • Convert smilies in the excerpt.
  • Show a country flag indicating the source of the comment, requires MySQL database modifications, see below.
  • Show a country flag in main comment loops, non-widget, requires theme and MySQL database modifications, see below.

The style of the output may be controlled with simple CSS rules that need to be included in your styles.css template file.
The container (i.e. <ul> or <table>) has the id recentcomments (use CSS .recentcomments).
List items (i.e. <li>) have the class recentcomments (use CSS #recentcomments).

설치

  • Put the complete plug-in folder into your WordPress plug-in directory (if this doesn’t make sense it probably isn’t something you should be trying) and activate it.
  • Go to your Appearance » Widgets page and include Recent Comments in your sidebar.
  • Use the configuration options to set up your widget to display recent comments as you like… 😉
  • Optionally, to use the comment flag options, the following notes must be completed…

Flag installation notes
Modify your theme to show country flags in main comment loops, you must make this change to your comments.php theme template file. Change wp_list_comments(); to sa_comment_list_with_flag();.
And you must import the wp_iptocountry.sql file into your MySQL WordPress database.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

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

기여자

자국어로 “Recent Comments with Avatars”(을)를 번역하세요.

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

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