nostalgia
09-11-2007, 01:25 PM
Hi, Brian.
I Upgraded 3.0RC1 --> 3.0RC2, I got problem.
I have some 'Portal Output Global Variables'.
navbaravatar
mgc_chatbox
This is no problem with 3.0 RC1.
But, This is not display after 3.0RC2 upgraded.
I try find out what is the problem...
I found some strange code from vba_cmps_include_bottom.php RC1 version.
// ##### Advanced page options
if (!empty($pages['advanced']))
{
foreach ($pages['advanced'] AS $sgroup => $sgvalue)
{
foreach ($sgvalue AS $vname => $valu)
{
switch ($sgroup)
{
case 'adv_portal_main':
$vba_options[$vname] = $valu;
break;
case 'adv_portal_style':
$vba_style[$vname] = $valu;
break;
default:
$cmps_options[$sgroup][$vname] = $valu;
}
}
}
}
I copy and paste the code to the vba_cmps_include_bottom.php RC2 version's same place.
Then all 'Portal Output Global Variables' is no problem. I mean all display is perfect.
Is this correct?
I think this is not correct...
What is problem?
Do you have correct process then this process?
How can I fix?
Thanks for New version CMPS !! :)
* Ps: This is another question.
I have branding free license for CMPS.
I can not found your copyright at bottom of main CMPS page after upgraded RC2.
Is this caused by branding free?
Did you deleted copyright for my download?
Is this correct?
I Upgraded 3.0RC1 --> 3.0RC2, I got problem.
I have some 'Portal Output Global Variables'.
navbaravatar
mgc_chatbox
This is no problem with 3.0 RC1.
But, This is not display after 3.0RC2 upgraded.
I try find out what is the problem...
I found some strange code from vba_cmps_include_bottom.php RC1 version.
// ##### Advanced page options
if (!empty($pages['advanced']))
{
foreach ($pages['advanced'] AS $sgroup => $sgvalue)
{
foreach ($sgvalue AS $vname => $valu)
{
switch ($sgroup)
{
case 'adv_portal_main':
$vba_options[$vname] = $valu;
break;
case 'adv_portal_style':
$vba_style[$vname] = $valu;
break;
default:
$cmps_options[$sgroup][$vname] = $valu;
}
}
}
}
I copy and paste the code to the vba_cmps_include_bottom.php RC2 version's same place.
Then all 'Portal Output Global Variables' is no problem. I mean all display is perfect.
Is this correct?
I think this is not correct...
What is problem?
Do you have correct process then this process?
How can I fix?
Thanks for New version CMPS !! :)
* Ps: This is another question.
I have branding free license for CMPS.
I can not found your copyright at bottom of main CMPS page after upgraded RC2.
Is this caused by branding free?
Did you deleted copyright for my download?
Is this correct?