Closed (fixed)
Project:
Custom Formatters
Version:
7.x-2.x-dev
Component:
Documentation
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
3 Jun 2010 at 09:46 UTC
Updated:
30 Jan 2014 at 00:00 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
decipheredThat's likely related to the fact that a node title isn't a CCK field :)
If you use the Display Suite module you will be able to use a Custom Formatter for the title field.
Cheers,
Deciphered
Comment #2
netsensei commentedWe use Display Suite to try and accomplish this. DS doesn't allow us to hook a custom formatter onto the title field. Same goes with Views: not possible.
Comment #3
decipheredYou can't theme title fields in Views, as the title field is not a CCK field.
You can use Custom Formatters to theme the Title field with Display suite, you just need to create a formatter for the field type, which I believe is something like nd_title or similar.
Cheers,
Deciphered.
Comment #4
netsensei commentedThanks for the answer, we'll try that :-)
Comment #5
decipheredAssuming this is sorted?
Closing, please re-open if there is still an issue.
Comment #6
geek-merlinI can't get this to work in 7.x, neither with 'nd_title', nor 'text' field type.
I'll go and ask ds source about that.
Comment #7
maximer commentedHi,
did anyone find a solution for this issue?
Thanks for your answer.
Maxime
Comment #8
decipheredThere is no support for Display suite fields in the Drupal 7 version of Custom Formatters, it was deemed unnecessary as you could simply make a DS code field.
I will probably once day revisit that decision one day, but I am way to bogged down with other work to dedicate time to something neither I nor any of my clients currently need, apologies, but that's just how it is at the moment.
Cheers,
Deciphered.
Comment #9
decipheredSo I finally had a look at re-implementing Display Suite integration.
Below is the first go at it, it appears to be working enough to use, though will likely need some improvements before it's release.
Comment #10
decipheredCommitted (with improvements).
I'll try to get a stable release out in the coming days... but no promises.