Also, I was just thinking, when I was reading the instructions, it sais in there:
Quote:
If you plan to use the mini-calendar option, you should make the following change to your includes/functions_calendar.php:
Find:
Code:
function construct_calendar_output($today, $usertoday, $calendarinfo, $fullcalendar = 0, $weekrange = '')
{
global $birthdaycache, $eventcache, $bbuserinfo, $vbphrase, $stylevar;
Replace it with:
Code:
function construct_calendar_output($today, $usertoday, $calendarinfo, $fullcalendar = 0, $weekrange = '', $dontshowweek = '0')
{
global $birthdaycache, $eventcache, $bbuserinfo, $vbphrase, $stylevar, $vboptions;
|
But I cant actuly find that exact wording. I did find:
Code:
function construct_calendar_output($today, $usertoday, $calendarinfo, $fullcalendar = 0, $weekrange = '')
{
global $birthdaycache, $eventcache, $bbuserinfo, $vbphrase, $stylevar, $show, $offset, $colspan, $days, $months, $show;
Is it the same thing? Just maybe instruction from an older version or somthing? It kinda confused me