Active
Project:
Notifications
Version:
6.x-2.1
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
25 Aug 2009 at 20:42 UTC
Updated:
8 Dec 2009 at 04:59 UTC
It would be nice if the notification form for subscribing to taxonomy terms showed the hierarchy of the taxonomy terms, either with CSS classes that could be targeted (ie, "depth1", "depth2", etc), or by pre-pending hyphens in front of the term, like is done in many other places. Ideally the admin could select which (or none) to use from the Tag Subscription settings.
Comments
Comment #1
brian_c commentedInstead of attempting to modify Notifications, I've added code to lookup the hierarchy structure and add (hyphenated) indenting in our theme layer, with the following in template.php:
This was only written to handle a single vocabulary, but would be easy enough to adapt to multiple vocabularies.
Comment #2
sly5 commentedvoting!