Hi ..
Within my config.php I have activated the following thing...
Text Formatted Code
// Disable trackback comments by setting this to 'false'
$_CONF['trackback_enabled'] = true;
// Disable pingbacks by setting this to 'false'
$_CONF['pingback_enabled'] = true;
// Disable pinging weblog directory services by setting this to 'false'.
$_CONF['ping_enabled'] = true;
// Allow / disallow trackbacks and pingbacks to stories by default
// (can be changed individually for every story)
$_CONF['trackback_code'] = 0; // 0 = trackbacks enabled, -1 = disabled
// how to handle multiple trackbacks and pingbacks from the same URL:
// 0 = reject, 1 = only keep the latest, 2 = allow multiple posts
$_CONF['multiple_trackbacks'] = 0;
// min. time between trackbacks or pingbacks, in seconds
$_CONF['trackbackspeedlimit'] = 300;
// Use this option to check the validity of Trackbacks:
// 0 = don't check anything,
// 1 = check against $_CONF['site_url'], 2 = check full URL
// 4 = check IP address of sender against the site's IP in the Trackback
// add the values to do more than one check, e.g. 2 + 4 = 6, i.e. check URL + IP
$_CONF['check_trackback_link'] = 2;
// how to handle pingbacks from one article on our site to another:
// 0 = skip, 1 = allow, with speed limit, 2 = allow, without speed limit
$_CONF['pingback_self'] = 0;
and in activated...
Having all that I cannot enter the part of administration of Trackbacks.
I cannot enter the part of administration of Trackback, but in post if one activates
That but it is necessary to be able to enter the part of administration of the Trackbacks and ping??