drupal-modules Questions

3

Solved

this is an example form the pro drupal book. function annotate_admin_settings() { $options = node_get_types('names'); $form['annotate_node_types'] = array( '#type' => 'checkboxes', '#ti...
Watery asked 5/12, 2010 at 2:1

2

Solved

What Ties a Drupal Hook to a Particular Module? In Drupal 7, every core module has an "api" file $ ls modules/*/*.api.php modules/aggregator/aggregator.api.php modules/openid/openid.api.php modul...
Trustee asked 15/2, 2011 at 4:18

1

Solved

In Drupal 7, every core module has a *.api.php file, where * is the name of the module. For example modules/node/node.api.php modules/path/path.api.php What are these files for? They contain fun...
Ozenfant asked 15/2, 2011 at 1:34

2

Solved

it might be obvious, but i couldn't find out how.
Airfield asked 19/5, 2010 at 13:11

3

Solved

i want to create a OpenId login system like stackoverflow :) in drupal..By default, drupal doesn't offer this..is there any plugin that does this job? EDIT:the user should ALSO be able to login wi...
Tutorial asked 11/1, 2010 at 11:46

3

Solved

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 creat...
Andria asked 3/4, 2010 at 0:35

1

Solved

What is the difference between $form['#submit'] and $form['#after_build']?
Judicial asked 26/8, 2010 at 18:35

3

Solved

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...
Daric asked 19/8, 2010 at 10:40

1

Solved

I'm looking for a way to force drupal to use 1.4 on specific pages. This is the same as this old question: drupal jQuery 1.4 on specific pages It look me a while to try the answer which I marked ...
Callosity asked 6/6, 2010 at 19:6

1

Solved

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 progr...
Synchrotron asked 20/3, 2010 at 6:58

3

Solved

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...
Neoarsphenamine asked 24/2, 2010 at 13:32

2

Solved

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....
Natch asked 22/2, 2010 at 12:37

2

Solved

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?
Bankroll asked 30/1, 2010 at 2:36

1

Solved

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 ...
Jordison asked 6/10, 2009 at 23:28

© 2022 - 2024 — McMap. All rights reserved.