User tests: Successful: Unsuccessful:
Pull Request for Issue #44693
When generating a feed from com_tags, this change prepends the intro image (if available) to the feed item's description using an tag.
Create a tagged article that has an intro image.
Open the tag feed
Check that the feed item description starts with the intro image as an HTML element.
The feed item description contains only the article body text.
If the article has an intro image, it is included before the description text in the feed.
Please select:
Documentation link for docs.joomla.org:
No documentation changes for docs.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed
Status | New | ⇒ | Pending |
Category | ⇒ | com_tags Front End |
Labels |
Added:
PR-5.3-dev
|
I have tested this item 🔴 unsuccessfully on c3906ee
Getting an error, when trying to open the feed
0
Class "Joomla\Component\Tags\Site\View\Tag\HTMLHelper" not found
I have tested this item 🔴 unsuccessfully on c3906ee
I'm getting an error after applying the Patch:
Class "Joomla\Component\Tags\Site\View\Tag\HTMLHelper" not found
is an
use Joomla\CMS\HTML\HTMLHelper;
missing?
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/45455.