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

User CSS

Greetings,

I've read this article http://drupal.org/node/66122
and the question appeared:

How can I give user an ability to upload his own CSS, so it will be linked to the site and override all styles ? I need this in my community site for users to change their styles.

Thanks.

Silly apostrophe S's - time to Possessivize

Hopefully the future versions of Drupal will be a little smarter about handling apostrophe S's. I look like nob with with the blog title "Ross's blog". Actually It would be nice to just have it simply be "Blog" or have an option of what to name it.

This is what my Buddy James came up with:

function possessivize($title) {
 return strtolower(substr($title, strlen($title)-1, 1)) == 's' ?
$title . "'" : $title . "'s";
}

Image field for CCK

Greetings,

I found that image field for CCK module was already started and much work has been done.
As I want to migrate from Flexinode to CCK the only problem is this field.
I'm extremely interested in it because I'm developing e-commerce solutions and CCK is very good for creating different products with various attributes. Image is the most important field for products.

I would like to suggest to everybody who forced with the same problem to discuss image field here.

What happened to 'editable' form setting?

In 4.6 there used to be a form setting called 'editable' that woudl display the form field but could turn off user input for a specific form field. I don't see the equivalent in the 4.7.

Is it gone or did I miss the answer in my search?

V4.7 and STILL no SMTP support!?!?!

Let me first say that I LOVE Drupal and use it for two sites (v 4.6)

I was excited to see V4.7 come out and I installed it on a new site only to find that THERE'S STILL NO SMTP SUPPORT (for linux)! ..and the 4.6 module does not work on 4.7!

COME ON GUYS!!!! SMTP can't be that hard to write because 50,000,000 virus writers do it!

PLEASE PLEASE PLEASE add SMTP [for linux]!!!

Put back Secondary Links please

In 4.7.2, secondary links disappear in the Menu module. I think the reason is that submenus of primary links now become secondary links when the primary link is clicked on. This is a brilliant idea, but there is a small catch: you can not put secondary links on the front page, because the front page has no menu item (and consequently there can be no submenus).

Pages

Subscribe with RSS Subscribe to RSS - Deprecated - Drupal core