Tagged Questions

Questions about Drupal 6, the version of Drupal released on February 13, 2008. Rather than using this tag, consider posting your question directly on http://drupal.stackexchange.com/ instead.

learn more… | top users | synonyms

13
votes
1answer
9k views

How do I use theme preprocessor functions for my own templates?

I have several .tpl.php files for nodes, CCK fields, and Views theming. These template files have a lot of logic in them to move things around, strip links, create new links, etc. I understand that ...
13
votes
1answer
4k views

Upgrading from Drupal 6 to Drupal 7: best programmer's practices?

Although I am using drupal since the D4 series, I only started developing professionally for it with D6, so - despite I did various site upgrades - I was never faced by the task of having to port my ...
12
votes
5answers
3k views

Drupal 7 programming advancements, differences from Drupal 6 upgrade or wait

I was just wondering if there were any changes in the Drupal 7 code that effect server load and speed for large sites. Also, with 7 nearing beta release, should I wait to build the sites with Drupal ...
11
votes
2answers
3k views

Drupal behaviours

What are Drupal behaviours at all? What type of service layer it offers to module developers? What type of relation it maps to jQuery.ready function?
11
votes
4answers
19k views

How do I get the path of the current drupal theme?

The drupal api has drupal_get_path($type, $name) which will give the path of any particular theme or module. What if I want the path of the current theme?
10
votes
3answers
713 views

How to get rid of Drupal CSS stylesheets?

I am trying to accomplish the following. I need to use Drupal 6 as a project requirement, but I want to use it with my own HTML and CSS stylesheets for each node/view/panel etc. The problem is, ...
9
votes
4answers
409 views

FBConnect: Why is it showing on some pages and not others?

In the top right hand corner, it shows on this page: http://www.thegreekmerchant.com/product/fokofpolisiekar/band-logo But not on this one http://www.thegreekmerchant.com/ Any idea why? I'm ...
9
votes
2answers
581 views

Exposing a module's data to Views2 using its API

I'm forking the filefield_stats module to provide it with the ability of exposing data into the Views module via the API. The filefield_stats schema is as follow: function filefield_stats_schema() { ...
9
votes
4answers
3k views

Removing [nid:n] in nodereference autocomplete

Using the autocomplete field for a cck nodereference always displays the node id as a cryptic bracketed extension: Page Title [nid:23] I understand that this ensures that selections are unique in ...
8
votes
2answers
4k views

Drupal form validation not working for me

I am trying to modify some Drupal 6 form code and incorporate some native form validation. Code looks like this, but validation does not work. I never even get into function ...
7
votes
2answers
165 views

Drupal Commons site has no style after install - missin js and css files at all

the very last / newest update on a quick step i did the toogle the css-aggregation - and switched it to off: see the results of this action on the site: http://campus-24.com/ i had toggled the ...
7
votes
1answer
211 views

Does Drupal 7 have a better way of managing development changes than Drupal 6?

So one hassle of Drupal 6 is that it's tough to move changes from a development server to a test or staging server to a production server. Has this been made easier in Drupal 7? Is there some coding ...
7
votes
3answers
999 views

Fundamental understanding of how Views and Pathauto work together

I am having fundamental problems understanding when to use a pathauto rule, and when to use a views page path. I have several custom content types, and I am using blocks to display certain parts of ...
7
votes
3answers
6k views

Drupal Views: Display recent nodes created by user on profile page

I'm wondering how I can display the recently created nodes by a user on their profile page. I've created a new page for a user at /user/%user and I want to be able to display the latest nodes created ...
7
votes
2answers
4k views

Drupal node_save no longer returns $nid, so how do I get it?

I have code like this: ... setup $issue object ... $node = node_save($issue); print_r($node); The node is created successfully, and everything works fine...but nothing it returned from ...
6
votes
3answers
614 views

PURL and/or Spaces?

My site is to have a section for normal users, a section for managers, and a section for use only by anonymous visitors. Each section of the site requires changes to Drupal settings for using a ...
6
votes
2answers
4k views

Drupal return number of results in a View

I have a view in Drupal that filters my content. It brings back 7 rows. All I want to return is the number or results returned(7). Is this possible? I tried using the View result counter but it ...
6
votes
1answer
1k views

How do I programmatically apply a Drupal input filter?

I am currently exporting Drupal data to an external source (XML) programmatically. However, I want the data to run through the site's default Input Format (the filter that runs before user content is ...
6
votes
2answers
827 views

Display different content for anonymous and logged in users

What I need to accomplish is this: If an anonymous user visits the site, show regular site content. If a user logs in to the site, then user-related content appears in place of the regular content. ...
6
votes
5answers
4k views

Drupal 6: best way to upgrade jQuery?

I want to upgrade jQuery inside my drupal installation. At the moment I have jQuery 1.2.6 and I would like to upgrade it to jQuery 1.4 I guess some Drupal modules still depends on the old jQuery ...
6
votes
1answer
383 views

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 ...
6
votes
6answers
4k views

SSL: Why does Chrome report mixed content? (Drupal 6)

I've just got a site running nicely with the whole site running through SSL, but Google Chrome is throwing a "This page contains some insecure elements" message, which isn't good in terms of end user ...
6
votes
3answers
4k views

Drupal Views: Generate xml file

