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

User Bio Widget

აღწერა

This widget will easily allow you to display the “Biographical Info” of any blog author’s user profile in the sidebar. It allows you to choose from multiple authors/users on the blog, if your blog does, in fact, have multiple authors. Subscribers are excluded for obvious reasons (Contributors, Authors, Editors, and Administrators are included).

Additionally, the widget grants the ability to display the selected author’s Gravatar, with multiple size and alignment options available.

Please submit any bug reports, support questions, or requests here.

დაყენება

  1. Upload user-bio-widget.php to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins -> Installed’ menu in your dashboard.
  3. Add the ‘User Bio’ Widget to your sidebar via ‘Appearance -> Widgets’ in your dashboard.

ხდკ

How can I style the Gravatar image?

You can add and customize the following CSS within your theme’s primary stylesheet/CSS file (normally style.css):

.ub-grav img {

These are just some example properties you can use

border: 2px solid #eeeeee;
padding: 3px;
}

Are subscribers included?

No. Only contributors, authors, editors, and administrators (i.e. any user able to actually create posts).

What’s a Gravatar?

A Gravatar is a Globally Recognized Avatar (i.e. your user picture/icon). You can upload one via http://gravatar.com (it will be attached to your e-mail address).

Can I only display my Gravatar with the widget?

Yes; simply leave your “Biographical Info” section (in your user profile) blank, and configure the widget to display your Gravatar.

If an author doesn’t have a Gravatar uploaded, and they configure the widget to display a Gravatar, which image is used?

The default image is determined by the ‘Default Avatar’ setting found in your dashboard under Settings -> Discussion.

I have a Gravatar configured, but it’s not appearing. What’s up?

For the Gravatar to appear, you must have the ‘Show Avatars’ option under Settings -> Discussion set to ‘Show Avatars’. Also, please check your ‘Maximum Rating’ setting and compare it with your own Gravatar’s rating.

მიმოხილვები

There are no reviews for this plugin.

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

“User Bio Widget” ღია პროგრამული უზრუნველყოფაა. შემდეგმა ადამიანებმა წვილი შეიტანეს მის განვითარებაში.

მონაწილეები

გადათარგმნეთ User Bio Widget თქვენს ენაზე.

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

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

ცვლილებები

0.2

  • Adds compatibility with the WordPress 3.0 Multi-Site feature.
  • Adds a configuration option for displaying only the Gravatar image (with no bio text).
  • Updates the message displayed if no bio information is entered in the author’s profile.
  • Adds some additional styling to the “Gravatar Options” section in the widget’s configuration panel.
  • Slightly modifies the default styling of the Gravatar image.