Questions tagged [drupal]

Drupal is an open-source, database-backed CMS written in PHP. It is maintained and supported by a worldwide community. Questions about installing and maintaining Drupal belong on Drupal.SE

Drupal is an open-source, database-backed CMS written in PHP by a worldwide community.

Resources:

269 questions
2
votes
2 answers

Drupal modules for ticketing system

We are looking at implementing a ticketing system at our work place. We intially tried OS Ticket which was fine. But management are hoping to integrate it into out intranet. (which will be done in Drupal) The Ticketing system will be used for the IT…
freddy6
  • 115
1
vote
1 answer

Civicrm - Add SPF Record, All Emails are going to spam,

All of my civicrm email's are going to spam. do i have to add SPF records for it? and if yes what it would be? For more details: https://www.screencast.com/t/hG2xCuBuE
Tle
1
vote
2 answers

Drupal install and permissions

So I'm really stuck on this issue. An install process is complaining about write permission on settings.php and sites/default/files/. However, I've moved these files temporarily to write/read (chmod 777) and changed the owner/group to "apache" as…
Rick
  • 299
1
vote
1 answer

Drupal - Site Building, Menus

I'm working with Drupal for the first time and trying to figure out how to change the Menu item names through the Administer Site Building configuration menus. I have logged into the Drupal admin site and navigated to > Administer/ Site Building/…
Nick O'Neil
  • 1,771
  • 11
  • 10
0
votes
0 answers

Prevent Drupal modules listing

Is there any way to prevent drupal modules to be enumerated by eventual attackers accessing know file locations ie: http://mysyte.io/sites/all/modules/extlink/README.txt
gpilotino
  • 285
0
votes
1 answer

permission errors in drupal setup

Im attempting to install Drupal 7 on a VM (CentOS 6.4 x64). I have copied all the files from the tar.gz to /var/www/html (after installing Apache ). I managed to solve most of the PHP issues but it's still complaining about some permissions…
ethrbunny
  • 2,379
0
votes
2 answers

Login to drupal

I have issues logging into my newly installed drupal 6 website. I have installed a fresh copy of the drupal 6-19 and and haven't added any new modules yet. When I enter my administrator user/pass and click login, The same first page is returned,…
0
votes
1 answer

Drupal with Appearance is not able to see Theme - mystery

With Drupal I got a new Mac and I installed the Drupal item and went well. However when I am looking at 'Appearance' I can not see 'Install new theme', it's not there, basically it's missing. I have gone through a few things such…
-1
votes
2 answers

How does one add print to a Drupal site?

A web page has content, navigation and other non-content items such as menus and headings. How does one add a print function to all pages on a Drupal web site so that the user can print a page easily without all of the clutter?
-1
votes
2 answers

How can I add fields to drupal's comments form?

I use drupal6 as my blog and don't want to require to register for making comments to my posts. However, I would like to require them to enter a name, an e-mail and a website (optional) as it is usual in blogs. Is there any module for drupal that…