Active
Project:
Clickpath
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
6 Oct 2010 at 04:00 UTC
Updated:
25 Jun 2011 at 16:43 UTC
Hey,
We recently spent some time making a similar module. I believe there's a few differences the previous_page module http://drupal.org/project/previous_page which the click path module might profit from. Please feel free to take the lessons learned from making the previous page module.
Here are the differences:
a. there's a basic checker if the user is a spider/bot and not trigger the process.
b. you can set whether to override the breadcrumbs of particular node types.
c. we also tried to solve the title's problem.. by using menu_get_item
kind regards,
Comments
Comment #1
sndev commentedFair warning,
Even by using menu_get_item and drupal_get_title combo, there are gonna be pages that just doesn't have a title provided to them.
Comment #2
alexbk66- commentedRegarding the title, see #1199712: Pages with no title, same solution as in previous_page.module