Calendar default view...how to change to monthly?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shanx24
    Member
    • Oct 2000
    • 50

    Calendar default view...how to change to monthly?

    Probably a silly question, but a search did not help.

    How should I set the default view of a calendar to MONTHLY instead of the weekly as it now is?

    Thanks
  • Freddie Bingham
    Former vBulletin Developer
    • May 2000
    • 14057
    • 1.1.x

    #2
    Change the link in the header template that goes to the calendar to be:

    from:
    HTML Code:
    <a href="calendar.php?$session[sessionurl]"><img src="$stylevar[imagesfolder]/top_calendar.gif" alt="top_calendar.gif" title="Calendar" border="0" vspace="8" /></a>
    to:

    HTML Code:
    <a href="calendar.php?$session[sessionurl][b]do=displaymonth[/b]"><img src="$stylevar[imagesfolder]/top_calendar.gif" alt="top_calendar.gif" title="Calendar" border="0" vspace="8" /></a>

    Comment

    widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
    Working...