Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Hi folks.
I am new to Drupal, and I am trying to understand its mechanisms before diving into the coding custom modules for the website of a forthcoming magazine I'm working on.
Talking with the editorial board, we decided to let people comment on articles (stories) but just on the forum.
So I would basically need to tie each article to a forum discussion in an appropriate room (according to the taxonomy); this model is present in many websites, like arstechnica, for example.
I would like to know how to palce Text and images anywhere in my content area - or in the sidebars for that matter. I have created a page, but all you get is an area to type in body text. I want some text, a line, an image, then some more text. Text and image needs to change from page to page. Other CMS's I have used have an image and text/html modules that can be placed in any pane.
Since I am tired of getting "robots.txt not found error" on my log file, I have decided to put one. JUst wanted to ask what should be the strucutre of it ? I mean what directories should I block ?
I have been using Gallery2 and the associated module with my site but am trying to simplify things. So I am switching for the moment to the image module for my pics. I can move all the photos from the Gallery2 directory on my webserver to the /files/images directory in my Drupal setup. But how do I go about persuading the image.module to recognize the new files? Do I need to download them all and then upload them one at a time into the new image galleries? Thanks