Closed (works as designed)
Project:
Taxonomy Menu
Version:
6.x-2.1
Component:
User interface
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
22 Mar 2009 at 22:36 UTC
Updated:
25 Mar 2009 at 23:36 UTC
. . . hi . . . which file *.tpl.php do i have to modify or copy-paste-rename in order to change e.g from the list viewing to a grid view?
is this possible ? I mean the list of the selected block link e.g from the left-sidebar blog-categories when i click on the x-category i have a list view on my
content template area . . . but i want a grid view.
or shall i do it with views?
Comments
Comment #1
indytechcook commentedTaxonomy Menu does not handling any of the page display. If you are using the default module then the taxonomy module handles the page display. So whatever you would do to change the display of the taxonomy page, do the same for this.
Comment #2
indytechcook commentedPlease let me know if you have any questions.
Comment #3
nikitas commented. . . sorry for the delay . . .
basically what i want to know is this . . .
cause i'm a beginner with drpl . . .
which is the basic or default module which handles what i want 2 do.
if taxonomy menus does not have to do anything with the list styling view then could you plz tell me which file ( .tpl.php or whatever ) do i have to change or modify in order to get a grid view or something similar? ( i dont mind coding . . . i can handle it :D )
What i want is this . . . i have an image gallery which has a left column block ( from taxonomy menu ) with all the possible categories that an image may have . . .BUT when i click on the x-category
i get a list-view of the images at the content area . . . which is nt so nice . . . i would prefer a grid view ( 4x4 ) with a pager at the bottom for example . . . so if i had 45 pics of the same category i would have a 4x4 ( 16 total pics ) as my first page and then the rest would be accesible with the pager. . . How is this possible? I searched at the taxonomy menu docs but it does not say anything about this . . .