rotor
01-02-2008, 03:34 AM
Hi,
downloaded the latest version of CMPS - compatible with 3.6/3.7 and after I uploaded the Users Online module spat it and pushed all of the modules on the right underneath the rest of the page .....
Have some of the modules or templates changed??
rotor
01-02-2008, 03:43 AM
Ah-Ha ....
I'll answer my own Question here !!
It appears they have .... if I upload the module that came with the last version I downloaded (vbadvanced_cmps_3_0_rc2_(vb_3_6)_65245.zip) around November 2007 then it owrks fine - it's the latest version module that spits it ...
after checking there is extra code within the new module ...
I've uploaded the old module and it's back to normal ....
Beller
01-02-2008, 10:07 AM
I found that the who's online module will not display correctly when placed in left or right colums
Brian
01-02-2008, 04:04 PM
It looks like a small new bug was introduced while I was fixing another. I've just applied the fix for this to the download package here, so if you will download the files again and replace your forum/includes/vba_cmps_global.php file with the updated version, that should take care of the problem.
Or if you would rather apply the fix manually, just look in the file for this line:
global $vbulletin, $show, $db, $permissions, $bgclass, $altbgclass, $vbphrase, $stylevar, $imodcache, $foruminfo, $vbcollapse;
And replace with this:
global $vbulletin, $show, $db, $permissions, $bgclass, $altbgclass, $vbphrase, $stylevar, $imodcache, $foruminfo, $vbcollapse, $vba_shellint;
(just adding $vba_shellint at the end of the list)
willie
10-23-2008, 06:22 AM
Thank you, Brian! You helped me too.
vBulletin® v3.7.2, Copyright ©2000-2008, Jelsoft Enterprises Ltd.