Plugin Avatar
This Wiki Plugin displays a user's avatar and can make it a link to another page.Table of contents
Usage and Parameters
To use this plugin in a wiki page, use the syntax:Syntax for AVATAR plugin
{AVATAR(page=>SomeWikiPage, float=>left|right)}username{AVATAR}| Parameter | Accepted values | Default | Effect | Required? | Since |
|---|---|---|---|---|---|
| page | A wiki page name | none | Turns avatar into a link to this page. If the user's information is public, then the avatar will automatically be a link to the user information page for that user if this page parameter is not set. Note: This automatic link is not working properly currently - see bug reported at http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=2476. | n | |
| float | right or left | none | Causes avatar to align right or left | n | |
| body (between the AVATAR tags) | A username. Note: leave no spaces between the tags or nothing will show. | none | The avatar for this user will appear. If the user has no avatar, or if no username is given, then nothing will appear. | y |
Example
With page link and float left
This code:Including a page link and float left
{AVATAR(page=>"tiki-user_information.php?userId=10", float=>"left")}marclaporte{AVATAR}Would produce on this site:
With no page link and float right
This code:No page link and float right
{AVATAR(float=>right)}ricks99{AVATAR}Would produce on this site:
