joomla / joomla-cms

Home of the Joomla! Content Management System
https://www.joomla.org
GNU General Public License v2.0
4.77k stars 3.65k forks source link

RSS show {loadmoduleid nnn} #27583

Open harrypotter06 opened 4 years ago

harrypotter06 commented 4 years ago

Steps to reproduce the issue

if you showw RSS (https://www.yourdomain.com/?format=feed&view=featured&type=rss&option=com_content) on RSS Output you see {loadmoduleid nnn} or {module call}. So customer see on RSS output that customer not need on RSS

Expected result

Rss output do not show {xxx}

Actual result

rss output show {loadmoduleid nnn}

System information (as much as possible)

Joomla 3.9.8

Additional comments

ReLater commented 4 years ago

Confirmed with 3.9.14. I think this issue is closely related to issue https://github.com/joomla/joomla-cms/issues/22520

harrypotter06 commented 4 years ago

Confirmed with 3.9.14. I think this issue is closely related to issue #22520

No, Version 3.9.14 has the same issue !!! See that in RSS Output: {loadmoduleid 165} or other things that in {}

issue #22520 did not solve this issue

richard67 commented 4 years ago

@harrypotter06 Is seems you misunderstood @ReLater . He wrote that he confirms that the problem exists in 3.9.14, too, and linked to a related issue. He did not link to a pull request which would solve anything, and he did not write it is solved in 3.9.14.

harrypotter06 commented 4 years ago

He did not link to a pull request which would solve anything, and he did not write it is solved in 3.9.14.

@richard67 , i know. I confirmed only that the issue exist and the "solution" on #22520 only a workaround is ....

mbabker commented 4 years ago

This is sadly the system design and probably won’t change. All the relevant plugin events are only triggered on HTML views.

Sukinoz commented 4 years ago

Just for trying to "prioritize" this problem related to the RSS (and #22520 , which is still without a solution), comment/remember that RSS is required when you want to share the content automatically with social networks, to generate automatic emails for mailing lists, to insert content on other websites, etc.

mbabker commented 4 years ago

It's not going to be prioritized. I've been beating this drum for years:

It's all talk and no action. In part because taking action at this point would be even more painful to the ecosystem than replacing BS2 from Joomla 3 with BS4 in Joomla 4.

brianteeman commented 2 years ago

Please change label to J4 issue