View Issue Details

IDProjectCategoryView StatusLast Update
5708Composr alpha bug reportscore_themeingpublic2024-05-01 00:00
ReporterMaster Rat Assigned ToPDStig  
PrioritynormalSeveritytrivial 
Status resolvedResolutionfixed 
Summary5708: Theme Zone Listing empty zone options
DescriptionGo to manage themes, at the bottom it shows "Zones" and the listing of zones for the site. The zones if I am correct should be the created zones that the user created in the site to add different themes to. It appears they have no names displayed and the link lead to an error. I have two zones created and cannot change the thems on those zones.

TagsNo tags attached.
Attach Tags
Attached Files
ThemeZone.png (46,857 bytes)   
ThemeZone.png (46,857 bytes)   
ThemeZone1.png (40,326 bytes)   
ThemeZone1.png (40,326 bytes)   
Sponsorship open

Sponsor

Date Added Member Amount Sponsored

Activities

Master Rat

2024-04-19 13:04

reporter   ~8642

If I am correct in thought, If you created several zones the name should have been placed/listed in the zones screen and the link would point to the configuration of that zone to apply a different theme.

PDStig

2024-04-19 19:21

administrator   ~8644

Oh that's a language parsing error. Those {1}s should have been parsed by the lang compiler and thus displaying the name of the zones. That's definitely a bug.

admin

2024-05-01 00:00

administrator   ~8717

Automated response: Manage Themes has broken zones listing

The zones listing on manage themes was broken because the Tempcode was using {1} instead of {_loop_key}. This hotfix fixes that issue.

admin

2024-05-01 00:00

administrator   ~8718

Fixed in Git commit c89d50b137 (https://gitlab.com/composr-foundation/composr/commit/c89d50b137 - link will become active once code pushed to GitLab)

admin

2024-05-01 00:00

administrator   ~8719

A hotfix (a TAR of files to upload) has been uploaded to this issue. These files are made to the latest intra-version state (i.e. may roll in earlier fixes too if made to the same files) - so only upload files newer than what you have already. If there are files in a hot-fix that you don't have then they probably relate to addons that you don't have installed and should be skipped. Always take backups of files you are replacing or keep a copy of the manual installer for your version, and only apply fixes you need. These hotfixes are not necessarily reliable or well supported. Not sure how to extract TAR files to your Windows computer? Try 7-zip (http://www.7-zip.org/).

Issue History

Date Modified Username Field Change
2024-04-19 12:58 Master Rat New Issue
2024-04-19 12:58 Master Rat File Added: ThemeZone.png
2024-04-19 13:00 Master Rat File Added: ThemeZone1.png
2024-04-19 13:04 Master Rat Note Added: 0008642
2024-04-19 19:21 PDStig Note Added: 0008644