Closed (fixed)
Project:
Date
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 Dec 2006 at 17:43 UTC
Updated:
30 Dec 2006 at 20:30 UTC
Hi,
After a lot of trial and error, i managed to get the Date Browser working. This looks promising for my purposes, because i want to let users browse certain content through a week-by-week navigation.
Though now the Date Browser is showing full nodes for every week, and i'd rather have a table view with only the Title of each node that is found in that week, and some extra CCK fields perhaps...
I don't know if this can be achieved, and if so, the solution might not be totally Date module related, but i'd like to know if anyone has any ideas on how i could accomplish this...
Comments
Comment #1
karens commentedYou can do it in the theme. Most parts of this feature are themed. Just copy any of the themes at the bottom of date_views.inc to your template.php and change the name of the functions from 'theme_' to 'mythemename_', then make whatever changes you want.
For instance, if your theme is called 'bluemarine' and you want the view to show tables instead of teasers, put the following in your template.php file. The table will display whatever fields you add to the fields section of your view.
Comment #2
karens commentedI keep forgetting to change the status...
Comment #3
svendecabooterThanks a lot!!
It does make sense, but i wouldn't be able to come up with it myself :)
Works like a charm ;)
Comment #4
(not verified) commented