View Issue Details

IDProjectCategoryView StatusLast Update
0005708Composr alpha bug reports[Composr] core_themeingpublic2024-05-01 00:00
ReporterMaster RatAssigned ToPatrick Schmalstig 
SeverityTrivial-bug 
Status resolvedResolutionfixed 
Summary0005708: 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.
Sponsorship open

Activities

Master Rat

2024-04-19 12:58

reporter  

ThemeZone.png (46,857 bytes)
ThemeZone.png (46,857 bytes)

Master Rat

2024-04-19 13:00

reporter  

ThemeZone1.png (40,326 bytes)
ThemeZone1.png (40,326 bytes)

Master Rat

2024-04-19 13:04

reporter   ~0008642

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.

Patrick Schmalstig

2024-04-19 19:21

administrator   ~0008644

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   ~0008717

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   ~0008718

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

hotfix-5708, 2024-05-01 12am.tar (84,992 bytes)

admin

2024-05-01 00:00

administrator   ~0008719

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 Patrick Schmalstig Note Added: 0008644