No Code Attached Yet
avatar SoundHunter1
SoundHunter1
5 May 2024

Is your feature request related to a problem? Please describe.

We load RSS feed content into our website, this works good with the buildin Joomla 4 feed module.
But we like to have a bit more control about it.

Describe the solution you'd like

In our case we miss the options to disable the <title> and <link> from the RSS feed, we only want to display the discription part.
Also an option to disable <li> (list element) which has been hardcoded in the module on line 89.
What we do now is disabling line 89 to 102 in default.php (https://github.com/joomla/joomla-cms/blob/4.4-dev/modules/mod_feed/tmpl/default.php) what does the trick. But it is way better to have the options default build in so overwriting Joomla updates are no problem anymore.

avatar SoundHunter1 SoundHunter1 - open - 5 May 2024
avatar joomla-cms-bot joomla-cms-bot - change - 5 May 2024
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 5 May 2024
avatar brianteeman
brianteeman - comment - 5 May 2024

You do not need to edit that file!! That is why you can create a template override. https://docs.joomla.org/J4.x:Template_Overrides

avatar brianteeman
brianteeman - comment - 6 May 2024

This can be closed

avatar alikon alikon - change - 6 May 2024
Status New Closed
Closed_Date 0000-00-00 00:00:00 2024-05-06 08:54:09
Closed_By alikon
avatar alikon alikon - close - 6 May 2024
avatar alikon
alikon - comment - 6 May 2024

resolvable with overrides

avatar SoundHunter1
SoundHunter1 - comment - 6 May 2024

You do not need to edit that file!! That is why you can create a template override. https://docs.joomla.org/J4.x:Template_Overrides

Of course, totally overseen! Thank you for your quick reply I gonna create the override.
Have a good day!

Add a Comment

Login with GitHub to post a comment