User tests: Successful: Unsuccessful:
Pull Request for Issue #42740 .
Add a field to the content of an article eg `{{field 74} after the readmore
creat an override of an article view to restructure the content.
For example seperate the intro and full text and position the article image in between.
<?php echo $this->item->introtext; ?>
....
<?php echo LayoutHelper::render('joomla.content.full_image', $this->item); ?>
...
<?php echo $this->item->fulltext; ?>
When displayed on the site the field is not processed and is displayed as `{field 74}
Field correctly displayed
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 | ⇒ | Front End Plugins |
I have tested this item ✅ successfully on 27750bb
Status | Pending | ⇒ | Ready to Commit |
RTC
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2024-02-05 17:04:06 |
Closed_By | ⇒ | MacJoom | |
Labels |
Added:
RTC
PR-4.4-dev
|
Thanks!
Cool , thanks for fixing so fast.
I have tested this item ✅ successfully on 27750bb
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/42744.