Author Topic: New Calendar Widget  (Read 6367 times)

nimce

  • Newbie
  • *
  • Posts: 1
    • View Profile
New Calendar Widget
« on: October 02, 2011, 06:13:24 pm »
Hi folks,
I've written a new calendar widget with milestones group-by, alphabetically sorted workspaces and due-dates sorted milestones, which I find much more useful than the original calendar widget.

(Added an image for demonstration).

Installation:
1. Put widget_milestones_calendar.php into your application/views/dashboard folder.
2. Edit index.php in the same folder (application/views/dashboard) and add the following inside the main table (not within a tr or td tags!!):
Code: [Select]
<tr><td colspan="2">
<?php
tpl_assign("widgetClass"'dashCalendar');
tpl_assign("widgetTitle",'Milestones Calendar');
tpl_assign("widgetTemplate"'milestones_calendar');
$this->includeTemplate(get_template_path('widget''dashboard'));
?>

</td></tr>

Feel free to report any bugs to nimce4u@gmail.com

Have fun folks!

Reza Faghihi

  • Freshman
  • *
  • Posts: 48
    • View Profile
    • Email
Re: New Calendar Widget
« Reply #1 on: October 21, 2011, 11:00:44 pm »
hi it seems the attached file is incomplete