Hi,

I have a vocabulary with four items in it (Term 1, Term 2, Term 3, Term 4). I have added a link to the vocabulary in my menu ("Vocabulary"). It works fine, except that when I click on the vocabulary link, the title of the page looks like this:

Term 1, Term 2, Term 3. Term 4

with the list of pages/stories appearing afterwards. This is not what I want. I want the title to say:

Vocabulary

Instead. Is it possible to configure this? If so, how? Ideally, I'd like the title to be customizable if possible.

Thanks,

L

Comments

nevets’s picture

You might want to try the views module to create the listing as you can directly set the title.

lduperval’s picture

Excellent that will work, thanks for the reply.

Now, quick question: I using the views page to create a "Most recent" box at the bottom of my front page. Is there a relatively easy way to format it in a box with an outline? I'm not the best PHP or CSS code out there.

Thanks,

L

lduperval’s picture

And another thing: I'd like to have 2 or three of these blocks at the bottom of my home page.

Is there a module that makes this easier? Is CCK the only one?

L

nevets’s picture

With a region there you can add multiple blocks. By default the blocks will stack but you can use CSS to float the blocks left to place them horizontally.

nevets’s picture

For CSS the firebug extension for Firefox is useful for determining the html and css for the elements of the page.

For block view, both the block and the view have wrapper div's. You can use CSS to apply borders to the div.