?
avatar kat05
kat05
26 Apr 2017

Steps to reproduce the issue

I created 3 different custom fields:

  1. Checkboxes
  2. Text
  3. URL

and made sure to have values set for them inside my article. When checking on frontend with Protostar, all 3 custom fields showed up perfectly fine.

Expected result

I would expect Beez to show them too.

Actual result

When switching to Beez only the
2. Text
3. URL
custom fields are rendered.

System information (as much as possible)

Joomla 3.7, php 7.1

Additional comments

This seems like a minor issue but unfortunately a lot of our (RT) template overrides were done a long time ago and based on Beez, so unfortunately some of our own older templates do not show the Checkbox custom field either.

j3_7_protostar
j3_7_beez

avatar kat05 kat05 - open - 26 Apr 2017
avatar joomla-cms-bot joomla-cms-bot - change - 26 Apr 2017
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 26 Apr 2017
avatar joomla-cms-bot joomla-cms-bot - change - 26 Apr 2017
Title
[3.7] [com_fields] Beez not showing new Checkbox custom field in an article
Joomla 3.7 - Beez not showing new Checkbox custom field in an article
avatar joomla-cms-bot joomla-cms-bot - edited - 26 Apr 2017
avatar franz-wohlkoenig franz-wohlkoenig - change - 26 Apr 2017
Title
Joomla 3.7 - Beez not showing new Checkbox custom field in an article
[3.7] [com_fields] Beez not showing new Checkbox custom field in an article
avatar franz-wohlkoenig franz-wohlkoenig - change - 26 Apr 2017
Category com_fields Front End Layout Templates (site)
avatar franz-wohlkoenig franz-wohlkoenig - change - 26 Apr 2017
Title
Joomla 3.7 - Beez not showing new Checkbox custom field in an article
[3.7] [com_fields] Beez not showing new Checkbox custom field in an article
avatar Bakual
Bakual - comment - 26 Apr 2017

This is not related to the type checkboxes but to the "Automatic Display" position you have chosen for that field.
If you look at the override for Beez, that "afterDisplayTitle" content is only shown when the "Show Intro" parameter is set to off.
https://github.com/joomla/joomla-cms/blob/staging/templates/beez3/html/com_content/article/default.php#L76-L78

I have no clue why the code is like that. To me the whole if clause doesn't make any sense as this isn't tied to an intro text at all. I'd just remove that and always show the content of that property.

avatar Bakual
Bakual - comment - 26 Apr 2017

@brianteeman Was that intended to be posted here? 3d3c493

avatar brianteeman
brianteeman - comment - 26 Apr 2017

Oops

avatar franz-wohlkoenig
franz-wohlkoenig - comment - 28 Apr 2017

@Bakual is PR #15639 related to this Issue too?

avatar Bakual
Bakual - comment - 28 Apr 2017

Yes, #15639 should fix this.
Closing as there is a PR to test.

avatar Bakual Bakual - change - 28 Apr 2017
Status New Closed
Closed_Date 0000-00-00 00:00:00 2017-04-28 06:37:54
Closed_By Bakual
avatar Bakual Bakual - close - 28 Apr 2017

Add a Comment

Login with GitHub to post a comment