Loading...
 
Features / Usability

Features / Usability


Avatar Plugin

posts: 89 Argentina

In tw.org page header right side, pluginavatar is used to display user avatar and to link to user information.
If true, would someone indicate me in which phpscript the plugin has been included within the header code?
Thanks,

Rogelio

posts: 4656 Japan

The Site Identity feature is used to display the information at the top of the page here. See TWOSiteIdentityCustomCode for the specific code that is used. Actually the avatar plugin itself isn't used; rather, a div background image is specified using the URL tiki-show_user_avatar.php?user={$user}.

-- Gary

posts: 89 Argentina

Thanks Gary, I just began working with Site Identity Custom Code at tw.o.

Rogelio

> The Site Identity feature is used to display the information at the top of the page here. See TWOSiteIdentityCustomCode for the specific code that is used. Actually the avatar plugin itself isn't used; rather, a div background image is specified using the URL tiki-show_user_avatar.php?user={$user}.
>
> — Gary