Title-C
Details ....
Content-C
Home
Details ...
Content-C
It seems, the options of menu Home are applied when displaying article Title-C
Title |
|
Title |
|
||||||
Labels |
Added:
?
|
Category | ⇒ | Front End |
@richard67: maybe my description is not clear enough. Let me try to clarify:
Click on menu 'home' displays H1 'home' ... 'Content-A' - that is OK
Click on menu 'menu-B', than follow link-to-C displays H1 'home' ... 'Content-C' -- that mixes up menu item home with the with article 'title-C'
Joomla tries to guess a matching menu item for that article-c. This is correct. If there is no menu item specific to that article and no menu item to its category, then it tries to find another one from com_content I guess (would have to check exact logic). In your case it seems to take the home one.
Since the article doesn't specify params, the ones from the menu item are used. That seems to be correct as well.
You could probably fix your issue by creating a "shadow" menu item for that article.
This is imho a confusing logic in Joomla since 1.5 or earlier.
Maybe instead of using "title" everywhere
we use more selfexplaining "page-title, menu-title, article-titel, category-title, block-title..."
and a new global configuration item "page-title" (or combine with configuration setting "site-title"):
like this we can get rid of many hidden menu items :)
I don't understand. It's not per se about titles. It's about parameters. The title is just one of many parameters.
@Bakual: Thank you for this explanation. Unfortunately i did not take into account the possibility of such an logic before creating this issue. I must have missed relevant the parts of documentation. I expected joomla to calculate effective params from the globals and the article params only, if the article is not explicitly governed by an menu item.
Thanks also for the hint to solve my issue. However, I have to find something else because i have many of such articles and users will create new ones occasionally.
If all those articles share a common category a menu entry for that category in a shadow (hidden, not published) menu hierarchy would probably solve your issue...
In that case all articles
without menu item will have the same page-title of that
category.
we need article-title
= page-title
(my site has 180 hidden menu items
because of this issue :)
I guess this is a feature request and no issue/bug.
No need learning concept of hidden menues = Better user experience for new joomla-users
:)
Am 07.07.2015 um 15:20 schrieb Sergio
Manzi:
If all those articles share a common category a menu entry for
that category in a shadow (hidden, not published) menu
hierarchy would probably solve your issue...
—
Reply to this email directly or view
it on GitHub.
looks like there is a github issue, giving out full name via email +
strange linebreaks - sorry for that...
Thank you for your suggestion but it has been decided that this is not something that will be included in the core of Joomla.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-05-08 15:46:08 |
Closed_By | ⇒ | brianteeman |
if you set show title for the page display to yes, then by default the menu item title is taken for the H1 header, and so it is ok.
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/7343.