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

Lombi
#1 21. August 2008, 01:13
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 21. August 2008, 19:27
This should just be a well integrated plugin, maybe core plugin though
Lombi
#3 21. August 2008, 20:56
Right :)
<a href="http://www.domenlo.com">Surreal Art</a>
Antar
#4 21. August 2008, 21:59
could some1 shortly explain what the trackback is?
I see it sometimes, but i don't know what it's needed for...
Lombi
#5 22. August 2008, 00:10
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 25. August 2008, 00:45
hmm...
Not bad idea.
Spartan
#7 3. Februar 2009, 02:56
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 3. Februar 2009, 03:21
You might also notice that mine posts and yours only recieves :)
<a href="http://www.domenlo.com">Surreal Art</a>
Spartan
#9 3. Februar 2009, 04:18
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>