As requested, creating new issue for the above.

More background here

http://drupal.org/node/240874

After patch is applied for 5.x version, community tags module is not supported.

Per cwgordon7 this is not working because it uses a different form, opening this issue to request support for this popular module.

thanks very much for your time.

Comments

scottee’s picture

i'd second a vote for this thanks

cwgordon7’s picture

Version: 6.x-1.0 » 5.x-1.x-dev
Assigned: Unassigned » cwgordon7
Category: support » bug
Status: Active » Needs review
StatusFileSize
new682 bytes

Try this patch.

kalin9’s picture

thanks very much! Tried it, it would appear something is not working however.

I did the following:

disable module
rm -rf directory
check out your latest from cvs, copy to my modules directory
patch with the above
enable module
run update.php no updates

create new free tagging vocab with defaults, for use with forum posts
choose it for use with community tagging
choose it for use with syn tagging
create one term with one syn

create new post, where I'm prompted to tag

enter the syn for the term I created(there is no autocompletion suggesting the primary term if there should be)
It creates a new term, instead of collapsing and recognizing i used a syn

let me know if I'm missing anything thanks

kalin9’s picture

Okay I added this drupal_set_message

function synonym_collapsing_form_alter($form_id, &$form) { 
  drupal_set_message("At: ". __FUNCTION__ . " {$form_id}");

and the form id of 'community_tags_form' is not output when I go to create a new forum post

instead it's 'forum_node_form' that is output with the above line nothing else.

In case that's of any help.

thanks

lapmson’s picture

Thanks for the patch, I also applied it to the 5.x version and same problem. I think the form in this case doesn't even have the taxonomy key?

I'm new to development so still trying to figure out best way to step through the code using a debugger with lighttpd, dump variables, and understand the whole drupal request life cycle.

As I figure things out I'll try to help though.

stamd’s picture

same problem as the previous, doesn't work alas :/

drupaloSa’s picture

Title: Please add Drupal 5.x support for community tags module » Please add support for community tags module
Version: 5.x-1.x-dev » 6.x-1.x-dev

Support for Drupal 6.x would be also much appreciated.