It would be great if the talk tab for each content type could be customized, i would envision the settings would be found on each content type in the "comments" collapsed field set along with the "display comments in separate talk tab".
It would also be great if the talk tab text setting could use tokens for things like content type.
Comments
Comment #1
gregglesI've provided the ability to use tokens in various places in #506658: Customizable titles everywhere using tokens.
It seems like this whole area of providing customization of this text is a very, very common request. I think one solution would be as attached, making the different titles a theme function. The theme function would have to get a handful of items including the node object so that it could be intelligent about how to override this.
@GregoryHeller - @cwgordon7: thoughts on this idea? If you like it I'll happily make a patch.
Comment #2
gregglesI don't know what I meant by "as attached" but I think this should be a duplicate of the token issue. Tokens will give 90% of what people need and if they need more, they can write a custom token implementation to provide exactly what they need.
Comment #3
spazfoxFor anyone who is looking to do this, here is what I did:
1) Installed the Custom Tokens module
2) Created a new custom token of type "Node"
3) Added this for the PHP replacement (to determine the value of the token based on the node type):
4) In the Talk module's settings, I set the the titles and links to be my new custom token (in my case I named it [token_custom_talktitle]). It works perfectly!