Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
The question has been asked a few times before, but no one ever seemed to get an answer about how to do it, or they would get an answer about how to show/hide an entire block. I just want to be able to show/hide a menu item. It seems like an obvious thing to do, so maybe I'm misunderstanding something about a "drupal way" to set this up.
I know that one of the most obvious ways is to check "permissions" but that doesn't work with all of my menu links, and it's not what I'm asking to do. I want to be able to restrict individual nodes so that only certain roles can see them.
Hi there, I enabled pathauto to alias the taxonomy menus. I am getting a slew of access denied messages. Before I go admin rambo and start opening security priveleges, I want to get a sanity check from someone that this is not some generic message and I missing something obvious.
I'm trying to find a way to change a node's type (content-type, nodetype).
The altertype module (http://www.settingtheworldtorights.com/node/417) appears to edit the entry in database > node > type.
This seems to work fine with normal nodetypes but I have a problem converting to flexinodes:
Currently it is possible to get node listings for vocab terms, e.g. taxonomy/term/1 or taxonomy/term/1,2
It would be very useful to be able to get a list of all nodes for all terms of a given vocab, e.g. taxonomy/vocabulary/1
There is a nasty work-around by use of taxonomy/term/1,2,3,etc but that is a hack, presents a list of terms as the title (rather than the vocab name) and is prone to error when extra terms are added to the vocabulary.
OK.
I moved my Drupalsite and my Gallery2. Had problems that ended with the fact that I had to reinstall gallery2.
The first time I had gallery2 installed I could do everything from within Drupal. In this installation I can only se Gallery2 as guest. If I want to import photos I have to go to the standalone Gallerysite.
I´m trying to implement the phpLinkDirectory script with my drupal theme, but I´m having problems with the design. The phpLD script has some templates that can be edited in order to integrate, but If I try with the code in page.tpl.php that generates the header, it didn´t load correctly. If I put the interpreted code (copy pasting from a generated page, it works fine, but obviously I lose all the dynamism on that page).
Is there any form in which I can use the page.tpl.php code inside the phpLD directory and being interpreteted correctly?