
02-13-2006, 07:29 PM
|
 |
|
|
Join Date: Aug 2004
Location: UK
Posts: 321
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by |oR|Greg
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;
|
Good job 
Thanks very much ^_^
|