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

3665 questions
1
vote
3 answers

Editing content-types in Drupal at development mode takes for ever

While the site is in development mode, it takes for ever to edit content types and do various similar administrative tasks. Is there a way to speed this up? What kind of hardware would I need? Any specific MySQL optimization maybe?
1
vote
1 answer

Drupal 6 - Including a module form in a view

I'm making use of the Favorites module, in order to allow my users to favorite nodes they like. Currently, I know that there is a block available for listing out the favorites, along with the 'Add to favorites' button at the top of this list. What…
the_e
  • 3,860
  • 5
  • 29
  • 58
1
vote
1 answer

Drupal wysiwyg question

Hi all i have a question. I have the wysiwyg module installed and i think configured the correct way but there is one problem. After writing my content in the editor the content doesnt show up in my blog posts. Any one having the same problem ?.
Johnny Mast
  • 693
  • 1
  • 9
  • 17
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
  • 4,617
  • 9
  • 33
  • 44
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
  • 349
  • 1
  • 3
  • 14
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
  • 55,858
  • 96
  • 259
  • 471
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,636
  • 16
  • 66
  • 98
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
  • 55,858
  • 96
  • 259
  • 471
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
  • 55,858
  • 96
  • 259
  • 471
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
  • 55,858
  • 96
  • 259
  • 471
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
  • 55,858
  • 96
  • 259
  • 471
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
  • 55,858
  • 96
  • 259
  • 471
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,199
  • 2
  • 23
  • 23
1 2 3
99
100