I figured it out...
Anyone that wants to add these announcements to the vBa home page, open up includes/vba_cmps_include_bottom.php
Toward the bottom of the script find:
Code:
global $pages, $stylevar, $headinclude, $header, $footer, $vbulletin, $vbphrase, $stylevar, $show, $pmbox, $vba_options, $vba_style, $navbar, $cusid, $_REQUEST, $gobutton, $pagetitle, $pagecache, $db;
Add:
after the last entry, and before the ;
So it should look like:
Code:
global $pages, $stylevar, $headinclude, $header, $footer, $vbulletin, $vbphrase, $stylevar, $show, $pmbox, $vba_options, $vba_style, $navbar, $cusid, $_REQUEST, $gobutton, $pagetitle, $pagecache, $db, $globalannounce;