Postponed (maintainer needs more info)
Project:
Clickpath
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
15 Mar 2009 at 17:50 UTC
Updated:
24 Mar 2009 at 14:10 UTC
I added a 2 patches:
* Added "consider" list except the ignore list for more extended path patterns.
* made the module themeable with hook_theme and overrideable function which gets the block content as an array.
| Comment | File | Size | Author |
|---|---|---|---|
| patch_consider.txt | 2.22 KB | shua | |
| patch_theme.txt | 2.09 KB | shua |
Comments
Comment #1
shua commentedI opened a new issue for the theming patch on
http://drupal.org/node/402686
Comment #2
coltraneThanks s_adi, can you provide a couple use cases for this feature? I can see value in this feature but it also complicates the UI a lot, and I'm thinking what ways it can be used. In my own use of this module I've found the ignore list can grow quite long, but I'm not yet certain a 'consider' list along with the ignore list is the right direction.
Comment #3
shua commentedHi,
I'm using it for history tracking.
You gave one option of filtering, i sent the other one (follow just pages which starts with "something"..).
iIm gonna send soon support for content type filtering also. In this way - if you'll want to give a user tracking for some content type or by path you'll be able to.
Adi.