This forum is for module development and code related questions, not general module support. For general support, use the Post installation forum.

Remove a module I have created

Hi there,

I have created a module for Drupal that is currently in the sandbox: http://drupal.org/sandbox/Webreservplugin/1294552

I would like to remove it. does anyone know how to do it?

Thanks for your help

Passing date ranges into a view as arguments

Drupal 7
I have a view on a content type with a date field (timestamp, but i can change it if necessary)

When i use it in filter criteria, i have no problem to use criteria like Mydate greater than, less than, between, not between etc.
But if i try to do the same thing using contextual filters i have only the "equal" criteria. I need to do this, so i can call the view from code passing arguments to it.

Additional table to save users information.

Hello!

Let me get straight to my problem.

What I would like to do is following:

I would like the information from register form to get saved into another table.
Currently the information is stored to the users table.
I would like to change that to the a table named accounts instead.

I know that this may cause problem when modules and such are searching for the users table, so maybe it's better
to add the information to both tables when a new users is registered.

But how do I do that than?

Q: How to make field from hook_node_info choosable by other content types?

Hi, I've create a node which has a few input fields(textfield, textarea, list) but in
Content types»Manage Fields i see them as one field(which is not a problem) the question is how to make that field visible to other node types and be able to choose it in "Add existing field" section?

Views - passing in variables to filter out results

I am new to Drupal & Views (7.8 & 3). Getting a grasp of the Views basics, but there's still so much I don't know!

I have a page about a person, Content type Person.
I have a content type Grants.
The person can enter several Grant node ID's in a field "Selected Grant IDs".
I would like to use Views to show the few Grants that person has entered on the Person page.

Reference variable in Views 3 using php

I'm new to Drupal (v7.8) and have only sketchy php.
With much gratitude to Tim Tunbridge in this post http://drupal.org/node/1061388
I was able to reference fields I wanted in Views 3, using:
$data->_field_data['nid']['entity']->field_client['und'][0]['value'];

However, I am now trying to reference a biblio field using php in Views.
My output in Views using print var_export($data, TRUE); is:

Pages

Subscribe with RSS Subscribe to RSS - Module development and code questions