The Trackback module provided by Drupal is actually not bad. He put the ping of Trackback as a Comment display, but the Source of Trackback and Ping, TRACKBACK is originally saved to the POST of others on his log, so say This is also very reasonable.
The TRACKBACK module itself is actually no problem. The only problem is only to make the TRACKBACK URL into a link when displaying, not a text address, so we often go to the TRACK URL, and the result returns an MISS URL, in fact, just use the right click to copy fast The way is ok.
It is said how I change it more friendly:
Idea: Pop up a small window to display the Trackback URL address, pass the address parameters with URL
method:
1. Add JavaScript to the pop-up window in Template
Function MM_Openbrwindow (Turl, WinName, Features) {//v2.0
Window.open (Theurl, WinName, Features);
}
// ->
script>
2. Write a simple TBURL.ASPX file for receiving and displaying the pop-up window (whose reasonable use asp.net is because I am not familiar with PHP)
<% @ Import namespace = "system"%> <% @ import namespace = "system"%> <% @ Import namespace = "system.io"%>