eZ TrackBack
Last updated: Wednesday 15 February 2006 4:09:27 pm
| Author |
Version |
Downloads |
Compatible with |
| Łukasz Serwatka |
1.0.1
|
1049
|
3.7
|
This extension provides TrackBack functionality for eZ publish. The central idea behind TrackBack is the idea of a TrackBack ping, a request saying, essentially, "resource A is related/linked to resource B." A TrackBack "resource" is represented by a TrackBack Ping URL, which is just a standard URI.
Description
Installation instructions are in eztrackback/doc/INSTALL file.
Changelog
1.0.1
- Fixed typo.
1.0
- Initial release
Comments
Trackback workflow event not showing
Henrik Sievers
Thursday 29 July 2010 10:52:14 am
Have I missed something? THe event type seems defined in the ini file.
re: 4.x Compatibility
Łukasz Serwatka
Wednesday 26 November 2008 6:54:42 pm
I have setup project on http://projects.ez.no/eztrackback it should be available soon once approved. I will commit current code to trunk then you might request membership and get access to SVN for that project and commit your changes.
4.x Compatibility
Peter Putzer
Wednesday 26 November 2008 11:45:30 am
RE: re: Code Update
Peter Putzer
Saturday 08 November 2008 1:13:40 pm
re: Code Update
Łukasz Serwatka
Friday 04 April 2008 8:21:53 am
I will include your changes and move this extension to projects.ez.no during weekend.
re: confusion
Łukasz Serwatka
Friday 04 April 2008 8:18:52 am
You have to extend "blog_post" class as that is used for posting blog messages in Website Interface.
Code Update
Nate Parsons
Thursday 03 April 2008 6:11:36 pm
I kept running into a fatal error using the .61 Services_Trackback pear module you're using for this. I modified your code in eztrackback/eventtypes/event/eztrackback/eztrackbacktype.php file around line 85 as follows:
Basically the ::create method wasn't returning a full valid trackback object (importantly it did not have the "set" method, causing a fatal error down around line 93 when it called $trackback->set. This quick change seems to have fixed that.
Thanks!
Nate
confusion
Nate Parsons
Thursday 03 April 2008 4:47:04 pm
Thanks!
Not working?
Peter Putzer
Thursday 20 March 2008 11:35:03 am