Download & Extend

Remove Calendar Display in D6

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

Status:active» needs review

As per http://drupal.org/node/341628, try adding the following function to your theme's template.php file:

<?php
function 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

Status:needs review» fixed

This has worked for me for the past year. Setting to "fixed".

#4

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

nobody click here