Title: Badges
Author: eroux
Published: <strong>28. Januar 2011</strong>
Last modified: 3. Mai 2024

---

Plugins suchen

Dieses Plugin wurde **nicht mit den 3 neuesten Hauptversionen von WordPress getestet**.
Es wird möglicherweise nicht mehr gepflegt oder unterstützt und kann bei der Verwendung
mit neueren WordPress-Versionen zu Kompatibilitätsproblemen führen.

![](https://s.w.org/plugins/geopattern-icon/badges.svg)

# Badges

 Von [eroux](https://profiles.wordpress.org/eroux/)

[Herunterladen](https://downloads.wordpress.org/plugin/badges.zip)

 * [Details](https://de.wordpress.org/plugins/badges/#description)
 * [Rezensionen](https://de.wordpress.org/plugins/badges/#reviews)
 *  [Installation](https://de.wordpress.org/plugins/badges/#installation)
 * [Entwicklung](https://de.wordpress.org/plugins/badges/#developers)

 [Support](https://wordpress.org/support/plugin/badges/)

## Beschreibung

Display „Badges“ (which are really no more than HTML snippets) from a set of files
in a specified directory off the root of the blog. The directory will default to„./
badges“ and the Zip file contains both that directory as well as a „Sample“ badge.

Using the Widget you can choose whether to:

 1. enable „Display Badge in a Box“ (enabled by default, uses internal CSS)
 2. enable „Display a Drop-Shadow“ (probably best used with „Box Mode“)

as well as

 1. decide whether you would like to use a Title
 2. define the directory of the badges.

## Screenshots

 * [[
 * Configuring the widget to read badges from `damn-badges` and display them as „
   Badges“.
 * [[
 * The default configuration of the widget, displaying the default path (badges).
 * [[
 * Badges displayed Padded and Boxed, but with Drop-Shadows disabled.

## Installation

**Install**

 1. Unzip the `badges.zip` file.
 2. Upload `badges.php` to the `/wp-content/plugins/` directory.
 3. Aktiviere das Plugin im Menü ‚Plugins‘ im WordPress Backend.
 4. Use the „Badges“ widget.

**Upgrade**

 1. Follow your normal installation process
 2. Open the Widget Control Panel for „Badges“ and confirm settings.
 3. Sit back and enjoy…

**Use the WordPress Plug-in System**

 1. Select „Upgrade and Activate“
 2. Congratulate yourself on a sterling job.

## FAQ

### Which naming convention is used for the badges

All badges needs to be named `XXname.inc`, where „XX“ is a number (used to determine
ordering) and the „.inc“ is required.

### What is the format of the „Badge“ files?

You could view the included „demo“ file: `00testbadge.inc`, but here’s another, 
slightly simpler, example:

    ```
    <!-- Support CC -->
    <div id="badge-supportcc-inner" onclick="location.href='http://creativecommons.org';" style="cursor: pointer;">
    <img width=88 height=31 alt="http://creativecommons.org" title="Support the Creative Commons!"
        src="http://creativecommons.org/images/support/2010/cc-support.png" />
    <br />
        Support the Creative Commons!
    </div>
    <!-- /Support CC -->
    ```

### How do I style the badges using CSS?

Quite simply by using the `div.badgegroup` class to style a set of badges. To style
them individually, use the `div.badge` class.

### How do I limit the styling to a set of badges?

Look for the relevant „Badge Group’s“ ID and then use the `div#badge-ID > div.badge`
CSS selector.

### How do I style a single badge?

Easiest yet: every badge gets a unique ID generated by the plug-in based on the 
badge’s file-name and the directory. Simply use that (you’ll have to inspect the
source to see what the id is; by example the ID generated by my Site-Licence badge
is „badge-damn-licencing-licencing“).

## Rezensionen

Für dieses Plugin gibt es keine Rezensionen.

## Mitwirkende und Entwickler

„Badges“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:

Mitwirkende

 *   [ eroux ](https://profiles.wordpress.org/eroux/)

[Übersetze „Badges“ in deine Sprache.](https://translate.wordpress.org/projects/wp-plugins/badges)

### Interessiert an der Entwicklung?

[Durchstöbere den Code](https://plugins.trac.wordpress.org/browser/badges/), sieh
dir das [SVN-Repository](https://plugins.svn.wordpress.org/badges/) an oder abonniere
das [Entwicklungsprotokoll](https://plugins.trac.wordpress.org/log/badges/) per 
[RSS](https://plugins.trac.wordpress.org/log/badges/?limit=100&mode=stop_on_copy&format=rss).

## Änderungsprotokoll

#### 2.3

 * Give groupings of badges a different class than badges

#### 2.2

 * Moved to a ‚<div>‘ based layout instead of using Lists
 * Split Boxing and Padding into two separate options

#### 2.1

 * Fixed the HTML generated to be cleaner and identify the badge class better
 * Simplified the examples slightly

#### 2.0

 * Cosmetic changes
 * Added (better) examples to the documentation

#### 1.0

 * Initial Public Release

## Meta

 *  Version **2.5**
 *  Zuletzt aktualisiert **vor 2 Jahren**
 *  Aktive Installationen **10+**
 *  WordPress-Version ** 6.0 oder höher **
 *  Getestet bis **6.5.8**
 *  Sprache
 * [English (US)](https://wordpress.org/plugins/badges/)
 * Schlagwörter
 * [admin](https://de.wordpress.org/plugins/tags/admin/)[administration](https://de.wordpress.org/plugins/tags/administration/)
   [books](https://de.wordpress.org/plugins/tags/books/)[read](https://de.wordpress.org/plugins/tags/read/)
   [reading](https://de.wordpress.org/plugins/tags/reading/)
 *  [Erweiterte Ansicht](https://de.wordpress.org/plugins/badges/advanced/)

## Bewertungen

Es wurden noch keine Rezensionen eingereicht.

[Your review](https://wordpress.org/support/plugin/badges/reviews/#new-post)

[Alle Rezensionen anzeigen](https://wordpress.org/support/plugin/badges/reviews/)

## Mitwirkende

 *   [ eroux ](https://profiles.wordpress.org/eroux/)

## Support

Möchtest du etwas mitteilen? Brauchst du Unterstützung?

 [Support-Forum anzeigen](https://wordpress.org/support/plugin/badges/)