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