Hi I noticed that default formatters are plain-text (with BR) or links (always with BR).

I added 2 other formatters: list and linked list, so any themer don't have to fight all this BR produced in output! :)

Regards

-thePanz-

this patch includes this one: http://drupal.org/node/210824

Comments

doc2@drupalfr.org’s picture

Does it contains the version of may the 14th of patch 210824?

Thanks in advance

thepanz’s picture

It contains a "edited" version of that 210824 patch (I included the is_array check before the filtering), you can swap the "if(!is_array($item)) return '').

Regards

thepanz’s picture

StatusFileSize
new3.19 KB

Hi, Added latest May-14 patch of #210824: Taxonomy field's display not limited by vocabulary

Check it out!

Regards

doc2@drupalfr.org’s picture

StatusFileSize
new2.59 KB

- Your patch lead me to this error:

patching file /drupal/modules/content_taxonomy/content_taxonomy.module
Hunk #2 FAILED at 188.
1 out of 2 hunks FAILED -- saving rejects to file /Volumes/iDoc/drupal/modules/content_taxonomy/content_taxonomy.module.rej

This couls be a reason:
Apparently there has been two releases in a day for the last content_taxonomy.module (May-19). I noticed that when my update_status.module was given the module outdated and another newer version from the same date. Upgrading solved the update_status error.

thepanz’s picture

StatusFileSize
new3.65 KB

You're right: attached patch agains latest -DEV version, (patch against 1.2.2.15 / 16)

Try to downgrade to that revision and then apply the patch.

Regards.

-thePanz-

nb: this patch includes, as before, patch for #210824: Taxonomy field's display not limited by vocabulary

magnus’s picture

Status: Needs review » Closed (won't fix)

Cleanup of old issues. According to maintainer: "active development is only done for the 6.x branch! 5.x is not supported any more".
Open a new issue if problem still exist.