e107inc / e107

e107 Bootstrap CMS (Content Management System) v2 with PHP, MySQL, HTML5, jQuery and Twitter Bootstrap. Issue Discussion Room: https://gitter.im/e107inc/e107
https://e107.org
GNU General Public License v3.0
318 stars 212 forks source link

fix 4880 for News category template #5067

Closed Jimmi08 closed 7 months ago

Jimmi08 commented 10 months ago

Motivation and Context

Fix for https://github.com/e107inc/e107/issues/4880

Description

Related news are displayed on the item page, so they should be in the view template. Admin way for displaying template options is correct, the problem was in the template itself (old stuff when the item template wasn't in a separate file).

It this template doesn't exist, the former template is used. Related news are always displayed (core stuff, template is not mandatory, it is correct)

To remove related news, you need to delete the shortcode from the template.

Types of Changes

Checklist