I want to request a new feature in this module, I have a custome default page url Called "home" I redirect every Authenticated user to it when It click home link which is actually "/" index link of drupal. Now I have a problem with Anonymous user.
when he clicks www.mydomain.com he goes to www.mydomain.com/home page while I have a custom page for anonymous user where the page has different(Landing) content and the both default_front_page and home page are enabled for the anonymous user but only home page for authenticated user.

It would be great if breadcrumbs home link would point home(www.mydomain.com/home) page and other home links should point default_landing(www.mydomain.com).

Thanks
Blue Moon

Comments

Dublin Drupaller’s picture

Status: Active » Closed (fixed)

It would be great if breadcrumbs home link would point home(www.mydomain.com/home) page and other home links should point default_landing(www.mydomain.com).

that's the way the front page.module works at the moment. Just switch on the breadcrumbs override on the settings page. That controls Breadcrumb links only...it doesn't affect other home links.