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

Temporary directory settings disfunction

Hi Evrybody.

I am new to drupal, actualy trying to setup my first site with this CMS.

Configuring it, I run on a trouble importing localisation (.po) file.
It failed trying to write on my windows temp dir where access is denied by an open_basedir restriction.

After some hours passed tracing file.inc, I found that $temporary_directory was not initialised with the good value.

AJAX SUBMIT

Greetings,

I'm trying to use ajaxsubmit.module from jstools.module
Both of them are enabled and here is the piece of code to alter all node edit forms:

function my_form_alter($form_id, &$form)
{
	if ('node-form' == $form['#id']) {
		$form['#ajaxsubmit'] = TRUE;
	}
}

Actually, I don't see it is submitted through AJAX... May be I'm missing something.
How should it work here ? Ort may be I'm using this incorrectly ?

Thanks.

XML-RPC Administration API - planners needed (Summer of Code)

The XUL Administration console which is being developed as a part of the Summer of Code program needs a formalized API for Drupal administration functions. This will be implemented in XML-RPC and can then be used by other tools besides the XUL console. Please join the discussion in planning this API.

rename taxonomy

I dunno if this is the right spot to post this, but if not, please move it to the correct forum.

Everybody, including myself has a problem with understanding the taxonomy module. I could not understand why as it is not that difficult. The only logical reason I could find is that we all have one big dislike in the world and that is to pay "tax".

If you speak to a shrink, he or she will tell you that our dislikes are coupled to terms ... so if we dislike "tax" we will, before we start off, immediately have a dislike for the taxonomy module.

Proxy IP vs Real IP

Hi

Could I draw your attention to this post please? http://drupal.org/node/71881

It describes issues that occur when drupal doesn't detect the actual IP address of a user if their ISP uses a proxy.

What module would need to be modified for this and has anyone already done it? Are there any plans for this modification to reach core?

Thanks.

Taxonomy_access vs. Node_access

Greetings,

Did anybody try both taxonomy_access and node_access modules ? I found both of them and wonder whether one of them covers the other or they can be used simultaneously ....

Thanks.

Pages

Subscribe with RSS Subscribe to RSS - Deprecated - Drupal core