Been trying desperately to get taxonomy term description on hover of a taxonomy term (reference field) -- on both node edit form, node display, and views pages. Anyway to hack/patch this module to do that? Say by printing $term-->description as TITLE attribute for link format. I am not a PHP coder, so my many attempts have failed.
So, more precisely, this is my use case:
Custom Content Types
Custom Fields = taxonomy term references (checkboxes)
Want the term description to show when the item checkbox on a form, the term link on node, or Views page term link is hovered.
TY!

| Comment | File | Size | Author |
|---|---|---|---|
| #10 | screenshot-8.x.jpg | 53.7 KB | nicholass |
| #3 | add-title-attribute-1628162-3.patch | 6.08 KB | guidot |
| #1 | add-title-attribute-1628162-2.patch | 5.77 KB | vegantriathlete |
Issue fork taxonomy_formatter-1628162
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #1
vegantriathletePatch attached to add a checkbox to indicate if you wish to have the taxonomy term description added as a title attribute in the element wrapper.
In the course of updating the README.txt, I cleaned up all the ^M at the end of lines.
Comment #2
danlinn commentedThanks! I'll commit when I have time.
Comment #3
guidot commentedRerolled patch against latest stable version.
Comment #4
greta_drupal commentedI did come up with another solution too, in addition to the approach that VeganAthlete and I came up with.
Great news for a reroll! I am now needing this again. Is it really so time consuming to apply this patch to the release/dev version? I'd cast a vote for this new feature inclusion too, maintainer.
Comment #5
chris matthews commentedThe 6 year old patch in #3 no longer applies to 7.x-1.x-dev and needs a reroll.
Comment #6
geoanders commentedComment #7
nicholassI would like to see this in the 8.x and up version.
Comment #9
nicholassComment #10
nicholassScreenshot of 8.x with the patch.
