Posted by organizedhome on September 1, 2008 at 1:46pm
Jump to:
| Project: | Daily |
| Version: | 6.x-1.1 |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Frodo, I'm loving your daily module for my holiday tips of the day, EXCEPT for the calendar display.
The .CSS method outlined here (node 224151)
Comments
#1
Sorry--looks like I made an error listing the URL, and now most of the original post is gone.
What I meant to say is that I 'm having no success using the .CSS file to exclude the calendar.
Is there another hack to prevent the calendar display?
Thank you.
Cynthia
#2
As per http://drupal.org/node/341628, try adding the following function to your theme's template.php file:
<?phpfunction themename_daily_calendar_month($data) {
$output = "";
return $output;
}
?>
Make sure to change themename to the name of your theme (which is the name of the directory that it lives in).
You'll have to rebuild the theme registry before the changes will take effect. You can do so by visiting the modules page (admin/build/modules), or by clearing the cache.
#3
This has worked for me for the past year. Setting to "fixed".
#4
Automatically closed -- issue fixed for 2 weeks with no activity.