I'm trying to change the layout of flexinode type teasers.
Looking for a way to display field from other object types to a flexinode teaser. I'm using phptemplate. Where can I start? I looked at fleximax. It seems fleximax is good at changing the layout of the fields of the same flexinode type. It won't let me add fields from other types to the teasers of a flexinode.
I have build a Taxonomy menu-tree now when I select one of this taxonomy term in the content-page I get the title of this taxonomy term.
this is not nessasary because the breadcrumbs already show the path.
But where do I have to change to omit this?
I'm looking for a way to create same tabs as in the Bluebeach theme (this one on the Drupal website)
The classic html display of the tabs is like that for primary links
<li><a href="/tracker" >all recent posts</a></li>
I'd like to know where to specify two span divs before and after the text, like that : <li><a href="/tracker" ><span class="a"><span class="b">all recent posts</span></span></a></li>