Hi,

I'm new to Drupal.
I am trying to put 'External Related Links' on my site.
Admin can add links for each page.
Sorry for my bad english.

Many Thanks

Comments

StefanT’s picture

Not sure what your question is, though.

Add a field name "URL" to each content type where you want to add a link and name it "external related links".

You maybe should consider using CCK and a special CCK-URL field for this to turn the input into a link automatically in the output.

peti2006@googlemail.com’s picture

Thanks for your reply. I got the answer. I installed "CCK" and "Link" Modules and added url data fields into "page" content type.

But, I still got another problem.
There are 3 css columns on my website (left sidebar, center and right sidebar).
CCK field is attached with Page Content Type. So, currenty, CCK Field is appear in center column.
I want to move CCK Field (Related Links) from center to right column.

Is there any modules to move CCK fields from center to Right Sidebar?
Or do I have to theme by creating new templates?

StefanT’s picture

CCK fields belong to content types. Content types are to create content. Where the content displays, can be set up in the blocks admin menu. However, entry of content will always happen in the content area of your website. If you want to move the content area from the center to somewhere else, you will need to adjust your site's theme accordingly.

peti2006@googlemail.com’s picture

It works now.
I just installed 'CCK Blocks' module and then I can move CCK fields at Admin >> builds >> Blocks.
Thanks!