projects / org / ezproject2010 / eztrackback / forum / general / url used
Find the Exponential Software extensions you want
You need to be logged in to post messages in the forums. New users may register here.
Member since: Posts: 15 |
Friday 28 November 2008 12:53:12 am Hi!
In the trackback event you currently use $data['url'] = 'http://' . $siteURL . '/content/view/full/' . $object->attribute( 'main_node_id' ); I would propose replacing that with the URL alias of the main node instead. Is there a specific reason why you use the system URL? It may be more permanent theoretically, but eZ Publish's URL translation mechanism handles object moving/renaming quite well, so I don't think this is necessary. Greetings, Peter Accessible website starting from eZ publish 3.0 (currently: 4.1.0): http://pluspunkt.at |
|
Member since: Posts: 28 |
Friday 28 November 2008 1:31:39 am Hi Peter.
This code was removed from version 1.1. See trunk code. It is not needed at all. The trunk version was successfully tested with Services_Trackback 0.6.2 and ezwebin 1.3. I will not maintain old version anymore for 3.x series. Personal website -> http://serwatka.net |
|
Member since: Posts: 15 |
Friday 28 November 2008 1:34:03 am Great! I had a look the SVN version, but apparently that was just before your most recent commit :-)
Accessible website starting from eZ publish 3.0 (currently: 4.1.0): http://pluspunkt.at |
|
Member since: Posts: 15 |
Sunday 30 November 2008 11:16:39 am Mhm... I've tried the new version, and without explicitly setting the URL in the eZTrackbackType, the URL of the "receiving" blog post is used for the Trackback object (which is of course totally wrong).
If you add $data['url'] = 'http://' . $siteURL . '/' . $object->mainNode()->urlAlias(); to the execute-Function, things work fine.Greetings, Peter PS: I've got no problems with trackbacks inside the same database, I think the warning in the README is obsolete. Accessible website starting from eZ publish 3.0 (currently: 4.1.0): http://pluspunkt.at |
|
Member since: Posts: 28 |
Sunday 30 November 2008 1:19:57 pm Hi again,
Thanks for testing.
Personal website -> http://serwatka.net |
You need to be logged in to post messages in the forums. New users may register here.