?
avatar PhilETaylor
PhilETaylor
11 May 2021

(Joomla 4)

In the JConfig (configuration.php) there is a value for MetaTitle

public $MetaTitle = true;

It is always set to true on installation by ConfigurationModel.php:456

$registry->set('MetaTitle', true);

There is no field in the Global Configuration for this param.

It is only used once in the whole of Joomla 4, and that is in components/com_newsfeeds/src/View/Newsfeed/HtmlView.php:311

if ($app->get('MetaTitle') == '1')

However its value will ALWAYS be true in Joomla 4, because there is no Global Configuration field for this param, and its set to true at installation time.

It is also the only class param in JConfig that phpStorm greys out.

Screenshot 2021-05-11 at 18 39 41

Do we remove the param creation at installation time and remove the feature in newsfeeds?
or
Do we add a field in Joomla Global Configuration to configure this field?

avatar PhilETaylor PhilETaylor - open - 11 May 2021
avatar joomla-cms-bot joomla-cms-bot - change - 11 May 2021
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 11 May 2021
avatar PhilETaylor PhilETaylor - change - 11 May 2021
The description was changed
avatar PhilETaylor PhilETaylor - edited - 11 May 2021
avatar PhilETaylor PhilETaylor - change - 11 May 2021
The description was changed
avatar PhilETaylor PhilETaylor - edited - 11 May 2021
avatar PhilETaylor PhilETaylor - change - 11 May 2021
The description was changed
avatar PhilETaylor PhilETaylor - edited - 11 May 2021
avatar PhilETaylor PhilETaylor - change - 11 May 2021
The description was changed
avatar PhilETaylor PhilETaylor - edited - 11 May 2021
avatar PhilETaylor PhilETaylor - change - 11 May 2021
The description was changed
avatar PhilETaylor PhilETaylor - edited - 11 May 2021
avatar PhilETaylor PhilETaylor - change - 18 May 2021
Status New Closed
Closed_Date 0000-00-00 00:00:00 2021-05-18 09:46:27
Closed_By PhilETaylor
avatar PhilETaylor PhilETaylor - close - 18 May 2021
avatar PhilETaylor
PhilETaylor - comment - 18 May 2021

PR [4.0] metatitle in newsfeed display #33939

Add a Comment

Login with GitHub to post a comment