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 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?
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:
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.