If trackbacks are enabled for a category of nodes (i.e. blog, page, etc.), they can not be disabled on a node-by-node basis. The checkbox isn't saved on node submit. It seems like the saving should be done in trackback_exit() using $edit, but that variable isn't available.

CommentFileSizeAuthor
#2 trackback-45003.patch8.38 KBzorac

Comments

sKanD’s picture

+1
I have exactly the same problem with both 4.6 and 4.7

zorac’s picture

Version: 4.6.x-1.x-dev » master
Status: Active » Needs review
StatusFileSize
new8.38 KB

attach the patch for cvs.
This patch fixes this issue and clean up the code for ping.

zorac’s picture

Above patch can apply to 4.7.

B B Kristopher’s picture

How do you apply the patch. Some of us are less technically inclined...

Christoph C. Cemper’s picture

This problem persists in the 5.x test version (not in HEAD yet)

zorac’s picture

Assigned: Unassigned » zorac
Robin Millette’s picture

Version: master » 5.x-1.0

Using 5.1 with the currently released trackback module and I can confirm the trackback checkbox doesn't stick after submitting a node.

zorac’s picture

Status: Needs review » Fixed

This has been committed to CVS.

Anonymous’s picture

Status: Fixed » Closed (fixed)