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.
I would like to display primary links in a block that are nested under a specific page and none of the links that are higher in hierachy.
For example I have the top level menu as plants and animals. Within plants I have fruits and vegetables. Within fruits I have apple, orange and banana.
When I'm on the page fruits I want to have a block with links only to apple, orange and banana, but no links to any of the other pages.
How do I get rid of the "edit primrary links" option in the header? I'm not sure I want ANY primrary links at this stage, and I can't seem to make the damned thing go away!
I'm researching the feasibility of converting a static HTML web site to Drupal. The site has thousands of pages.
I'm wondering that if the HTML pages are consistent enough if it might be possible to use a script to scrape the HTML between the body tags and then use something like Perl's WWW::Mechanize to enter all the pages into Drupal, even copying the files names into the URL page textboxes.