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.
Input and works fine. I'm albe to fill in the appropiate fields and upload a picture.
However, when the data is displayed it is - obviously - displayed just as I entered it.
The title is shown, then the unresized image (not the thumbnail) then the URL and the description all below each other.
I want to remove the welcome word in my drupal can anyone help me..!!
This is what i mean :
Welcome to your new Drupal-powered website. This message will guide you through your first steps with Drupal, and will disappear once you have posted your first piece of content.
The first thing you will need to do is create the first account. This account will have full administration rights and will allow you to configure your website. Once logged in, you can visit the administration section and set up your site's configuration.
I use taxonomy acess module and have a role called family. When people with this role are logged in I want to display different primary links. How can I do this?
In the Books Module, there are two tools for displaying information.
1) Body
2) Child pages
When "checked" to display on the Front Page when posted. The body information will appear with a typical "read more" indicator. Informing the reader that there is more information to read.
However, if you just have "child pages" and no body or very little "body" information, there is no "read more" indicator generated.
I would like to display a block on the front page that lists some "teaser" text a "link" to the node that contains the actual content AND a "thumbnail" of an associated image.
I have looked at the following modules
Contaires Teaser Module: After trying this and resolving the installation issues by manually creating the required columns I couldn't find how to then list these teasers and images in a block. I also couldn't find out how to use the nodeapi "View" function. I then just gave up because of the lack of documentation
Hi all,
I am settting up a site that will allow a user to subscribe to various newsletters from the registration page. The checkboxes for the newsletters are generated via the profile module. I now want to convert the data captured in these checkboxess to user roles. This will allow me to send email and newsletters to members of the particular user role.