Tagged Questions

Questions about Drupal modules that are available on Drupal's website.

learn more… | top users | synonyms (1)

10
votes
3answers
715 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
2answers
1k views

Can you Create your Own Hook in Drupal?

Is it possible to create your own hook in a Drupal module for other Drupal modules to consume? If not, is there a mechanism in Drupal for third party developers to provide hooks? If everything's ...
9
votes
2answers
583 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() { ...
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 ...
6
votes
1answer
717 views

Drupal form submit, form after_build

What is the difference between $form['#submit'] and $form['#after_build']?
5
votes
2answers
458 views

Drupal 7 OpenID module

I would like to as how can we have the login similar to the stackoverflow openid using drupal 7? In stackoverflow, we have various login options like facebook, google, etc, the image is show to choose ...
5
votes
3answers
4k views

Drupal 7: Candidate page tpl name for particular custom content type entry

I'm working on a Drupal 7 website. I created custom content type for works. I have many fields, and some of them are related to page layout like particular page bg for each entry. So I need custom ...
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
6answers
6k views

array_flip():Can only flip STRING and INTEGER values! in DrupalDefaultEntityController->load()

I have recently migrated my module to Drupal7 (on PHP Version 5.3.1) and now I am getting following errors: * Warning: array_flip() [function.array-flip]: Can only flip STRING and INTEGER values! ...
5
votes
1answer
1k views

drupal jQuery 1.4 on specific pages

I'm looking for a way to force drupal to use 1.4 on specific pages. This is the same as this old question: http://stackoverflow.com/questions/2842792/drupal-jquery-1-4-on-specific-pages It look me a ...
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
420 views

What is the best way to create standards-based, cross-browser compatible rounded corners in Drupal?

I am currently working on a Drupal 6 theme, for which designer is explicitly requesting to use A LOT of rounded corners. I could of course create the rounded corners - traditionally - with images. ...
4
votes
1answer
146 views

How to access form data in hook_form_validate() in drupal 7

I have a form implemented from hook_form called simplequiz_form() I want to access its data after submit below is the code I have written but I can't seem to access its data once its submitted. What ...
4
votes
1answer
420 views

drupal 6 and jquery 1.4/1.5

is there a way in drupal 6 to use in non admin pages jquery 1.5 / 1.4 without breaking the core functionality on non-admin pages??
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
3answers
3k views

Correct way to use Drupal 7 Entities and Field API

I'm trying to use Drupal 7's entities and field API to correctly build a new module. What I have been unable to understand from the documentation is the correct way to use the new API to create a ...
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
2answers
91 views

Can a module download files?

I have a drupal module that requires other files from the web. Is it possible for the module to download these files as its being activated?
4
votes
4answers
2k views

Sending email with attachment

I've a custom form (created with form API) that need send an uploaded file by email. The current form submit handler sends the email withouth attachment using drupal_mail(). So I'm looking for a ...
4
votes
3answers
298 views

How to split the code of a module into separated files

I am very curious to know how a Drupal module can be dis-integrated into multiple include files. A number of hook support to link include components, like hook_menu, hook_theme etc. Once I planned to ...
4
votes
2answers
123 views

Is Admin Role module still relevant

I'm following a drupal 5 tutorial that advises to get the Admin Role module. Is this module still useful for drupal 6? Part of the drupal 6 installation is the creation of an admin account. What does ...
4
votes
2answers
747 views

drupal module, check if node type

As a more specific take on this question: http://stackoverflow.com/questions/2985518/drupal-jquery-1-4-on-specific-pages How do I check, inside a module, whether or not a node is a certain type to ...
4
votes
2answers
2k views

Create a view that displays node count?

Having trouble in views creating what seems like a very simple query. Display the number (count) of nodes of a given type. I'm not finding the option in any obvious place... How to?
4
votes
1answer
937 views

Detect which other modules are enabled in a new Drupal module

I'm creating a Drupal module which doesn't necessarily depend on other modules, but could offer other options if, for example, the Path module is enabled. What I'd like to know, and can't seem to ...
3
votes
1answer
13 views

Fatal error: require_once() with module .install file, drupal 7

I get the following error after reinstalling my site on localhost. Fatal error: require_once() [function.require]: Failed opening required ...
3
votes
1answer
84 views

How to override drupal view pager query?

I'm using drupal 6 and view 2 - I've created a custom filter for my view using this documentation http://www.chadcf.com/blog/creating-custom-filters-drupal-and-views. Every things seems to working ...
3
votes
3answers
120 views

Making sense of print_r output

There are cases when the output for print_r is very complicated, long and hard to read, e.g. objects, nesting arrays, nesting objects, nesting arrays,... Is there library or tools to help developers ...
3
votes
3answers
822 views

A good tutorial for Drupal 7 cTools

I've been looking all over the internet for a good tutorial to help me start using cTools AJAX in Drupal 7. Any help with that ?!
3
votes
3answers
73 views

Will metatags coming up twice with module hurt my SEO?

I have my metatags hand coded in my index.php(page.tpl.php in drupal). Now, I want to use a module called "nodewords" that allows metatags in every individual page; as opposed to just the index page ...
3
votes
1answer
51 views

Drupal module for inline notifications (in style of Stackoverflow or Gmail)?

I am looking for a Drupal module that makes on-page notifications similar to those found on Stackoverflow (slide on from top) or Gmail (appears near top of page). I've looked through the secondary ...
3
votes
3answers
200 views

how to overwrite drupal default message when posting comments?

I would like to overwrite a default message for posting a comment. For example, I would like to display "Your comment has been sent to the site moderator and will remain private." instead of "Your ...
3
votes
1answer
533 views

Drupal 6 - Custom Node Type Template in Module

I have a module which adds a new content type. For this content type I want to supply a node_contenttype.tpl.php node type template, but Drupal will not recognize this template in the module ...
3
votes
3answers
430 views

Why is drupal slow?

i have made site on drupal my site has 7500 users and approx (20 to 50 without logged in)(2 to 10 logged in) users are online (and this is not havy traffic i think) the site is on dedicated server. I ...
3
votes
1answer
69 views

Default name in Drupal user login form?

Is is possible to pre-enter the username via URL in the Drupal user page, e.g.: www.example.com/user?name=peter such that "peter" is filled automatically in the Name filed and so the user is ...
3
votes
3answers
3k views

How to get the currently logged in user's role in Drupal 7?

How to get the currently logged in user's role in Drupal 7 ? Do you know a simple way of accomplish this ? Is there some drupal core functions for this?
3
votes
3answers
1k views

multiple frontpages in mutiple languages

I have a Drupal 7 multi-language(3) website. I have installed the Internationalization (7.x-1.0-beta2) module. I have created for each language a page, and translate it to others two languages. Now ...
3
votes
2answers
674 views

Set Drupal Module Weight

When developing a custom module, what is the correct way to set a module's weight?
3
votes
3answers
485 views

Drupal - optimal WYSIWYG editor with image browsing support

Currently using CKEditor + IMCE. http://drupal.org/project/ckeditor + http://ckeditor.com/ http://drupal.org/project/imce Are there better alternatives for a Drupal rich-text editor with image ...
3
votes
2answers
373 views

Creating drupal 6 module with tabs

I'm creating a module that let's your users add feeds. So i want my code to provide tabs that can be overwritten at the theme layer. I thought this could be done with the hook_menu: ...
3
votes
2answers
256 views

what is the purpose of Id in drupal .info

In Drupal , what is ;$Id$? I know we use this in the .info file, which tells Drupal our module information. My question is why is ;$Id$ necessary?
3
votes
1answer
585 views

How to change Drupal user password programmatically?

We are going to deploy a Drupal site inside company's intranet. There is a requirement for user to reset password. We have a centralized password reset mechanism (for single sign on): user submits a ...
3
votes
4answers
2k views

Drupal 6 module install file not creating tables in database

I'm using the Schema API to create tables for my module on Drupa 6.17, but the tables just do not get created in the database. I have the Schema module installed, and it tells me that while the schema ...
3
votes
1answer
598 views

How to get and set the delta value?

How can I affect the delta parameter value? Where it can be set? I'm beginner with Drupal but know my way around PHP and other CMS apps e.g. Joomla. I've working on my first drupal module and need to ...
3
votes
1answer
193 views

What is the opposite of Access Callback user_is_anonymous?

I know that is used in a drupal module to specify that only anonymous users can see that module. What would be the callback that specifies only logged in users ? I have a page that I only want ...
3
votes
4answers
1k views

hook_form_alter not working

Im using drupal 6.16. The below code for hook_form_alter is not working. Im simply trying to change the 'Log In' to 'Sign In' on the submit button of the user login form <?php //$Id$ function ...
3
votes
2answers
1k views

Building a Drupal Newsletter Module for handling Newsletter Articles

We're building a module for generating HTML for email newsletters. We've looked into using a few other modules (SimpleNews, MailChimp, among others), but due to various requirements, it'll be easier ...
3
votes
1answer
190 views

Prevent drupal from loading other module's javascript

I have a drupal page that I'm using in a way that's very different from all the other pages of the site. I have a module that loads a set of specialized js on this page. I'm finding that my JS does ...
3
votes
3answers
954 views

How to manage a drupal website in git

I'm a bit lost, one of my developer co-worker is doing a drupal website, that is doing special pages, custom logos, custom hierarchy etc. His work is scattered in database tables (it looks like CCK ...
3
votes
4answers
2k views

Module development tutorial in Drupal

I'd like to learn how to create modules in drupal- modules which can interact with the user, database, assign permissions, views. Is there any good video tutorial or a simple sample module which ...
3
votes
4answers
871 views

Extacting contents from excel in Drupal

I want to extract the contents of a excel file and populate them in a new post( page) . I'd like to maintain the row-column relationship. Ex: sample.xls Name | Age | Sex A | 20 | M B | 30 | F C ...

1 2 3 4 5 16