Hello world,

I love this little community ^^
I meet a problem ... yep.

If you follow my quest, I build a web site for a biologist community.
The user creates some contents called scenario. He must when he's liking a file (scenario), describe it with 2 taxonomy fields (Sequence type and Input type).
Sequence type and Input type are 2 vocabularies with some terms inside. Terms which are insert by the users.

My problem is that when we want to display a scenario, it's a little strange.
I don't know if it's link with this module (content_taxonomy) or with CCK or with drupal or with Me ^^. Maybe, you can show me the way?

Then, on my scenario description, there are different elements:
- its name -> ok
- the list of the associate Sequence type terms -> not ok
- the list of the associate Input type terms -> not ok
- its file -> ok
- the list of the associate programs -> ok but not certain

(The programs (seqboot, protdist, neighbor, concense, fitch) are associated by another way in the term_node table. Program is also a vocabulary with some terms)

First this 2 lists the Sequence type and Input type (1 on the picture):
- Which module displays that?
- Under Sequence type, I just want to see Protein and under Input type, Alignment. Why do I find all the associate terms for this scenario?
- Why don't I find a program list? Is it like with CKK or content_taxonomy ?

After, I received this site with some existing developments. Then, I don't know where the "This scenario uses: concense | fitch ..." (2 on the picture) comes from?
Because, I like that and it's a pretty visualisation for all my associate vocabularies!?

I know it's not very clean. But my English is far from being fluid and I have a lot of things to say :P

Thanks by advance

CommentFileSizeAuthor
Fiche_scenario.jpg56.13 KBAxmodeux

Comments

Axmodeux’s picture

Up ^^

Is anyone can help me ?
If I'm not clear, ask me some information.

Bye

Axmodeux’s picture

Category: support » bug
Axmodeux’s picture

Hello,

After a break on Drupal, I'm back.
I find that, if I check in the option 'Save options' : 'Both'. My terms are no longer mixed in the viewer (a bug ? of what ?) :

Sequence type:
Protein
Input type:
Alignment
Yoooooo

Protein is under Sequence type and Alignment under Input type. It's a good news.
But, Yooooo is the description of my object. Do you now, how I can insert a space between Alignment and Yooooo ?

Axmodeux’s picture

It's me again.

I still have the same problem. But, I find a new solution to display my taxonomy values (in the screenshot, it's in the position 2. I modified my template display.
Then, I don't need any more this default display.

The solution, I find is to delete or comment this line in 'content_taxonomy.module' in the function 'content_taxonomy_field_formatter'

//$output .= $term->name ."
";

It create an error in the script and the display is disabled ^^ It's dirty. But, I have no more solutions.

If I replace : $output .= $term->name ."
"; -> $output .= '';
I still have the title. And I cant' find where they are draw.

Do you have a other solution.

I wish to know too, how can I access to this option, because write as link is interesting :

function content_taxonomy_field_formatter_info() {
return array(
'default' => array(
'label' => 'As Text',
'field types' => array('content_taxonomy'),
),
'link' => array(
'label' => 'As Link',
'field types' => array('content_taxonomy'),
),
);
}

I still try to find a pretty solution, I don't want to distort the initial content_taxonomy project by some dirty adds.

Thank you

magnus’s picture

Status: Active » Closed (won't fix)

Cleanup of old issues. According to maintainer: "active development is only done for the 6.x branch! 5.x is not supported any more".
Open a new issue if this still exist.