Cotonti / Open Source PHP Content Management FrameworkContent Management Framework

Forums / Cotonti / Core Labs / In Progress / Trackback Functionality

Lombi
#1 2008-08-21 01:13


Writers
Thanked: 1 time

I've already posted this on neocrome.net, but i honestly think that this should be in the core code of cotonti. It's the way that most new CMSes operate (including drupal, joomla and others which arent blogs per se)

You will notice in many blogs, in the comments section, many comments like this: Pingback from &
<a href="http://www.domenlo.com">Surreal Art</a>
Kilandor
#2 2008-08-21 19:27


Administrators
Thanked: 9 times

This should just be a well integrated plugin, maybe core plugin though
Lombi
#3 2008-08-21 20:56


Writers
Thanked: 1 time

Right :)
<a href="http://www.domenlo.com">Surreal Art</a>
Antar
#4 2008-08-21 21:59


Contributors

could some1 shortly explain what the trackback is?
I see it sometimes, but i don't know what it's needed for...
Lombi
#5 2008-08-22 00:10


Writers
Thanked: 1 time

It's basically one of the most prised features of blogs and the XMLRPC standard. It's a way to tell other pages/sites that you link to them so they can link to you (which is a click on "yes" in wordpress and most other software)

So basically it's real-time ultimate link-exchange.

Related pages link to each other, they get relevant links, you get traffic, everybody wins.
<a href="http://www.domenlo.com">Surreal Art</a>
Antar
#6 2008-08-25 00:45


Contributors

hmm...
Not bad idea.
Spartan
#7 2009-02-03 02:56


Contributors

http://www.cotonti.com/forums.php?m=posts&q=1856

The way you suggested not only complicates the simple feature with hundreds of useless code, but it relies on several other PHP functions that not everyone will have installed. Besides it also makes things confusing since it shows the "pings" as a comment instead of it's own separate box. Most blogs do it the way you described, but major sites like YouTube do it the way my function does it.
<a href="http://nkspartan.com">http://nkspartan.com</a>
Lombi
#8 2009-02-03 03:21


Writers
Thanked: 1 time

You might also notice that mine posts and yours only recieves :)
<a href="http://www.domenlo.com">Surreal Art</a>
Spartan
#9 2009-02-03 04:18


Contributors

True, a good feature for those that really need the traffic. I just prefer simpler functions. :)
<a href="http://nkspartan.com">http://nkspartan.com</a>