This patch is for a complete usability between Taxonomy and linkit
* use taxonomy_term_path()
* filter term autocomplete on vocabulary
* add class on autocomplete field
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | linkit.patch | 4.29 KB | PierreMunck |
| linkit.patch | 6.73 KB | PierreMunck |
Comments
Comment #1
anonSorry, I cant apply this patch.
Can you try to make a new one agains the 6.x-1.x-dev version.
taxonomy_term_path is fixed there so we dont have to make that again.
Thanks.
Comment #2
PierreMunck commentedSorry my first patche was made for 6.x-1.x-1.8
I just send a correct patch for 6.x-1.x-dev
Comment #3
anon@PierreMunck, Grate, I will take a look at this asap.
Also, please read http://drupal.org/node/156119
Comment #4
anonI have some questions:
Why should the vocabulary with vid 1 become default?
The settings for vocabulary settings isnt printed out correct after saving.
Why have you added $class?
$text = '<div class="clear-block'. $class .'">';Comment #5
anon