Skip to content

[4.4] process fields on fulltext#42744

Merged
MacJoom merged 1 commit intojoomla:4.4-devfrom
brianteeman:patch-3
Feb 5, 2024
Merged

[4.4] process fields on fulltext#42744
MacJoom merged 1 commit intojoomla:4.4-devfrom
brianteeman:patch-3

Conversation

@brianteeman
Copy link
Contributor

Pull Request for Issue #42740 .

Summary of Changes

Testing Instructions

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; ?>

Actual result BEFORE applying this Pull Request

When displayed on the site the field is not processed and is displayed as `{field 74}

Expected result AFTER applying this Pull Request

Field correctly displayed

Link to documentations

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

@angieradtke
Copy link
Contributor

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.

1 similar comment
@drmenzelit
Copy link
Contributor

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.

@alikon
Copy link
Contributor

alikon commented Feb 2, 2024

RTC


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/42744.

@joomla-cms-bot joomla-cms-bot added the RTC This Pull Request is Ready To Commit label Feb 2, 2024
@MacJoom MacJoom added this to the Joomla 4.4.3 milestone Feb 5, 2024
@MacJoom MacJoom merged commit 7f56d0e into joomla:4.4-dev Feb 5, 2024
@MacJoom
Copy link
Contributor

MacJoom commented Feb 5, 2024

Thanks!

@joomla-cms-bot joomla-cms-bot removed the RTC This Pull Request is Ready To Commit label Feb 5, 2024
@brianteeman brianteeman deleted the patch-3 branch February 5, 2024 17:04
@angieradtke
Copy link
Contributor

Cool , thanks for fixing so fast.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

Comments