-
Notifications
You must be signed in to change notification settings - Fork 265
Open
Labels
Description
Basic Information
When editing member groups, the list of available membericons is pulled from Themes/default/images/membericons, but if a different theme is active then the forum will attempt to display the icons found in Themes/currenttheme/images/membericons
This means the icons must be placed in two directories: the default theme, and the current theme. One for the list, one for actual use.
If the icons are only in the current theme, they can't be selected for use.
If the icons are only in the default theme, the can be selected but the image displayed on the forum will be 404.
Steps to reproduce
- Add a new icon to the current theme
- It cannot be selected from the membergroup dropdown menu
or
- Add a new icon to the default theme
- It can be selected from the membergroup dropdown menu
- It will not show on forum pages, a broken image icon is shown instead because the URI points to the current theme
Expected result
No response
Actual result
No response
Version/Git revision
2.1.6
Database Engine
MySQL
Database Version
No response
PHP Version
No response
Logs
Additional Information
No response