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

Is cck planned to integrate core in 4.8 ?

Hi,
is it in the drupal developers bag to integrate cck (or an alternative) in 4.8 core ?
I feel that custom content creation / custom fields is critically missing in current drupal release.

Cordially,
Brakkar

A module to check links exchange (SEO)

Greetings,

Linking exchange - is a usual thing when making SEO. You always need to check whether your partner didn't remove your link from his Links page. In order not to perform such operation manually I wonder, is there any solution in Drupal which will do it automatically ?

folders and jpgs not found

hey, i have some folders created in my main directory that i use for other stuff besides drupal. However i cant access the folders anymore because drupal trys to take over and says page not found. Also with jpgs and other files it says page not found when the files are usually there. How can i enable hotlinking? is that what its called. And i want peopple to go to /videos/ and still have all the videos show up in the directory listing without drupal trying to theme it and find it in the database. Anything you can do would be great.

Thanks!

Bug in 4.6.8 user module - or have I confused myself?

I've been fiddling with the user module in 4.6.8, trying to make default roles behave a bit differently to normal. This code is in the user creation part of user_save():

foreach ($array['roles'] as $rid) {
db_query('INSERT INTO {users_roles} (uid, rid) VALUES (%d, %d)', $array['uid'], $rid);
}

But, unless I've really confused myself (and put bugs in my code!) at that point the array[roles] array is set up with the ID in the keys, not the value.

Session scope

Hi,

What is "official" way of using session variables (variables retaining value for specific user session during lifetime of this session) in Drupal.

Any help will be appreciated.
Sincerely
Maris

Search local menu items problem

Greeting,

I'm writing several modules which have to implement search hooks and perform their own searches ...

I found that search.module adds $keys to ALL local task menu items - this causes search to execute each time you click any of those tabs after the first search was performed.
I don't need such feature because my tabs represent different searches.

Here is the piece of code which does it from search_menu() function:

Pages

Subscribe with RSS Subscribe to RSS - Deprecated - Drupal core