free tagging

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
Joyy's picture

How to allow users to add Tags (free-tagging) to Taxonomy Terms and not Taxonomy Vocabulary?

I want to group Tags under each Taxonomy Term and make more sense of it, and allow to display Tags in respective Terms Pages.
However, these Tags will have separate identity and will not just be added as child Terms under the parent term.
So I will have a Taxonomy Terms List Block (either a Views List OR a dynamic expandable block by DHTML Menu/ Taxonomy Menu modules).
And another block of free Tags associated only to this Term.

Read more
shambler's picture

Related nodes by taxonomy term and managing the results

Hi there

I'm looking for some advice on taxonomies and tagging.

I've got a main site taxonomy that users can add to and can select multiple terms.

This works well up to a point - I've been tagging stuff and have created blocks such as 'related events' which appear on pages that share the same taxonomy term.

Obviously there is a tipping point where you can end up with too many 'related items'. Events or news for example can be limited to those that are current.

Read more
Ki's picture

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.

Read more
bennos's picture

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

Read more
angeliti's picture

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');
Read more
eggthing's picture

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.

Read more
Subscribe with RSS Syndicate content