?
Referenced as Related to: # 3700
avatar citizen3942
citizen3942
25 Mar 2014

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?

avatar citizen3942 citizen3942 - open - 25 Mar 2014
avatar Kixo
Kixo - comment - 31 May 2014

I will try to fix this one
You may blame the J!Tracker Application for transmitting this comment.

avatar Kixo
Kixo - comment - 31 May 2014

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.

avatar brianteeman
brianteeman - comment - 25 Aug 2014

closing this in favour of #3700 which has code attached

avatar brianteeman brianteeman - change - 25 Aug 2014
Status New Closed
Closed_Date 0000-00-00 00:00:00 2014-08-25 09:42:53
avatar brianteeman brianteeman - close - 25 Aug 2014
avatar zero-24 zero-24 - close - 25 Aug 2014
avatar sovainfo
sovainfo - comment - 19 Sep 2014

Not sure that I agree with the PR, but now both are closed without reason!

avatar zero-24 zero-24 - change - 7 Jul 2015
Labels Added: ?

Add a Comment

Login with GitHub to post a comment