View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0036664 | mantisbt | plug-ins | public | 2025-11-07 16:12 | 2025-11-09 20:06 |
| Reporter | Emiliusz | Assigned To | atrol | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | resolved | Resolution | duplicate | ||
| Product Version | 2.27.3 | ||||
| Summary | 0036664: Custom Avatar without the Gravatar plugin | ||||
| Description | Hi everyone, is it possible to upload your own avatar to the Mantis app? I know you can use Gravatar, but my email address is only available internally at the company I work for? I have Mantis version 2.27.3 PHP 8.2.12 | ||||
| Tags | No tags attached. | ||||
| duplicate of | 0008257 | acknowledged | store avatar local |
|
This feature is currently only supported in MantisHub - https://www.mantishub.com -- it will probably be added to MantisBT in the future. |
|
|
I tried to create a plugin using Chat GPT that would allow users with access levels from updater and up to change their avatars. It worked so well that it loaded avatars into the main images folder and named them with the user ID from the database. Unfortunately, it didn't display anything in the HTML code on the page, and the outer HTML fragment in the src was empty. src <img class="bugnote-avatar-80" src="" alt=""> |
|