Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
rpg_trackback Plugin help request
Hi folks,
I have a problem with the rpg_trackback Plugin from Ralf Graf . The trackback.php script file doesn’t seem to work correctly. If I click on the trackback URL on one of my articles the trackback.php script is called and gets the ID of the article I wanted to trackback (example): http://www.webdesignetc.de/trackback.php?id=21
In the trackback.php script file first the $_REQUEST is splitted up in variables:
// Request auseinandernehmen und in handliche Variablen uebernehmen:
$tb_id = $_REQUEST[“id”];
$tb_url = urldecode($_REQUEST[“url”]);
$tb_title = urldecode($_REQUEST[“title”]);
$tb_excerpt = urldecode($_REQUEST[“excerpt”]);
$tb_blogname = urldecode($_REQUEST[“blog_name”]);
I found out that except of the $tb_id all other variables are empty.
What’s the reason for it? Does anybody has an idea? Thanx for any help you could afford.
Engelbert
http://www.webdesignetc.de
Offline
#2 2005-06-12 16:55:07
- alice_c
- Plugin Author
- From: Karlsruhe, Germany
- Registered: 2004-07-03
- Posts: 33
Re: rpg_trackback Plugin help request
It seems there is an debug-output in in. Try to comment this out, then it seems to work.
It’s clear that the parameters are empty, because they come from the page that sends a trackback ;-)
Offline
Re: rpg_trackback Plugin help request
if you like to send trackback with this plugin you have to modify the files like the plugin says in the readme and then you can send trackback while editing existing entries.
Samui? Samui! (about the life as farang in thailand)
David’s Neighbour
Offline
Pages: 1