By peti2006@googlemail.com on
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
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
Not sure what your question
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.
CCK fields
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?
CCK fields belong to content
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.
It works now. I just
It works now.
I just installed 'CCK Blocks' module and then I can move CCK fields at Admin >> builds >> Blocks.
Thanks!