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
1
vote
4 answers

HTML: how to change my website background at each visit?

what's the best approach to change the background of my website at each visit ? 1) write php code, loading a random css file containing the background property 2) write php code, generating different html (and including the background property…
aneuryzm
  • 63,052
  • 100
  • 273
  • 488
1
vote
1 answer

Drupal Zen subtheme creation problem: sidebars, header and footer regions disappear

I am currently trying to create a Drupal theme as a Zen subtheme, by doing the following: I created a new Zen subtheme by following instructions in "How to build your own sub-theme (6.x-2.x)" documentation The problem is that when I enable the new…
jsalonen
  • 29,593
  • 15
  • 91
  • 109
1
vote
1 answer

Drupal, creating a view for Ubercart customers?

I want to customize the Ubercart customers list, displaying more fields enabling multiselection, actionsm etc.. I already have a view for drupal authenticated users, but I cannot display informations such as billing addresses from ubecart (or see…
aneuryzm
  • 63,052
  • 100
  • 273
  • 488
1
vote
1 answer

Drupal: how to set role permissions for specific content types and views?

how can I set role permissions (content access) for specific content types, rather than CCK fields ? I actually want the login page to appear of the user access to pages of a specific content type, or a specific view thanks
aneuryzm
  • 63,052
  • 100
  • 273
  • 488
1
vote
1 answer

Creating custom paths in Drupal

I'm trying to create custom URLs for my menu items, such as mysite.com/aboutus rather than /node/2 or however it has it by default. In the menu configuration I changed the paths to what I want them to be, but I don't know how to change the paths of…
AKor
  • 8,550
  • 27
  • 82
  • 136
1
vote
2 answers

Drupal: how to let the customer to add specific nodes to a view?

I want to let my customers to add specific nodes to a view. I was wondering what's the best way to select which nodes belong to the view. I was considering to use a custom tag, "inView". I actually need a similar option to "Promoted to front page".…
aneuryzm
  • 63,052
  • 100
  • 273
  • 488
1
vote
1 answer

Drupal: automatically assigning a role to subscribed users

I've created several user roles in Drupal. How can I automatically roles a specific role to an user when he subscribes ? thanks
aneuryzm
  • 63,052
  • 100
  • 273
  • 488
1
vote
3 answers

Drupal: too many modules?

I'm using Drupal with many modules because I need a lot of functionalities such as Newsletter, Taxonomy menus, Embed Videos.. and many other modules. I get a fatal error when I enable all of them, but the point is that I'm using my development…
aneuryzm
  • 63,052
  • 100
  • 273
  • 488
1
vote
1 answer

Drupal Multiline Title

At the moment I may have a title like Welcome to my new Website made using Drupal This title is splitting onto two lines but I have no control where the break takes place. I would much rather have: Welcome to my new Website made using Drupal To do…
Linda
  • 2,227
  • 5
  • 30
  • 40
1
vote
2 answers

Controlling which comments are shown based on role in Drupal

This is a strange one and not ideal, but basically we have a Drupal site that has been using the core comments module to allow authenticated users to post and view comments for a node. We are now needing to extend this so that unauthenticated users…
drmonkeyninja
  • 8,490
  • 4
  • 31
  • 59
1
vote
1 answer

Drupal: Drush module.. how to enable it?

Is Drush supposed to be listed in Modules administration pages when I copy its folder there ? I cannot see it. Thanks
aneuryzm
  • 63,052
  • 100
  • 273
  • 488
1
vote
3 answers

Drupal 6: View module generates div mess :/

I created some blocks with View Module. View Module really makes things easy! but it puts so many divs, class-names, etc... to output. and it mess up for some cases. example below: alt text…
designer-trying-coding
  • 5,994
  • 17
  • 70
  • 99
1
vote
2 answers

Drupal 6 Views 2 using Node Path as an argument

Please consider helping a Drupal noob who is in danger of tearing out what hair I have remaining. I have a view that I want to add an argument to so that it only displays the details of the specified product. Since I'm using URL aliasing the…
Sebarry
  • 11
  • 2
1
vote
1 answer

Showing a single node and all associated comments in Drupal 6 Views 2

I am trying to create a view on Drupal 6 (views 2) that simply displays the latest node of a specific type and all of the associated comments from that node. I am sure that there is a simple method to do this that I just don't know. Algorithmically,…
Ezra Butler
  • 120
  • 2
  • 13
1
vote
3 answers

Drupal: multilanguage.. looking for the right module to build multiple versions of the node

I have a multi-language website. I want a module to add multiple version of my nodes and selecting the right one for each language of my website. In other terms, for each node, I want to have more versions, a version for each language. I don't want…
aneuryzm
  • 63,052
  • 100
  • 273
  • 488