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

Drupal content translation report: what are your options?

Fortunately following our call, many of you took the time to write up your ideas and frustrations about trying to set up multilingual sites with Drupal and other content management systems. The matter of fact is that many of the Drupal developers already went and done some content translation solution in the past (sometimes coupled with menu, categories and other translation possibilities). While we are brainstorming about what should be supported, we should also think about the connection between the frontend and the underlying technology.

How to add a new CCK node instance from PHP snippet?

Greetings,

How can I add a new CCK node instance from PHP snippet just like it was created from an admin form?
My CCK node consists of Title, field_1 (numeric field), field_2 (string field) and field_3 (user reference field).

As I understood I need to call node_save($node) function to either insert a new or update an existing node. But how should I initialize $node class to save CCK data as well?

Thanks.

Remote authorization API

Hello,

I am working on Jabber/XMPP server: Tigase (http://www.tigase.org/).
The main goal for next server release is to make some integration with Drupal as Drupal runs on
my project site and I think it might be very useful and desired addition for my server and probably
for Drupal too.

The first step of that integration is authorization against Drupal user database.
There are 2 solutions to authorize user against Drupal user database:

too many connections caused by spam exploits ?

I use 4.6.10 on php5, MySQL 4.0.24

I recently installed bad behavior 1.2.4. and this caught my attention:

drupal_add_css isn't working inside page.tpl.php

hi

i must add a CSS file inside the page-*.tpl.php pages. this following isn't working.

drupal_add_css( (path_to_theme() . '/css/layout_test.css'), 'theme', 'all');

the old way

print theme('stylesheet_import', base_path() . path_to_theme() . '/css/layout_test.css');

worked well...

Regards
Alex

callback with callback arguments not working?

hi

i'm trying to update a module and this "callback arguments" and "callback" to drupal_get_form isn't working. this code has been build as filter.module's function "filter_admin_overview", but it does not return the form.

Pages

Subscribe with RSS Subscribe to RSS - Deprecated - Drupal core