Install Joomla 3.x
Create any article, and create menu item for category blog
in menu (or com_content) configuration, turn off "show intro text"
view menu item from front end and notice introtext still showing
introtext shouldn't show when the configuration is set to not show it.
found the solution in components/com_content/views/category/tmpl/blog_item.php Line 44-46
the code to display introtext is not inside a conditional statement, it will always show, no matter what.
Solution coming in just a minute
so I should probably check features for this same behavior too
JUst fixed the same in features (I think it added to the same pull request?) thanks @infograf768
I am afraid your patches are wrong
Please read:
#7549 (comment)
Expected result is to SHOW or NOT the intro text when drilling down from the blog/featured, notin the blog or feature display themselves.
then why is this logic in the blog_item.php file to begin with? That makes no sense to put any of this logic in there (the original if for show_intro) if there is no intention in any way to NOT show the introtext on the blog view.
See #7549
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-07-28 22:08:02 |
Closed_By | ⇒ | brianteeman |
Please do not forget that featured is similar to category blog.