Active
Project:
Taxonomy Block
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
15 Jul 2006 at 21:45 UTC
Updated:
16 Jul 2006 at 01:59 UTC
I will explain in detail here.
The current taxonomy block is amazing tool. To create menus fast using categories.
But I face one problem is that.
1. Controlling Block Visibilty
Using 3 Default options of drupal it becomes difficult to keep block visible under certain nodes.
---The feature I m requesting here is that.
A taxonomy block should have option
Visibility ----------> By which we can make that BLOCK Visible under ALL NODES falling under taxonomy.
This module can be very powerful with this feature.
Looking forward for your response,
Keep rocking,
Jayesh
Comments
Comment #1
jayesh commentedStart
OUTER :: if (taxonomy_block)type == term
{
1. Check term_node(tid)
2. find all respective term_node(nid)
3. INNER :: if ($base_url == node/nid) (nid one of the possible nid's)
{Display BLOCK}
else {break;}
}
else
taxonomy_block(tid) --->> term_data(tid)
Goto 1.
1
--------
I hope its correct.
Can someone please verify it ?
Thanks,
Jayesh