My ultimate goal seems somewhat simple.. but i am have a pretty difficult time figuring this out. Im basically trying to change the way the links are formatted in a free tagging cck taxonomy field. For example, I want a list of 10 items, but i don't want them formatted like this. (this is for user profiles mind you)

blah, blah, blah, blah

rather like this

blah
blah
blah
blah

Using the cck field module ive been able to create a content type with a stack of 10 fields users can fill out which enables this format. However, I cannot get those to show up as taxonomy links. I then tried a module called content taxonomy which enables me to create cck fields that are translated into taxonomy terms buut.. they are formatted the same way profile fields are (horizontally with commas). What i COULD do is create several cck taxonomy fields and stack them via panels but then when the user goes to edit these fields, they are all separated into their own page. Ide like for all fields to be displayed for editing on the same page.

Does this make sense? is this possible?

Comments

akbonker’s picture

To put this simply i guess what im asking is one of 2 things. Can i make a regular cck text field into a taxonomy link, and/or, is there a way to display all content taxonomy fields on the same page for editing vs on separate pages.