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

index.html advice to /site and directories above

hi
i was not sure where to post this.
i see this issue on several drupal installations.

Most of the sites do not put an empty index.html to their /sites directory
or let say directories under /site like

/sites/all/modules
/sites/all/themes
etc...

especially sites operate on windows machines or do not use apache or .htaccess effectively for
folder read permissions.

Without an empty index.html their theme names or modules or any other folders
used, can be seen from internet browsers.

Drupal Page Rendering

Hi All,
I just wanted to know how is the Page rendered in drupal. I have seen a page.tpl.php in the themes folder which has all the HTML markup of the Page but I find it little difficult to comprehend about the variables and where to find those variable declarations.
The Drupal Handbook was quite exhaustive and confused me more. I want to get the architectural picture of the Drupal page rendering scheme like how is the node translated to a page request. Which all template files are referred while a final page is constructed?

concatenated node titles possible?

Is it possible to concatenate some CCK fields' values to node titles so that we can have something like this as the page title:

Actual Node Title (CCK_field_1_value, CCK_field_2_value)

Missing email message after registration

Hello,

I use drupal core 5.6. After a new user has filled out the registration formular, the mail with the passwort was sent, but the drupal_set_message about the mail is not displayed.

I checked the $_SESSION Variable. Before pressing the submit button at the registration formular, the message text ('Your password and further instructions have been sent to your e-mail address.') is available in the $_SESSION['message'] Variable. On the next site it is gone.

Do you have any idea why?

Thanks.
Andre

Can you tell me what's in &$edit?

Just trying to understand how drupal works. the value gets passed to hook_user($op, &$edit, &$account, $category = NULL)

What gets passed through &$edit?

Thanks!

Idea : integrate xmlrpc to menu system

Hi,

Drupal menu system has nice advanced features. Why not integrate xmlrpc with menu ?

We need to create a menu item type XMLRPC_MENU_ITEM for example. The menu item will have the same features as other menu items. But the page callback will automatically call xmlrpc callback function. User can get a lot of xmlrpc servers then .. like q?node/users/12/xmlrpc/ will show that users' xmlrpc methods and allow others to call them .. I do not know if it is needed :-P .

May be it can reuse menu code !!

Pages

Subscribe with RSS Subscribe to RSS - Deprecated - Drupal core