Needs review
Project:
Clickpath
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
19 Nov 2007 at 13:02 UTC
Updated:
21 Mar 2009 at 20:26 UTC
Jump to comment: Most recent file
Comments
Comment #1
buddaMe too.
Comment #2
eaton commentedI don't have any plans to, at least right now, but if someone took a stab at it I'd happily release it. The big trick would be the breadcrumb hijacking -- there's no good place that I can think of off the top of my head where the breadcrumb hijacking would work cleanly in D5. Any thoughts?
Comment #3
Christefano-oldaccount commentedPlease pardon me since I haven't even installed Clickpath yet, but I'm confused by the term "override" in the "Override breadcrumb trail" setting. By "breadcrumb hijacking" (said in #2), do you mean inserting Clickpath's own breadcrumbs (which more or less replicates the browser's back history) or simply hiding the breadcrumb trail?
Comment #4
vacilando commented+1 for a D5 backport, please.
Comment #5
eaton commentedThe method used to manipulate the breadcrumbs on all pages is not available in Drupal 6: this task would need to be done at the theme level, not the module level, in D5.
Comment #6
a_c_m commentedAttached is a simple backport of this module for D5.
To use, just install as you would normally, then in your theme (probably page.tpl.php) instead of echo'ing $breadcrumbs echo clickpath_get_breadcrumbs() appropriately themed, in the case of a phptemplate them that might be :
echo phptemplate_breadcrumb(clickpath_get_breadcrumbs());I've only breifly tested this backport and only with the breadcrumb replacement functionality, not block (but it might work).
Please review and comment.
a_c_m
Comment #7
a_c_m commentedComment #8
vacilando commentedFor D5 see also http://drupal.org/project/trailscout I think the functionality is very similar to D6 clickpath.
Comment #9
a_c_m commentedThanks, looks interesting but the back port works just fine for me :)
Comment #10
coltraneMarked #271721: Backport of clickpath to Drupal 5.7 as a duplicate.
Comment #11
christefano commentedPlease make a patch. Thanks!
http://drupal.org/patch/create
Comment #12
a_c_m commentedstrictly speaking its not a patch, its a whole different version!
The code i wrote works, isnt that enough for testing/review purposes?
I assumed a fully working file would be more accessible to most people for testing, once its confirmed it works, i will create a patch if your unwilling/unable to.
Comment #13
a_c_m commentedComment #14
coltraneI'm sorry but Drupal 5 is far off my radar so testing and committing this is a low priority. If I get some positive reviews and demand I may commit.