The link should point back to your menu item.
The link points back to the menu item but with "/Array" appended to the URL.
Joomla 3.8.1
PHP 5.6.31
Occurs on a clean install of 3.8.1.
Labels |
Added:
?
|
Category | ⇒ | com_newsfeeds com_tags |
Status | New | ⇒ | Confirmed |
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 catid
parameter and we don't know article's category ID.
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.
Status | Confirmed | ⇒ | Discussion |
I have the same problem. I don't understand, why you have to edit the category in the link.
Instead of
http://example.com/?id=218:some-alias
this link would work for me
http://example.com/218-some-alias
Labels |
Added:
J3 Issue
|
@EmilMassey @alschaeffer for your issue see #20723.
Closed_By | franz-wohlkoenig | ⇒ | joomla-cms-bot |
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-06-12 09:23:43 |
Closed_By | ⇒ | franz-wohlkoenig |
Set to "closed" on behalf of @franz-wohlkoenig by The JTracker Application at issues.joomla.org/joomla-cms/18249
@franz-wohlkoenig reopen this please. #20723 only solves the issue described in the comments.
Status | Closed | ⇒ | New |
Closed_Date | 2018-06-12 09:23:43 | ⇒ | |
Closed_By | joomla-cms-bot | ⇒ |
Closed_Date | 0000-00-00 00:00:00 | ⇒ |
Set to "open" on behalf of @franz-wohlkoenig by The JTracker Application at issues.joomla.org/joomla-cms/18249
Status | New | ⇒ | Discussion |
Reopened as stated above.
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-08-18 14:20:00 |
Closed_By | ⇒ | wilsonge |
I can confirm this