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

Users table Data column

Does the content in the Data column necessary in the Users table? If so, is the Data column used for?
Thanks!
Nick

Switch Theme

Hi,

I want to change the theme of my drupal-site for one of my $items in my menu_hook, but i dont know how...

Thanks for your help...

Alesch

autocomplete_path

I am trying to implement '#autocomplete_path' on a text field in my module.

$form['foo'] = array(
'#type' => 'textfield',
'#title' => t('First Name'),
'#size' => 12,
'#autocomplete_path' => 'hello/auto',
);

I then have a modified function from user/autocomplete in the user module.

function hello_world_autocomplete($string) {
$matches = array();

menu item: one click, open TWO at the same time

Hi y'all,

has anybody done or know the easiest way to do the following:
input: one click on a menu item,
output: open an external URL AND
link to an internal drupal path AT THE SAME TIME.

Thanks for all the help!
-peace

Uploads

I was wondering if pages can be uploaded out then in the form of an attachment? If so, how? Also I wanted to know how to place a picture inside of the text that is shown?

Thanks

drupal 6 menu system - sort by date?

I couldn't locate the discussion pages for drupal 6 menu features. Could someone point me there? I'm very interested to find out if anyone else feels there should be the ability to specify a different sort order for menu items. Right now items are sorted first by weight and then by name, but sometimes it would be more appropriate to specify that menu items within a specific branch should use their publish date for sorting.

Pages

Subscribe with RSS Subscribe to RSS - Deprecated - Drupal core