PDA

View Full Version : multiple center columns broke after upgrade


redslush
09-20-2007, 06:37 PM
I just upgrade to RC2 on my test server. After doing this, my center right column in the 4 column setup is no longer showing up.

In the vba options I have the varname set to rightcenter and the name set to RightCenter Column. In the adv_portal I have the following:
<table align="center" class="page" cellspacing="0" cellpadding="0" width="100%">
<tr valign="top">
<if condition="$show['left_column']">
<td width="$vba_style[portal_leftcolwidth]"<if condition="$show['center_column'] OR $show['right_column']"> style="padding-$stylevar[right]: $vba_style[portal_colspacing]px"</if>>
$home[leftblocks]
</td>
</if>
<if condition="$show['center_column']">
<td valign="top">
$home[centerblocks]
</td>
</if>
<if condition="$show['rightcenter_column']">
<td valign="top">
$home[rightcenterblocks]
</td>
</if>
<if condition="$show['right_column']">
<td valign="top" width="$vba_style[portal_rightcolwidth]"<if condition="$show['center_column'] OR $show['left_column']"> style="padding-$stylevar[left]: $vba_style[portal_colspacing]px"</if>>
$home[rightblocks]
</td>
</if>
</tr>
</table>


Any ideas?

Brian
09-21-2007, 10:02 AM
There's really not anything that I'm aware of that could cause a custom location just to disappear... What happens if you try moving one of your modules that is working in a different column to the rightcenter one?