giterlizzi / dokuwiki-template-bootstrap3

Bootstrap-based template for DokuWiki
https://dokuwiki.org/template:bootstrap3
GNU General Public License v2.0
220 stars 77 forks source link

Avatar does not display anymore in User Menu #587

Open DrBrumm opened 1 year ago

DrBrumm commented 1 year ago

Without using any further plugins like avatar or userhomepage I always got a nice avatar picture for my users in the user menu with bootstrap3 only from including the avatars in the ...media\user folder. I recently changed some things in the wiki like playing with ACL for the user homepages and including plugin Dw2Pdf and that's when the avatars disappeared. After deinstalling Dw2Pdf and removing every previously set rights for the user page, however, avatar still do not display. I tried installing avatar, still no avatar displayed. Avatar pictures still exist in folder ...media\user so from the avatar doku they should get displayed. Is anyone else having this issue or any idea what went wrong? I am suspecting it might have something to do with the permits on the folders on the apache server, as these rights were adjusted by our IT department recently. Still, logged in as an admin I still do not get avatar images displayed, although I do have full access on the apache server folder structure.

Steps to reproduce

  1. I set ACL in a way that only logged in users were able to see only their own homepage (path :user:logged_in_user:homepage)

**Expected behavior:

User avatar should have been displayed as before.

**Actual behavior:

User avatar is only the "dummy-torso"

  1. I reset ACL permits such that everyone can do everything and removed path :user completely

**Expected behavior:

User avatar should have been displayed as before.

**Actual behavior:

User avatar is only the "dummy-torso"

Versions