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

Nodeaccess module

Hi,
tonight was trying to apply the nodeaccess module to my Drupal site, but it wouldnt go.
not sure why.
I have the enabled check box checked, put in the proper roles, but after I log out, the anonymous user can still see everything. Cache is cleared also.

Any ideas ?

How does Drupal construct Permalink URLs

How does Drupal construct Permalink URLs based on surrogate keys? If I look at the table NODE_REVISIONS, based on the nid, tid and uid columns, how is this made into a URL to create what amounts to a permalink for a given node?

URL filter (5.0): strange behaviour.

The help says “Web page addresses and e-mail addresses turn into links automatically” but it doesn’t work in many situations.

Wrong URL in create new user form

Hi

I found that drupal is generating a wrong URL in the create new user form (and may be others as well).

I have the following base url settings in my settings.php:

$base_url = 'http://www.cust.netzone.ch/mariogeiser.ch';

This produces the following correct URLs for the create new user form:

safety valve in drupal menu system?

It seems there are some safe-valves missing in the menu-core.
I had a client deleting menu items, that had children below them, which then got orphaned ...

function menu_delete_item() in menu.module will unconditionally delete an item, whether there are children or not.
Maybe it would be better to only de-activate the item in such a case?

Block content

Hello,

I have been working to add my own custom block, with php code in it.
I have the php code radio button on, and have tried with both the

 tags on and off, but the code that I put in the body still gets output as text, it does not function as php code.

i.e. output looks like <?php include ('templates/footer.inc'); 

it isnt executed.

what have i done wrong?
is this the mysterious magic quote issue?
I also have tiny mce installed, does this make a difference?

Pages

Subscribe with RSS Subscribe to RSS - Deprecated - Drupal core