Hello,

This is probably a rather naieve question and I am overlooking something but how do I make the story title a working URL? Is that actually possible?

If I put a URL in the body with markup it show correctly like this:
Exilpresse digital. Deutsche Exilzeitschriften 1933-1945

When I input such a title in the title section of the story I get the name + html markup.

Any help much appreciated!

Thanks,
Gerben

Comments

yelvington’s picture

The best way to do this is use Drupal 5 and CCK, as the latter is not yet available in stable form for D6.

Create a content type that has an additional field for the URL you want to cite.

Create a node template that is specific to that content type and surround the $title with the appropriate HTML and field reference. See the theme developer's guide for examples.

Gerben Zaagsma’s picture

...very much! Just starting out and slowly realising how it works.

Gerben