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 have a menu structure that looks like this setup as primary_links:
Start
Company
--General information
--History
Jobs
--Freelance
--Career
What I wan't is to show a breadcrumb that looks like "Home > Jobs" when I'm browsing submenu items like the Freelance and Career pages. When I'm browsing the first submenuitem (say Freelance) all I get is "Home". I figure this is because both "Jobs" and "Freelance" links to the same page. If I browse "Career" I get the breadcrumb I wan't.
Hi, I have a install of 5.1 running. I enabled the clean URLs option successfully. I think it is working, I made a new page called radio program, and the url for that page is this:
mydomain/node/1
I suppose this is "clean" in the sense that it is not ?q=node22 or something like that. However, I'm looking for more SEO friendly URLs, like so:
mydomain/radio-show
This is not only important for me because it makes SEO sense, but I am migrating a site from WordPress to Drupal, and in WordPress all my urls are set up like so...
Imagine a monthly publication as book with this outine, all published by the same user:
Foo 2007 (Book Parent)
- January
-- Article 1
-- Article 2
- February
-- Article 1
-- Article 2
I've already created a basic page view, added the fields 'Book Parent Title' and 'Node Title' and filtered according to published, time created (>31/12/06), time created (<1/1/08) and user ID. The trouble is, I get this:
Foo 2007
- January
-- Article 1
- January
-- Article 2
I've installed and enabled the captcha module for registration of anonymous users. (the standard text version) However, when a user goes to register, the math question is already in red with an error message that the result is incorrect. Shouldn't this error only display after the user presses the submit button?
Can anybody help me figure out how to have captcha display without the error? Thanks