So, schon wieder am nerven, mit ner neuen Frage...!
Ich habe das Plguin User Photo (WordPress › User Photo « WordPress Plugins). Hochgeladen,...
Wie kann dieses Plugin jetzt nutzen?
Auf der Seite steht daz noch folgeneder Text:
Code
New template tags introduced are: [LIST]
[*]userphoto_the_author_photo()
[*]userphoto_the_author_thumbnail()
[*]userphoto_comment_author_photo()
[*]userphoto_comment_author_thumbnail()[/LIST] The first two should be placed in the posts loop near the_author(), and the second two in the comments loop near comment_author() (or their respective equivalents). Furthermore, userphoto_the_author_photo() and userphoto_the_author_thumbnail() may be called anywhere (i.e. sidebar) if $authordata is set.
The output of these template tags may be modified by passing four parameters: $before, $after, $attributes, and $default_src, as in: userphoto_the_author_photo($before, $after, $attributes, $default_src). If the user photo exists (or $default_src is supplied), then the text provided in the $before and $after parameters is respectively prefixed and suffixed to the generated img tag (a common pattern in WordPress). If attributes are provided in the $attributes parameter, then they are returned as attributes of the generated img element. For example: userphoto_the_author_photo('', '', array(style => 'border:0')) Just added in 0.8.1 release are these two new template tags:
[LIST]
[*]userphoto($userdata, $before = '', $after = '', $attributes = array(), $default_src = '')
[*]userphoto_thumbnail($userdata, $before = '', $after = '', $attributes = array(), $default_src = '')[/LIST] By using these, it is uneccessary to set the global $authordata to display a photo. Just pass $authordata, $curauth or whatever variable you have which contains the user object.
Jetzt meine Frage: was bedeutet das, muss ich diese Sahcne in mein Template integrieren? Oder auf der Seite, auf welcgher dann die Bilder neben den Personen angezeigt werden sollen? Oder wo?
Ußerdem werden die Bilder irgendwie nicht bei den Kommentaren angezeigt... Tausende Fragen aml wieder... Hoffe mir kann jemand helfen...
Danke im vorraus!
Gregor