I need a URL Field with the possibility to add some text (information on the website I am referring to). Url field is very useful but can this be adapted to add a line of text?

The result will have to be that on one page the user will find (among other things) a list of links with a bit of information for each link.

Comments

joachim’s picture

I think there's a CCK module that lets you group fields. Add a simple text field and group it with the URL.

roosvdc’s picture

I've tried with grouping the fields, but then I can add only information for all links and not for each link seperately.

But thanks for your reaction!

kalin_s’s picture

I made a CCK content type called 'webaddress' which has the following fields:

- title
- URL filed (check http://drupal.org/project/link)
- body (here goes the brief info)

Then used views.module to generate a 'webaddress' catalogue.