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

Want to change layout of admin section

Hello evryone,

i m developing in drupal from last few months and presently developing a site which is hosting many subsites:

i need to change admin section layout as:

-> admin section contains Hosting site and subsite links

-> on click on anyone its content type list should appears

-> on click on any content type ,all the contents of that type should appear with options for editing etc

such type of development is required for create user friendly admin section

need help in how to achieve this

How to display external page content in Drupal

Hello.

Does anybody know how to display external page content in Drupal main content pane?

Thanks.
Pol

Use db_rewrite_sql() in menu_save_item() and menu_delete_item() of menu.module, and add hook_menuapi() for Drupal 5.x?

Recently I came across the need for a hook on menu insert/update/delete and best I can tell there is no such functionality in Drupal 5.x. As far as I can tell there is no equivalent of hook_nodeapi() for menus, and worse the functions menu_save_item() and menu_delete_item() do not use db_rewrite_sql() which I understood to be a best practice.

search users based on country

hi all.,

this may be a simple one but am just unable to figure out how to go about this..

I have used the drupal core search module,its working fine with both searching users and contents.,but in users if i give the country name and give search it should display all the users from that particular country (as in the drupal.org site).,can someone help me out with this!

note: I have created a set of fields under a new category "professional information" using the profile.module and country name is one of the fields.

thanks for any help

unable to edit the taxonomy

In my projest i have a taxonomy with two nodes the path of the taxonomy is like this
www.example.com/taxonomy/term/55,and the nodes are like this node/23,nodes/26
now i want to add the one more anode to it node/82 how should i edit it in views that taxonomy is not showing how should i edit it pls help me out for sloving this issue

Drupal performance

At the expense of inciting a stir, I would like to propose a radically different way of tackling performance issues that drupal allegedly suffers from. Performance of drupal based sites could be increased by migrating some of the PHP core to C++. Combined with mysql++ there is a case for this migration, measuring from the language shootout. Most PHP programmers have at least some command of C++. Granted, this migration initiative will not be the only performance tuning measure possible.

Pages

Subscribe with RSS Subscribe to RSS - Deprecated - Drupal core