problem in display content with tree

View: New views
7 Messages — Rating Filter:   Alert me  

problem in display content with tree

by bharani kumar :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi


How to display the contents , in the manner of root and child,

like root as category

and its child as sub category,


Thanks

--
[ Drupal support list | http://lists.drupal.org/ ]

Re: problem in display content with tree

by Earnie :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Quoting bharani kumar <bharanikumariyerphp@...>:

> Hi
>
>
> How to display the contents , in the manner of root and child,
>
> like root as category
>
> and its child as sub category,
>

The Node Relativity[1] module will do this.

[1] http://drupal.org/project/relativity

Earnie -- http://for-my-kids.com/
-- http://give-me-an-offer.com/

--
[ Drupal support list | http://lists.drupal.org/ ]

Re: problem in display content with tree

by Michael Prasuhn :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Also, depending on your needs, the Book module in core may work as well.

-Mike


On Jul 17, 2008, at 8:18 AM, bharani kumar wrote:

> Hi
>
>
> How to display the contents , in the manner of root and child,
>
> like root as category
>
> and its child as sub category,
>
>
> Thanks
> --
> [ Drupal support list | http://lists.drupal.org/ ]

__________________
Michael Prasuhn
mike@...
http://mikeyp.net
503.488.5433
714.356.0168 cell
949.200.7670 fax



--
[ Drupal support list | http://lists.drupal.org/ ]

Re: problem in display content with tree

by bharani kumar :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi dear,

i my task image is attaheced,

Is it possible with that  relativity module  or book module...

or any idea,

plz reply....

On Thu, Jul 17, 2008 at 9:34 PM, Michael Prasuhn <mike@...> wrote:
Also, depending on your needs, the Book module in core may work as well.

-Mike


On Jul 17, 2008, at 8:18 AM, bharani kumar wrote:

> Hi
>
>
> How to display the contents , in the manner of root and child,
>
> like root as category
>
> and its child as sub category,
>
>
> Thanks
> --
> [ Drupal support list | http://lists.drupal.org/ ]

__________________
Michael Prasuhn
mike@...
http://mikeyp.net
503.488.5433
714.356.0168 cell
949.200.7670 fax



--
[ Drupal support list | http://lists.drupal.org/ ]


--
[ Drupal support list | http://lists.drupal.org/ ]

Re: problem in display content with tree

by bharani kumar :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

is there any module act like,

Show taxonomy  and its sub category as tree manner,

Here i attached the pciture image,


Thanks
Regards


On Thu, Jul 17, 2008 at 10:33 PM, bharani kumar <bharanikumariyerphp@...> wrote:
Hi dear,

i my task image is attaheced,

Is it possible with that  relativity module  or book module...

or any idea,

plz reply....


On Thu, Jul 17, 2008 at 9:34 PM, Michael Prasuhn <mike@...> wrote:
Also, depending on your needs, the Book module in core may work as well.

-Mike


On Jul 17, 2008, at 8:18 AM, bharani kumar wrote:

> Hi
>
>
> How to display the contents , in the manner of root and child,
>
> like root as category
>
> and its child as sub category,
>
>
> Thanks
> --
> [ Drupal support list | http://lists.drupal.org/ ]

__________________
Michael Prasuhn
mike@...
http://mikeyp.net
503.488.5433
714.356.0168 cell
949.200.7670 fax



--
[ Drupal support list | http://lists.drupal.org/ ]




--
[ Drupal support list | http://lists.drupal.org/ ]

taxonomy.JPG (34K) Download Attachment

Re: problem in display content with tree

by Steve Edwards-8 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

There is the Taxonomy Menu module (http://drupal.org/project/taxonomy_menu).  I've tried it and it's okay.  I'm in the process of
writing my own module that will do more of what you want, as well as display nodes under those categories.  My idea is to create
the menu and then use nice_menus to create the drop down effect.

Steve

bharani kumar wrote:

> is there any module act like,
>
> Show taxonomy  and its sub category as tree manner,
>
> Here i attached the pciture image,
>
>
> Thanks
> Regards
>
>
> On Thu, Jul 17, 2008 at 10:33 PM, bharani kumar
> <bharanikumariyerphp@... <mailto:bharanikumariyerphp@...>>
> wrote:
>
>     Hi dear,
>
>     i my task image is attaheced,
>
>     Is it possible with that  relativity module  or book module...
>
>     or any idea,
>
>     plz reply....
>
>
>     On Thu, Jul 17, 2008 at 9:34 PM, Michael Prasuhn <mike@...
>     <mailto:mike@...>> wrote:
>
>         Also, depending on your needs, the Book module in core may work
>         as well.
>
>         -Mike
>
>
>         On Jul 17, 2008, at 8:18 AM, bharani kumar wrote:
>
>          > Hi
>          >
>          >
>          > How to display the contents , in the manner of root and child,
>          >
>          > like root as category
>          >
>          > and its child as sub category,
>          >
>          >
>          > Thanks
>          > --
>          > [ Drupal support list | http://lists.drupal.org/ ]
>
>         __________________
>         Michael Prasuhn
>         mike@... <mailto:mike@...>
>         http://mikeyp.net
>         503.488.5433
>         714.356.0168 cell
>         949.200.7670 fax
>
>
>
>         --
>         [ Drupal support list | http://lists.drupal.org/ ]
>
>
>
>
> ------------------------------------------------------------------------
>
--
[ Drupal support list | http://lists.drupal.org/ ]

Re: problem in display content with tree

by bharani kumar :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

its fine,

But we want to bring the display ,to the content region,

Presently it is getting displayed in the left region(ie in navigation),

Can u tell how bring that in to content region,

thanks in advance


On Fri, Jul 18, 2008 at 11:27 AM, Steve Edwards <killshot91@...> wrote:
There is the Taxonomy Menu module (http://drupal.org/project/taxonomy_menu).  I've tried it and it's okay.  I'm in the process of
writing my own module that will do more of what you want, as well as display nodes under those categories.  My idea is to create
the menu and then use nice_menus to create the drop down effect.

Steve

bharani kumar wrote:
> is there any module act like,
>
> Show taxonomy  and its sub category as tree manner,
>
> Here i attached the pciture image,
>
>
> Thanks
> Regards
>
>
> On Thu, Jul 17, 2008 at 10:33 PM, bharani kumar
> <bharanikumariyerphp@... <mailto:bharanikumariyerphp@...>>
> wrote:
>
>     Hi dear,
>
>     i my task image is attaheced,
>
>     Is it possible with that  relativity module  or book module...
>
>     or any idea,
>
>     plz reply....
>
>
>     On Thu, Jul 17, 2008 at 9:34 PM, Michael Prasuhn <mike@...
>     <mailto:mike@...>> wrote:
>
>         Also, depending on your needs, the Book module in core may work
>         as well.
>
>         -Mike
>
>
>         On Jul 17, 2008, at 8:18 AM, bharani kumar wrote:
>
>          > Hi
>          >
>          >
>          > How to display the contents , in the manner of root and child,
>          >
>          > like root as category
>          >
>          > and its child as sub category,
>          >
>          >
>          > Thanks
>          > --
>          > [ Drupal support list | http://lists.drupal.org/ ]
>
>         __________________
>         Michael Prasuhn
>         mike@... <mailto:mike@...>
>         http://mikeyp.net
>         503.488.5433
>         714.356.0168 cell
>         949.200.7670 fax
>
>
>
>         --
>         [ Drupal support list | http://lists.drupal.org/ ]
>
>
>
>
> ------------------------------------------------------------------------
>
--
[ Drupal support list | http://lists.drupal.org/ ]


--
[ Drupal support list | http://lists.drupal.org/ ]