Closed (won't fix)
Project:
Taxonomy Browser
Version:
4.4.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 May 2004 at 17:48 UTC
Updated:
24 Nov 2004 at 17:52 UTC
I have the taxonomy_browser installed on two sites. One site, I can select multiple terms for the taxonomy display. On the other, only one. It appears that the pull down menu for the taxonomy_browser display does not allow multiple selects of vocabulary items unless the vocabulary has multiple select set in the vocabulary configuration.
Comments
Comment #1
levin-1 commentedhere's my fix to this problem:
in the taxonomy_brower.module add this function:
and then replace this line:
$output .= taxonomy_form($voc);
from function taxonomy_browser_overview() with this:
$output .= taxonomy_browser_form($voc);
and while you're at it you may as well add to function taxonomy_browser_nodes($edit)
this 'if' so if there is no selections this implode doesn't give an error
should i be posting this somewhere else? cheers
levin
Comment #2
matt westgate commentedThis has been fixed for Drupal 4.5 and up.