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
1 answer

Drupal - Search box not working - custom theme template

I am using a customised version of search-theme-form.tpl When I use the search box, I do get transferred to the search page. But the search does not actually take place. The search box on the search results page does work though. This is my…
bcosynot
  • 5,653
  • 10
  • 34
  • 47
1
vote
3 answers

Drupal FAPI: Add form elements on nodeform after validation

I use Drupal 6.x. In my own module I alter each node form an add my own validation handler to it using $form['#validate'][] = 'my_own_validation_function'; Then I have the function function my_own_validation_function($form, &$form_state) { //if…
ManuelBS
  • 58
  • 8
1
vote
1 answer

Drupal html user id

I'm using Drupal 6.16: I think I have a pretty simple question. How can I get the current user id and put it in a menu tab. What I would like to happen is when the user logs in and wants to change their name, email etc to click a menu tab. I…
msindle
  • 239
  • 1
  • 4
  • 9
1
vote
2 answers

Excluding a directory in .htaccess from domain root

I have a drupal installed in our main domain. http://domain.com And a Wordpress installed in a directory domain.com/directory Sometimes when I accessed the wordpress from domain.com/directory it delivers me to domain.com/ Heres a part of…
LayoutPH
  • 399
  • 1
  • 3
  • 16
1
vote
1 answer

Drupal: template.php in theme, how can I edit the block back-end page?

I use phptemplate_node_form in template.php to edit my back-end node pages function phptemplate_node_form($form) { Which is the function to edit the blocks instead ? thanks
aneuryzm
  • 63,052
  • 100
  • 273
  • 488
1
vote
2 answers

How can I change the display order?

I have a form and on this form the user can change the display order. This is reflected on a page that shows all our employees and we want to be able to control which order they appear. When the form is submitted, I want to alter the other display…
AllisonC
  • 2,973
  • 4
  • 29
  • 46
1
vote
1 answer

using custom CCK fields in node + Drupal 6

I'm new at drupal. I created custom content type with CCK. Added some Phone, Address, Fax fields... Now I'm editing the related node. but in the node it just says print $content How can I use the custom fields I've created? maybe something like…
designer-trying-coding
  • 5,994
  • 17
  • 70
  • 99
1
vote
1 answer

Drupal: can't add the taxonomy field to Views?

I've prepared a View for my nodes and I've selected which fields to display. I just realized that there is not the taxonomy field from Content:Taxonomy There is only Taxonomy:Term category and warning: "The content might be duplicated, use…
aneuryzm
  • 63,052
  • 100
  • 273
  • 488
1
vote
1 answer

Drupal, ImageCache module not scaling properly

I've set on imagecache a fixed scale for my images (230 x 150). Upscaling option is unchecked. Successively, I've uploaded new images (original size 230 x 150) but for some reason they are resized: 80 x 52 Instead, if I check the "Allow upscaling"…
aneuryzm
  • 63,052
  • 100
  • 273
  • 488
1
vote
1 answer

Lightbox: how to parse the lightbox dynamically loaded html content (AJAX)

I'm using a (modal) lightbox on a page of my website to display my nodes. I'm using some plugins such as an external jquery-plugin for tooltips and the drupal plugin jQuery Media (to load flash video player for some video file-fields). These plugins…
aneuryzm
  • 63,052
  • 100
  • 273
  • 488
1
vote
1 answer

Drupal: how to set collapsed property for edit-content fields

is there any interface to decide which fields should be collapsed and which ones not in content pages ? i.e. Tags is collapsed Menu Settings is expanded, Authoring is expanded.. I would like the opposite. thanks Updated: Taxonomy super-select field…
aneuryzm
  • 63,052
  • 100
  • 273
  • 488
1
vote
2 answers

Drupal: where does this tab "Track" come from?

I've noticed there is one more tab in my edit-content pages in Drupal. Could you tell me which plugin added it ? See picture: http://dl.dropbox.com/u/72686/TrackTab.png I actually need to know step by step how can I disable such tab thanks
aneuryzm
  • 63,052
  • 100
  • 273
  • 488
1
vote
1 answer

Drupal module to retry failed emails

I'm trying to find an existing Drupal module to fit the bill: basically, when an email fails to send, it should save the email and automatically attempt to resend the email later. I'm using the SMTP module to relay emails through an SMTP gateway…
JavadocMD
  • 4,397
  • 2
  • 25
  • 23
1
vote
0 answers

Drupal 6 Chart module doesn't show up legends and its associated colors

I'm using Drupal 6 chart module with google plugin. My graph type is pie3d. I'm unable to set legends and color associations to these legends. $chart = array( '#plugin' => 'google', '#type' => 'pie3D', // Display a 3D…
Anup Tilak
  • 336
  • 3
  • 15
1
vote
1 answer

PHP for Drupal Views theming

I am theming a View in Drupal 6, and I want to add an id with a consecutive number to each item in the view (first item would have the id #item1, the second #item2, etc). I am customizing the style output (views-view-unformatted--MYVIEWNAME.tpl.php)…
agente_secreto
  • 7,959
  • 16
  • 57
  • 83
1 2 3
99
100