ეს პლაგინი არ დატესტილა WordPress-ის 3 ძირითად ვერსიაზე. როგორც ჩანს, ის უკვე აღარ არის მხარდაჭერილი და შესაძლოა არ იყოს თავსებადი WordPress-ის მიმდინარე ვერსიასთან.

WP Recent Comments With Avatars

აღწერა

Lightweight plugin that overrides the default widget “recent comments” in WordPress, adding an avatar display visitors comments and quotes length of 50 characters.

Is a direct descendant of WP_Widget_Recent_Comments.

Example markup that is generated by the plugin(for theming):

<ul id="recentcomments">
  <li class="recentcomments">
    <div class="alignleft">
      <img width="32" height="32" class="avatar avatar-32 photo" src="http://0.gravatar.com/...%3D32&amp;r=G" alt="">
    </div>
    <b>UserName</b>: excerpt comment <a href="http://example.com/page/#comment-ID">»</a>
  </li>
  <li class="recentcomments">
  ...
  </li>
</ul>

დაყენება

  1. Unzip files.
  2. Upload ‘wp-recent-comments-with-avatars’ to the ‘/wp-content/plugins/’ directory.
  3. Activate the plugin through the ‘Plugins’ menu in WordPress.
  4. Place the widget “Recent Comments” in the sidebar. That’s it!

ხდკ

მიმოხილვები

03.09.2016
Das Plugin läuft auch mit der aktuellsten Version von WP. Man wird vergebens nach einem Widget oder Einstellmöglichkeiten suchen, es gibt keine und man benötigt auch keine. Das Plugin erzeugt lediglich im bestehenden "Letzte-Kommentare"-Widget links die Anzeige der Avatare. Eine persönliche Gestaltung kann man über die styles.css vornehmen.
3 რევიუს წაკითხვა

მონაწილეები & დეველოპერები

“WP Recent Comments With Avatars” ღია პროგრამული უზრუნველყოფაა. შემდეგმა ადამიანებმა წვილი შეიტანეს მის განვითარებაში.

მონაწილეები

გადათარგმნეთ WP Recent Comments With Avatars თქვენს ენაზე.

დაინტერესებული ხართ დეველოპმენტით?

დაათვალიერეთ კოდი, შეამოწმეთ SVN რეპო, ან გამოიწერეთ შექმნის ჟურნალი : RSS.

ცვლილებები

1.0

  • The first version of the plugin.