
01-23-2006, 01:26 AM
|
|
|
Join Date: Nov 2005
Posts: 116
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by tcs
You can add this to you VB Advanced CMPS 2.0 by opening your /includes/vba_cmps_include_bottom.php and look for:
PHP Code:
global $pages, $stylevar, $headinclude, $header, $footer, $vbulletin, $vbphrase, $stylevar, $show, $pmbox, $vba_options, $vba_style, $navbar, $cusid, $_REQUEST, $gobutton, $pagetitle, $pagecache, $db;
ans add ', $marquee' to the end so it looks like this:
PHP Code:
global $pages, $stylevar, $headinclude, $header, $footer, $vbulletin, $vbphrase, $stylevar, $show, $pmbox, $vba_options, $vba_style, $navbar, $cusid, $_REQUEST, $gobutton, $pagetitle, $pagecache, $db, $marquee;
|
Okay I see the part for vbad, anyone has one for photopost? Hmm actually this didn't work for me  I entered it at the end exactly how you have it posted TCS but it's not showing up.
|