Alright when I removed the include from the phpinclude, my error went away. However I still couldn't get it to show up with vbindex.
I have the most recent version of vbulletin 2.3 and vbindex.
So here is what I did, I opened up the vbindex file and added
require('./cal.php');
right underneath require('./global.php');
Then I inserted $calendar in a spot in my home template.
This of course after already doing some of the things you said to do. for anyone following along, I suggest you go read the vbindex thread as well, I spent some time reading both of these and after tinkering I got it to work.
|