Is there a views plugin that I can use to generate a xml file? I would like something that I could choose the fields I would like to be in the xml and how they would appear (as a tag or a attribute of ...
6
votes
5answers
7k views

How do I create a node from a cron job in drupal?

In a custom module for drupal 4.7 I hacked together a node object and passed it to node_save($node) to create nodes. This hack appears to no longer work in drupal 6. While I'm sure this hack could ...
5
votes
4answers
516 views

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 ...
5
votes
2answers
237 views

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 ...
5
votes
3answers
2k views

Should I use Drupal 6 or Drupal 7? [closed]

As the title states: Should I use Drupal 6 or Drupal 7? See, the dilemma here is the usability. I have to develop a website for a client, and I've been running into quite a bit of difficulty with ...
5
votes
1answer
468 views

How to use multiple filters to widen the search in Apachesolr queries

Making a search with Apachesolr, i want to add a couple of filters in hook_apachesolr_prepare_query(&$query). This works fine, except I want the filters to widen the search ('OR'), rather than ...
5
votes
4answers
572 views

Editable timetable using Drupal

I'd like to manage a timetable using Drupal 6, there are several pieces of equipment on which an administrator distributes people who get to use the equipment. Essentially I want a table of equipment ...
5
votes
1answer
196 views

Node update: getting the old value

I'm updating a node with nodeapi update, but there's more that I need to do behind the scenes which requires me to know the old value of a field/ Is there a way I could get the old value of a field ...
5
votes
2answers
243 views

When not to use a Drupal node?

I've recently created a very simple CRUD table where the user stores some data. For the data, I created a custom node. The functionality works great for creating, editing, and deleting data in the ...
5
votes
5answers
98 views

How to override form just on one page?

OK so this is my hook form alter function.It is causing all the registration forms on site to be over written which I do not want as I just want it on this page. function ...
5
votes
2answers
1k views

How do I execute an action in drupal after each time a node is saved?

I'm developing an Action in Drupal which is supposed to activate after saving a node, exporting content to XML (which includes data from the node that was just saved), using the "Trigger: After saving ...
5
votes
1answer
399 views

Update {node_counter} table programatically in drupal

I currently use the statistics module (core) on my Drupal 6 install. This increments a count in the {node_counter} table every time the node is viewed, and this works. My question is - can I ...
5
votes
2answers
669 views

How to theme a view in drupal

Can any one help me out on how to theme a view. For each view created i want to have different templates.
5
votes
4answers
2k views

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 ...
5
votes
6answers
8k views

How can I theme the template for edit or add a node for a specific content type?

I want to theme the template for edit or add a node for a specific content type. For example, to theme all the content type forms I use the file page-node-{add|edit}.tpl.php (depending what I need to ...
4
votes
1answer
37 views

How to list the fields in a particular node-type?

I would like to generate a list of all the fields in a particular node-type. Looking at the API for content_fields, I tried this: content_fields(NULL, $nodetype); Unfortunately, this returns all ...
4
votes
6answers
273 views

Drupal views - splitting up the exposed form possible?

I need to display part of the exposed form in my page's sidebar, and the rest of the form and content in the $content area. There's really no good way that I can find to do this. I sort of got it to ...
4
votes
0answers
179 views

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 ...
4
votes
1answer
471 views

Drupal AHAH, Dynamic form expansion

Form $form['animal'] = array( '#type' => 'select', '#title' => t('Animal'), '#options' => load_animals(), '#ahah' => array( 'event' => 'change', 'path' ...
4
votes
5answers
292 views

Techniques for building Drupal Modules Quickly?

I'm looking to see if anyone has any resources or tips for developing basic Drupal modules faster? Have you come up with anything to make your Module development faster? The Drupal module ...
4
votes
2answers
367 views

What are the changes to Drupal 7 programming vs Drupal 6?

Drupal 7 is claimed to be a revolutionary new Drupal. But in what ways exactly? Looking for coding specific discussions.. Thanks!
4
votes
1answer
183 views

PHP: Get http status code that own script just sent out via shutdown function

I have a shutdown function that checks to see if a redirect was just issued. From headers_list() I can get the headers sent and see the location header. My question is how would I figure out what ...
4
votes
3answers
1k views

Drupal print node from nid

I have a node id. In my code I want to output this node to the screen using the standard template for the node. How do I print the node to the screen?
4
votes
1answer
585 views

Customize TinyMCE using Drupal's WYSIWYG module

I am looking to create a custom button on the TinyMCE toolbar that wraps the currently selected content in a div with a class. I am using drupal 6.19 with wysiwyg-dev and TinyMCE 3.3.9.2. Sample ...
4
votes
4answers
783 views

Can I truncate sessions and watchdog table in Drupal?

I have 16 million rows in these 2 tables in Drupal.My sites are slow and these 2 tables top the slow query log. Can I safely truncate them? Also, issuing a truncate command, hangs the system. Is ...
4
votes
3answers
126 views

Separating a Drupal module logic and UI

I wrote a D6 module which provide user with the ability to communicate, config params and test a 3rdparty API service. The module works as intended but I want to separate the communicator class and ...
4
votes
1answer
709 views

Drupal: How to wrap inline images into additional markup

i need to wrap images into additional markup for further css styling. I would like to have something like that: <p><span><img src="path/to/image" alt="alt"/></span></p>. ...
4
votes
2answers
984 views

How do I remove HOME from breadcrumb

I am using Drupal 6.17 and want to get rid of "HOME" in the breadcrumb output... eg: $breadcrumb= PRODUCTS // SOFTWARE // FEATURES instead of HOME // PRODUCTS // SOFTWARE // FEATURES

1 2 3 4 5 60