See the Mailing lists or Drupal Issue queue. There are also various working groups on groups.drupal.org

How create a VIEW for nodes with NO tids?

Greetings,

I'm using views.module and would like to display all nodes without categories assigned. I'm using taxonomy.module for categories in the mode 'free tagging'. So, several of my nodes have one or several terms. I need to display only those which are not bind to any terms.

How should I configure such view? Is choosing 'Taxonomy: Term' filter with 'Is None Of' operator and selecting NO values be correct or not?

Thanks.

theme.inc - a typing error?

In the theme.inc in this part of code:

Form API : #checkbox and #default_value problem

Trying to do something really simple : default a checkbox to 'checked'.

Here's my code :

$form['item'][$item->iid]['check'] = array(
'#type' => 'checkbox',
'#default_value' => 1,
'#prefix' => "<div class=\"publish_checkbox\"",
'#suffix' => "</div>",
);

output: <input type="checkbox" name="check" id="edit-check" value="1" class="form-checkbox" />

Checkbox isnt checked by default, but pass its state (0,1) as expected. Notice the lack of checked="checked".

Link to User-Track from User-List, next to the Edit-Link

Hi,

I have updated the user-list generated in function user_admin_account() in the core user.module of my 4.7.4 drupal installation.
Next to the edit-link, there is now a link to the user's track record; given that the core tracker module is active.

I am completely new to drupal development, so this may be crap or dealt with elsewhere. But maybe it is of some interest
to other people.

moving module locations

I'm a newbie, so forgive me if this is a simple question. :)

I'm creating a site that needs the upload module to be in one of the pages I've created. Is there a way to drop that module into that page (perhaps as a snippet or block of code)? After activating the module, it was automatically placed in the "Create Content" section, which I'm hiding from all users except the super user.

Any help is appreciated.

Comment Block with Views

Hello:

I want to create a Block of Comments of the currently loaded Node using the Views module.
Has anyone done this or know of a way to successfully do this? Thanks in advance,

--Troy

please email me at troypayne[at]gmail[dot]com so I am alerted that my question was answered.

Pages

Subscribe with RSS Subscribe to RSS - Deprecated - Drupal core