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.
I'm using Drupal mainly for registration and authentication purposes. The client-side scripts need to make a large number of small data requests to the server, and each request is served by a Drupal module, to make sure that the user is logged in and that he is who he says he is.
I'm using the story module for a single-blog site and I'm trying to display 'author' and 'date created' above each story posting. These seemed to show by default when I was using XTemplate, but now that I've changed to PHPTemplate, they're no longer there. Do I need a custom story.tpl.php, maybe?
I'm using webform module. And I'd like to publish content of submitted forms, i.e. generate a (flexi)node with the submitted content, stuctured by the fields of the webform, one node per submission. (Submissions come from people who are not familiar with drupal or any other way of web-publishing.) Alternatively I'd like people see the submitted content (e.g. the table view) without being able to edit the webform and of course without admin rights. Is there a way for any of the two?
(I can do copy and paste, but that's not what I go for :)
There is a gray box in the middle column (assumeing you have left and right block) that logs things like "Configurations have been saved", "Module updated", etc.
Is there a way to disable this box from showing up? I searched the manual and have gone through the menus and did not come up with anything. Not sure that this box is called, to begin with.
Ive recently created a Flexinode with a number of different fields. One of the fields is a file upload/attachment field. I only want certain Roles to have access to download the attachments. Is it possible to create specific views based on Roles for specific flexinodes?
So for example, users within the Role1 role will be able to view the entire node, and download the attachment.