?
avatar helvecio
helvecio
27 Jul 2018

Steps to reproduce the issue

  1. Login to the Administrator, create a category;
  2. Go to the Menus Manager and create a new menu item with the type Category Blog;
  3. Associate this menu item to the category created in step 1;
  4. Create some articles and add tags to them;
  5. Add these articles to the category created in step 1;
  6. Go to the front-end to see the page created.
  7. Now go to the Articles global settings;
  8. Change Show Published Date to Hide;
  9. In Articles > Show Tags make sure it is set to Show

Expected result

  • Published Date is hidden, but Tags are displayed

Actual result

  • Both Published Date and Tags are not displayed

System information (as much as possible)

  • PHP Built On | Linux
  • Database Type | mysql
  • Database Version | 5.6.39
  • Database Collation | latin1_swedish_ci
  • Database Connection Collation | utf8mb4_general_ci
  • PHP Version | 5.6.36
  • Web Server | Apache
  • WebServer to PHP Interface | cgi-fcgi
  • Joomla! Version | Joomla! 3.8.10 Stable [ Amani ] 26-June-2018 15:45 GMT
  • Joomla! Platform Version | Joomla Platform 13.1.0 Stable [ Curiosity ] 24-Apr-2013 00:00 GMT
  • User Agent | Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.75 Safari/537.36
avatar helvecio helvecio - open - 27 Jul 2018
avatar joomla-cms-bot joomla-cms-bot - change - 27 Jul 2018
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 27 Jul 2018
avatar franz-wohlkoenig franz-wohlkoenig - change - 27 Jul 2018
Category com_tags
avatar franz-wohlkoenig franz-wohlkoenig - change - 27 Jul 2018
Status New Discussion
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 27 Jul 2018

Can't confirm, works as expected. Can remember but don't find an Issue about this Behaviour.

System information

  • 3.8.11-dev
  • Template: Protostar
  • macOS Sierra, 10.13.6
  • Firefox 61 (64-bit)

CloudAccess.net

  • PHP 7.1.15
  • MySQLi 5.7.18-cll-lve
avatar mbabker
mbabker - comment - 27 Jul 2018

Check for a layout override and make sure your tags display isn't nested inside a check to show the publish date.

avatar SharkyKZ
SharkyKZ - comment - 27 Jul 2018

Issue confirmed. Other options (modify date, create date, hits, category, parent category, author and associations) also need to be set to hidden.

avatar SharkyKZ
SharkyKZ - comment - 27 Jul 2018

Test PR #21275 please.

avatar franz-wohlkoenig franz-wohlkoenig - change - 27 Jul 2018
Status Discussion Closed
Closed_Date 0000-00-00 00:00:00 2018-07-27 16:42:15
Closed_By franz-wohlkoenig
avatar joomla-cms-bot joomla-cms-bot - change - 27 Jul 2018
Closed_By franz-wohlkoenig joomla-cms-bot
avatar joomla-cms-bot joomla-cms-bot - close - 27 Jul 2018
avatar joomla-cms-bot
joomla-cms-bot - comment - 27 Jul 2018
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 27 Jul 2018

closed as having Pull Request #21275

avatar helvecio
helvecio - comment - 30 Jul 2018

I fixed this issue with the following solution.

In blog_item.php on line 37 one finds the following code:

01

Moved the codes within lines 40 through 42:

02

As I am not a programmer I am not sure this is the best way to do it, but it sure solved my problem.

avatar helvecio
helvecio - comment - 30 Jul 2018

And I got the back end settings to work properly.

avatar mbabker
mbabker - comment - 30 Jul 2018

... which is exactly what the pull request mentioned is doing, it'd be helpful to test said change so it could be merged to core ...

Add a Comment

Login with GitHub to post a comment