3
Ok, I got TrackBack *half-working* on my XOOPS 2.0.5.2 installation. It can send pings out, but it can't receive them yet.
The following variables are needed to get TrackBack to work:
TrackBack ID : "storyid={<$storyid>}"
Entry Permalink : "storyid={<$storyid>}"
Entry Title : "???something???={<$story.title>}"
The tags by themselves (without something=) do not work and simply render as curley-q brackets with the variable inside of them. Calling it with just the dollar sign tag doesn't work either.
I'm combing thru templates trying to figure out that last one, but so far, not having much luck.
It's that last one giving me a headache and if any of the Developers could give me a clue, I'd be a very happy camper, indeed. I'd be willing to write this up as a tutorial for implementing TrackBack in XOOPS News module, if I could only get this to work all the way.
Having gotten it to work half-way (it can send pings out, but can't receive them), I'm doing pretty good with it so far.
Please, can anyone shed some light on this??
PS : I don't know about the rest of you, but if you really want XOOPS to connect with the rest of the blogging world, TrackBack and Pings should be a priority. Otherwise, XOOPS is pretty much like how blogger is (a blogging app without built-in comments). Preferably, we could get TrackBack built into the XOOPS core, but until that happens, TrackBack Standalone is really the only option. This is why I am trying to implement TrackBack Standalone with XOOPS News Module.