Bug #39042
Regression: trackback link and realurl
| Status: | On Hold | Start date: | 2012-07-17 | |
|---|---|---|---|---|
| Priority: | Won't have this time | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | Bug | |||
| Target version: | 1.2.1 | Estimated time: | 0.25 hour | |
| Votes: | 0 |
Description
In revision r38840 Dimitry moved getTrackbackLink to blogList and accidentally removed the trackback parameter.
In revision r38883 he fidex this, but changed typolink parameters from tx_t3blog_pi1->trackback to tx_t3blog_pi1->blogList->trackback.
We need to change the realurl configuration or move trackback parameter outside blogList. I prefer moving it outside blogList as it would restore the original behavior.
History
Updated by Felix Nagel 10 months ago
Update:¶
My first conclusion was wrong.
As described above, the trackback parameter changed. So we render links in FE with blogList->trackback but check for trackback only.
We either need to fix the regression in getTrackbackLink or change the checked parameter in checkForTrackbacks (blogList singleFuntions).
But, the problem has two issues:
1) like described above
2) a problem with realurl, see below
We currently have two realurl configs: RealURLConfiguration.txt and class.tx_t3blog_realurl.php
The txt config renders nice links but the realurl class renders unwanted empty / like .../yyyy/mm/dd/title-of-the-post///trackback/1 or the trackback parameter wont be used by realurl.
I was not able to get rid of this but by moving comParentId and comParentTitle parameter outside the blogList array in realurl config.
ps: we should have one realurl config only.
Updated by Dmitry Dulepov 8 months ago
- Status changed from Accepted to On Hold
- Priority changed from Must have to Won't have this time
This is for SEO. There should be a single link to the item, not multiple links (duplicate content issues!).