Questions tagged [drupal-6]

Drupal 6 is the Drupal version released on February 13, 2008. Rather than using this tag, consider posting your question directly on https://drupal.stackexchange.com/.

Drupal 6 is the Drupal version released on February 13, 2008.
It will be officially supported until Drupal 8 has reached its first official release. After that bugs and security issues will no be longer be fixed for Drupal 6.

See for more information about Drupal.

Requirements

  • Web server: Apache, Nginx, or Microsoft IIS
  • Database server: MySQL 4.1 or higher, PostgreSQL 7.1
  • PHP: PHP 4.4.0 or higher (5.3 recommended)

Related tags:

Resources

3646 questions
6
votes
4 answers

How to turn off authoring information for a drupal page

Is there a way to hide date and user info from a page post in drual?
Behrooz Karjoo
  • 4,250
  • 10
  • 38
  • 48
6
votes
1 answer

Re-notify user of account in Drupal

When a user signs up at a Drupal site, there is a configurable message that Drupal will send the user letting them know their username and password. I have about 1,000 users that I imported, but at the time, I didn't want to notify them - but now I…
tpow
  • 7,600
  • 11
  • 59
  • 84
6
votes
4 answers

Is it possible to change the content type on nodes in Drupal 6?

I have inherited a Drupal site on which (for some reason) there are two different content types for news: one for press releases and one for everything else. I would like to combine the two and use a taxonomy to categorize the press releases and…
Brock Boland
  • 15,870
  • 11
  • 35
  • 36
6
votes
4 answers

Drupal Content Type (Restaurant) Design

I have one content type Restaurant. For each restaurant, I would like to record their menu. The sample data would look like this: Beverages Coke                         $4.99 Mineral Water           $2.99 Cocktail Blue Lagoon…
Ferry
  • 250
  • 3
  • 8
6
votes
6 answers

Drupal - Getting node id from view to customise link in block

How can I build a block in Drupal which is able to show the node ID of the view page the block is currently sitting on? I'm using views to build a large chunk of my site, but I need to be able to make "intelligent" blocks in PHP mode which will have…
MrFidge
  • 2,107
  • 11
  • 40
  • 63
6
votes
1 answer

Detect which other modules are enabled in a new Drupal module

I'm creating a Drupal module which doesn't necessarily depend on other modules, but could offer other options if, for example, the Path module is enabled. What I'd like to know, and can't seem to find by searching, is whether it is possible to…
HorusKol
  • 8,375
  • 10
  • 51
  • 92
6
votes
6 answers

Drupal Filefield won't upload javascript files?

I've got a site where individual pages might require some javascript or CSS files hooked into their heads. I'm trying to keep everything client side when it comes to managing this process, rather than getting on the FTP and sorting everything out in…
MrFidge
  • 2,107
  • 11
  • 40
  • 63
5
votes
1 answer

Drupal doesn't save any changes in admin settings

I have a strange problem in drupal. When I'm trying to change _any_ setting in the drupal admin (caching under performance, temp-directory under file-system, default filter under filters, etc) I get the message that the changes were saved…
caspermc
  • 444
  • 2
  • 5
  • 11
5
votes
4 answers

Custom date format (callback with php logic)

I want to create a dynamic php date format. Example: show the time of the node if it was published today and only the day/month when older then today. I want this format to be available throughout Drupal like the other predefined date formats in…
Albert Skibinski
  • 499
  • 4
  • 21
5
votes
2 answers

Drupal CiviCRM Javascript Conflict

Installed CiviCRM in a fresh Drupal install, customized the CiviCRM and added data. The actual Drupal site was built separately in a separate install. Now that it is complete, I merged the CiviCRM with the new Drupal Site (files and database).…
TechRemarker
  • 2,788
  • 11
  • 37
  • 60
5
votes
2 answers

like and favorite button for drupal

is there module for Drupal that user can like or unlike,and favorite the node?like stackoverflow's button? tnx.
MJH
  • 653
  • 2
  • 14
  • 36
5
votes
2 answers

Howto output HTML from drupal module the nice way

this may be basic, but i just started using Drupal (6 btw). I'm building a module, and got a callback that is supposed to return some html. I could just do something like this: function myModule_myFunction(){ $r = ''; $r .=…
Simon Epskamp
  • 8,813
  • 3
  • 53
  • 58
5
votes
3 answers

publish content after varification by admin

I have created video gallery with help of cck . I have created a content type. Now My requirment is that when user add video it should not be published to all user.When admin active that content then it should be publish. How can i do this please…
rajanikant
  • 61
  • 1
  • 4
5
votes
3 answers

Create a standard page and table in drupal module with PHP

I made a module with a simple menu structure. I am able to programmatically retrieve a view of all my students in PHP. Now, I want to return all the students on a page in a simple table. How can I make a standard page? How can a return the values…
user001
  • 441
  • 3
  • 8
  • 24
5
votes
2 answers

CakePHP and Drupal 6 need to talk to each other, but how?

I have a CakePHP app which needs to take data from Drupal (6). Specifically, there is one custom content type and one webform that need to be shared with CakePHP - so when a new node for that content type is added, or a webform submitted, Cake…
Will
  • 1,893
  • 4
  • 29
  • 42