free tagging
Looking for a module that deletes orphan free tags.
Is there a module that goes about cleaning up "orphan" free tags, i.e. free tags that are not associated with any nodes?
In general, can you share a tip to searching for modules?
Thanks.
How can I get a better Free Tagging Performance?
Hi
I am developing a bigger site (D5) with a free tagging vocabulary. Currently the vocabulary has 16.000 entrys. i have searched with google and on drupal.org, but I have not found some performance improvement like cache or pacthes.
What are you doing?
I think I am not the first one with bigger vocabulary. Some links or code snippets would be great.
thx
bennos
Correct simpletest syntax for adding tags to a story/page form?
Hello everyone!
I'm having problems when trying to add tags to the story/page creation form using simpletest.
I have a vocabulary which uses FREE TAGGING, and I want create a new page with the tag "cat". The vid of the vocabulary is stored in the class attribute 'free_tagging_voc'. What I've been trying to do is the following:
$edit = array();
$edit['title'] = $this->randomName(10);
$edit['body'] = '';
$edit['taxonomy']['tags'][$this->free_tagging_voc] = 'cat';
$this->drupalPostRequest('node/add/page', $edit, 'Submit');Using CCK taxonomy fields to tag users or Tagging nodes like the profile module does
I love the way you can use a phrase like "People who live in %" using the regular Drupal profile module and then by clicking the link, get a list of all users who live in %. I'm trying to get the same thing happening with profiles as nodes. I've tried using CCK taxonomy fields in both the Node Profiles and the Bio Modules. It almost works, but only intermittantly. Sometimes I get the message "There are currently no posts in this category ..." other times, some users will show up and others won't - even when they have been tagged with the the term.


