In my opinion, taxonomy browser would much more fun if it wouldn't forget the options I entered before. User-configurable "My interests" page would be nice (how about combining this with "subscriptions"?.
In the meantime here is a simple change that makes everyones life easier:
*** 60,66 ****
$vocs = variable_get("taxonomy_browser_vocabularies", array());
if ($vocs) {
foreach ($vocs as $voc) {
! $output .= taxonomy_form($voc, $_POST[edit][taxonomy]);
}
}
else {
--- 60,66 ----
$vocs = variable_get("taxonomy_browser_vocabularies", array());
if ($vocs) {
foreach ($vocs as $voc) {
! $output .= taxonomy_form($voc);
}
}
else {
Yup, it's as simple as using the "$_POST[edit][taxonomy]" for pre-select...
Comments
Comment #1
moshe weitzman commentedthat trick won't work in HEAD anymore
Comment #2
carl ditzler commentedInterest in seeing this?