No matter what I set the properties in the backend, the boolean value for "show_title" is always TRUE.
At first I edited "components\com_content\views\article\tmpl\default.php" Line 43:
-- <?php if ($params->get('show_title') || $params->get('show_author')) : ?>
++ <?php if (($params->get('show_title')&&$params->get('show_page_heading')) || $params->get('show_author')) : ?>
I know it is not a permanent solution, because that condition would be tied to two variables.
Any decent fixes for that?
Here is PR #3700
It will not break existing use case scenario but now user have the option to inherit Article options instead of Global options in that article.
I have made it possible for any option to be used in this way if it will be needed. It can be enabled by adding option COM_CONTENT_FIELD_VALUE_USE_ARTICLE_SETTINGS
You may blame the J!Tracker Application for transmitting this comment.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2014-08-25 09:42:53 |
Not sure that I agree with the PR, but now both are closed without reason!
Labels |
Added:
?
|
I will try to fix this one
You may blame the J!Tracker Application for transmitting this comment.