ProfessionalWiki / chameleon

Provides a highly flexible and customizable skin using Bootstrap 4
https://www.mediawiki.org/wiki/Skin:Chameleon
Other
115 stars 63 forks source link

Navhorizontal with user avatar #400

Open thomas-topway-it opened 7 months ago

thomas-topway-it commented 7 months ago

Allows to display an avatar in NavbarHorizontal, PersonalTools, as follows:


ScreenshotChameleonAvatar the avatar will be displayed using a file with same username of the user (like Admin.png), or using a dedicated hook ChameleonNavbarHorizontalPersonalToolsAvatarUrl, that can for instance be used in conjunction with SemanticMediawiki by setting a file as value of the property User image, and then retrieving the thumbnail from a code snippet placed in LocalSettings.php. (or from a dedicated extension)

Also the pull request includes the global parameter $chameleonDisableAvatar to disable the avatar.

krabina commented 6 months ago

any thoughts, @malberts ?

krabina commented 2 months ago

can we get this integrated?