-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Broken channel link in Tagged Items RSS feed #18249
Comments
I can confirm this |
Tagged items' links are incorrect too. They point to 404 page. For example when site's default view is the category, the link looks like: http://example.com/?id=218:some-alias. The problem is in the way we create link to an item in tag model. For com_content this won't work, because the router (legacy, I didn't check the new advanced router) requires joomla-cms/components/com_tags/models/tag.php Lines 92 to 94 in 20e0335
As the Tags Component is supposed to work with any component, it is not possible to create link the same way for every item type. I think we should somehow allow developers to implement their own method to create items' links. At the moment, tag feed is broken and useless. :( I hope we'll fix this ASAP, because this functionality is quite important on website I develop. |
@EmilMassey can you provide a Pull Request so we can Test and fix ASAP? |
@franz-wohlkoenig Unfortunately, right now I don't even know where to begin. To be honest this is the first time I saw Tag Component's code and I need some time to get to know it before I change anything in it. |
I have the same problem. I don't understand, why you have to edit the category in the link. Instead of |
@EmilMassey @alschaeffer for your issue see #20723. |
Set to "closed" on behalf of @franz-wohlkoenig by The JTracker Application at issues.joomla.org/joomla-cms/18249 |
closed as having Pull Request #20723 |
@franz-wohlkoenig reopen this please. #20723 only solves the issue described in the comments. |
Set to "open" on behalf of @franz-wohlkoenig by The JTracker Application at issues.joomla.org/joomla-cms/18249 |
Reopened as stated above. |
Closed as we have a PR with #21690 |
* Fix tags RSS feed. Fixes #18249 * Fix PHPCS
Steps to reproduce the issue
Expected result
The link should point back to your menu item.
Actual result
The link points back to the menu item but with "/Array" appended to the URL.
System information (as much as possible)
Joomla 3.8.1
PHP 5.6.31
Additional comments
Occurs on a clean install of 3.8.1.
The text was updated successfully, but these errors were encountered: