Quote:
Originally Posted by Grendel
I try to put the "whats-going-on"-content of the forumhome-template into a custom template. Works fine - besides the "calender events". Is there any way to put the events on an "vBulletin-powered page"?
|
Even if I'm the only one who is interested in this problem I post my solution anyway:
If the events should show up:
define('THIS_SCRIPT', 'test'); (where test is the name of the nonvb-page)
should be
define('THIS_SCRIPT', 'index');