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?
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.
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 .