Is there a way to hide or change the looks of the "Trackback URL for this post:" heading? It looks very ugly, esp. at the bottom of shorter pages.
Is there a way to hide or change the looks of the "Trackback URL for this post:" heading? It looks very ugly, esp. at the bottom of shorter pages.
Comments
Comment #1
vacilando commentedFurther to this -- I have located the title "Trackback URL for this post:" in function theme_trackback_url.
I've commented out the only line in it
return '<div id="trackback-url">'. theme('box', t('Trackback URL for this post:'), $url) .'</div>';and replaced it by
return '';As a consequence, my pages now do not show the huge trackback title nor the link, but I assume that since the RDF field is intact, the automatic trackbacking will still work. Look at the source of http://quidne.vacilando.org/ - you will see that there still is the trackback code
Is this assumption correct?
If so, why not build in a checkbox that would allow switching off display of the title and/or the trackback link but still allow trackbacking for the given content type?
Comment #2
lomz commentedWill this be function be added?
Comment #3
tobias commentedI'm curious about this also. Is it necessary to list the trackback on blog posts for the trackbacking to work? if so, we can of course make it less prominent using CSS.
Cheers,
Tobias
Comment #4
jfall commentedPerhaps I'm off base here (b/c I don't use TrackBack), but...
Could you not simply add display:hidden for #trackback-url in your style sheet?
Just an idea.
Comment #5
darnbox commentedI fixed it CSS with this code:
I'm using the marinelli theme, you can see the results here: Media Politica. To use it on your site you'd need to update the font family to match the theme you're using, and you may have to tweak the font sizes a bit.
I'd still like to see some kind of formatting control in the actual module, because this only fixes this one theme. Also, the spacing (margin between it and the content) seems too tight, but that would probably mean more messing with the theme to fix it.
Thanks.
Comment #6
JamesWA commentedI'm looking to change the H2 tag for the text: Trackback URL for this post.
Anybody know how I may go about doing this?
Thank you,
J
Comment #7
thepanz commentedI added the feature you asked for in my patch for this issue: #297487: improvements for trackback node display
My post is here: http://drupal.org/node/297487#comment-1073709
Comment #8
lomz commentedComment #9
thepanz commentedPlease review the *huge* patch here: http://drupal.org/node/297487#comment-1073709
Comment #10
wretched sinner - saved by grace commented@thePanz - if the code is in another issue queue, then that one needs to be marked CNR, not this one.
Marked as duplicate of #297487: improvements for trackback node display, being the location of said patch.