1
vote
1answer
31 views

How to pull content from drupal views into an array

I hav a strange task where I need to pull the content from a (well some) drupal view into an array so I can use that data later. I dont want to display contents right away, but I'll need to access it ...
0
votes
3answers
30 views

Is there a central document store in Drupal 6 or a module that does?

I have a content type in Drupal 6 that consists of 3 main fields, each allows for the upload of unlimited files, which I have restricted to being PDF or DOC based formats. Lets say there will 100 ...
1
vote
1answer
26 views

Captcha does not save form_id

I added the CAPTCHA module to my drupal 6 website using this procedure and I'm trying to add the captcha to my user registration page. However when I go to /admin/user/captcha the list with the ...
0
votes
1answer
16 views

Feedback module block doesn't follow visibility rules

I'm using the Feedback module on my Drupal 6 but I found out a strange behaviour about its block's visibility. The module appeared even if the block was in the disabled region, not assigned to any ...
0
votes
0answers
22 views

Is there a fast way to collect and present public AddThis stats in Drupal 6?

I'm using Drupal since last week, so I'm not yet such an expert and I can easilly miss the obvious sometimes. I'm set up with Drupal 6 and already using AddThis module in combination with an AddThis ...
0
votes
1answer
28 views

How to alter a form depending how it was accessed

I would like to alter the login form depending how it was accessed. As an example, if the form was access from a particular link, it would display the standard login form. If it was accessed from a ...
0
votes
2answers
122 views

Custom module menu path renaming/redirection

Is it possible to create path like subdomain for custom module menu? For example create url like xyz.example.com if path is example.com/xyz where xyz is custom module menu. I've already tried to use ...
0
votes
0answers
29 views

How to check if apache solr ran a query drupal 6

Is there a way to check if apache solr sent a query ? I have the server all set up it just seems like my custom search block module is not sending a query ? Is there a way to add to debug code to my ...
1
vote
1answer
58 views

How to override default theme to custom module path theme

Is it possible to create template file for custom module created page that override default page theme only when the path is visited? The code i tried so far is displaying my custom module result ...
0
votes
1answer
155 views

custom form submit in a new tab drupal 6

I have a custom form in Drupal 6 and every thing works perfectly except I want the form submit to open in new window. I tried using the following code as per form api for drupal 6 but it does not ...
2
votes
2answers
55 views

How to add a media type to drupal_add_css in custom module

I’ve got a question about adding CSS to a custom module. Originally I’ve been given this line: link rel="stylesheet" type="text/css" media="screen and (max-width: 640px)" href="mobile.css" And ...
3
votes
2answers
100 views

module_load_include not working including inc file

I am trying to make it work, but it seems simply not working in Drupal 6. Maybe this is the issue, it does not work on D6? This is the code: // $file_path = module_load_include('inc', ...
0
votes
2answers
54 views

Handling dynamic URLs in Drupal 6 through my custom module

I have written a custom module and have defined a menu inside the module as test. This menu uses a function named mymodule_test() to render contents. The code written for this menu is working ...
0
votes
3answers
91 views

Prevent Multiple user registrations from single IP

I'm using Drupal 6.19.I need two things to be done.First thing, I want to disable multiple user registrations from the same IP.The Second thing is ,I want to allow only 3 user to register at a time. ...
1
vote
1answer
22 views

How to control CSS cascade?

I've got a module building/theming question I was hoping to get some help with today? I'm building two custom modules that create their own pages to be displayed on. Adding CSS and JS though ...
0
votes
1answer
65 views

How to display background images from CSS included by modules

I'm working to take a single page "site" built in jquery/css and convert it to a D6 module. the code contains more than one css file which has classes like this: background: ...
1
vote
1answer
30 views

Linking to another website procedurally

Hopefully this is a straightforward question. I'm procedurally building nodes as I walk an XML feed, and am importing them into a production server. I'm having issues importing node aliases, so I ...
0
votes
0answers
50 views

Unknown column value in field list - community page

I am using cod-6.x-1.0-rc1 (Drupal 6.26) I am getting this error when I go to the community page: user warning: Unknown column 'value' in 'field list' query: SELECT users.uid AS uid, users.name AS ...
0
votes
0answers
68 views

Display CCK field data in cart block

I use drupal 6 and ubercart 2. I need to pull cck field data from product nodes and display it on cart block along with products that are already in cart I created a simple custom module using ...
0
votes
0answers
21 views

Problems with Views in COD7?

I'm messing around with cod7, I see that when I create the schedule, sessions are all messed up, they don't show in order and also the rooms don't show at all. I looked up the views of "session ...
0
votes
2answers
44 views

Creating a block in own module

I am using Drupal 6.27, created my own module, used hook_perm() in my module. Now the question is - did i do that in the right way? /** * Implementation of hook_block(). */ function ...
0
votes
0answers
40 views

Custom Dates (module) not recognized unless I save at /admin/settings/date-time/formats

I have a little Drupal 6 module that inputs some custom dates and after I enable the module, it all looks good from the UI at /admin/settings/date-time/formats However, if I try to leverage any of ...
4
votes
1answer
58 views

Issue with module's hook_uninstall (not uninstalling db entries)

I have a custom Drupal 6 module (based on this issue) that puts some custom date and time formats into the date_format_types table and then can be accessed from /admin/settings/date-time/formats. ...
0
votes
0answers
33 views

Automatically highlighting changes in nodes that have been programatically created

I am pulling data from an XML feed and creating nodes programmatically. I also check to see if the node previously exists (looking up by node alias, as that is essentially my unique ID from the ...
1
vote
1answer
230 views

Compelety remove Input format from comment form

I used following code to create a module to remove input format from comment forms. but it doesn't work. is there anything I'm missing or another way to do this ? <?php function ...
2
votes
1answer
215 views

Drupal 6 custom form in pop-up

I need to show a custom feedback form when canceling an event. I used a jQuery modal form for this purpose, but I want to use any Drupal 6 module, or functionality, to save the feedback for future ...
1
vote
2answers
46 views

Custom page containing list of nodes separated by content type and date like an Archive

How can I create a custom page containing list of nodes separated by content type and date like an Archive? I think it requires pagination too. So is there any module for this purpose (Drupal 6)?
0
votes
1answer
27 views

What to do if Contributed Module updation is not avaialable for Drupal 7

I am upgrading a porject from D6 to D7. Which contains very less custom modules. While I start to analyze the version availability of contributed modules some modules are not available and some ...
0
votes
0answers
29 views

Node Clone Module Modification

I have a similar question over here: http://stackoverflow.com/questions/12623560/trying-to-edit-the-node-clone-module-for-drupal I am trying to edit the module for Drupal 6, Node Clone, to add ...
0
votes
1answer
219 views

Problem with login/logout operations while using drupal for facebook

I'm using drupal 6 and the module drupal for facebook v6.x-3.3 and I have a problem with the logout functionality. Strangely when I try to logout of the website, it automatically redirects me to my ...

1 2 3 4 5
15 30 50 per page