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

How to substitue /user to /"Real User Name" in the url

I need to display the url to my users as in the this example
drupal/dummie and not drupal/user

as it is happening now.
I would appreciate quick help.

Thanks

Cloning Sites... Seeking Separation of Configuration from Content

Drupal does a pretty good job of separating presentation from content. But how about separating configuration from content?

The need: In cloning sites it would be really helpful to be able to separate configuration from content.

Might a flag field be added to every table to define it as configuration or content?

Other ideas?

Are there individual tables that have config data and content in the same table, making the above suggestion unworkable?

CCK fields in search result ...

Hi all,

I am having difficulty with search result in Drupal.

When searching pages, the result will include some CCK fields as well!
For instance I have a date field set using CCK and that is visible in the search result as well!

How can I prevent that?

Many thanks

Change the number of results in search

By default in Drupal 5 is not possible to change the number of results per page in search.

I've search in module search and in line 871 we can see:

$result = pager_query("SELECT * FROM temp_search_results", 10, 0, $count_query);

so it's true the number of results can be changed, it's always 10.

Is it possible to make the followings changes in the search.module (i don't know where to submit patches for search.module) ?

In line 871:

instead of:

Creating nodes of XMLs from parsing a BIG XML file

I'm just wondering if somebody has done something similar to what I hope to achieve.

As a background, I am getting a big XML document and
I wanted to split this document into multiple mini-XMLs.
How can I programmatically create nodes for each mini-XML block and
save them into the db?

Thanks..
Pol

News Aggregator Block Resets

I have an interesting problem. It has to do with the core aggregator module. I have it gathering the rss news from CNN.com and then a block that display the latest 5 posts. It refreshes every half hour and works wonderfully except for the block seems to reset itself. The block just disappears off of the page everyday and I have to go in and manually reset the block so it displays on the main page.

Pages

Subscribe with RSS Subscribe to RSS - Deprecated - Drupal core