| View previous topic :: View next topic |
| Author |
Message |
djchimira
Joined: 25 Apr 2008 Posts: 5
|
Posted: Thu Aug 07, 2008 8:57 pm Post subject: Year View |
|
|
There is anyway we can view event list for whole of year? instead of current only can view by month.
Thanks |
|
| Back to top |
|
 |
esoft_ian
Joined: 12 Sep 2005 Posts: 5160
|
Posted: Fri Aug 08, 2008 4:53 pm Post subject: |
|
|
Hi,
You'd have to code it into a page directly since this is not included in Joomla Studio. Create a page in Joomla Studio called year.php with the following contents:
| Code: |
<?php
global $cal;
$cal->display_year();
?> |
Let me know if you have any questions / trouble. |
|
| Back to top |
|
 |
djchimira
Joined: 25 Apr 2008 Posts: 5
|
Posted: Mon Aug 11, 2008 5:56 pm Post subject: thanks |
|
|
thank you
How i can change this to list view
because i have to use "List" view.. so the event list will view like this:
Date - Calendar - Event Title (link) - Time
for ex:
Don, August 28, 2008 defaultcalendar Noch kein Thema! 19:15 - 20:15
Thank You |
|
| Back to top |
|
 |
esoft_ian
Joined: 12 Sep 2005 Posts: 5160
|
Posted: Tue Aug 12, 2008 6:04 pm Post subject: |
|
|
Hi,
OK, this will require just a little more work. Would you like to display a list of events for THIS year, or for today and 365 days beyond? |
|
| Back to top |
|
 |
djchimira
Joined: 25 Apr 2008 Posts: 5
|
Posted: Tue Aug 12, 2008 8:59 pm Post subject: upcoming |
|
|
sofar i just tried to display upcoming event.. 365 days from today.
If anyway to display years.. for example 2008, (jan - dec) but with List view not calendar view.
Thanks |
|
| Back to top |
|
 |
|