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>
My search skills are really sucking today so I'm down to asking dumb questions again.
Is there a node-forum-topic.tpl.php or something to that effect? Do I have to go through template.php? I do know how to theme nodes, just not sure what this one is called :)
Hi,
anyone can suggest how to remove the link to the profile? I am developing a drupal web site for children and I have been asked to remove the link, in order to make it as simple as possible, but I'm struggling to find where is the link.
Looking in the menu manager, it does not allow to remove the profile link.