sunilvarma
08-13-2006, 01:58 PM
hi, i have a problem. the cmps index page has a few modules on the left side. i want to include them in the forum pages also.
i placed the below code at the end of my navbar template so that the forums show a table on the left:
<if condition="THIS_SCRIPT!='adv_index'">
<!-- Left Column Code -->
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td width="160" valign="top" align="center">$home[leftblocks]</td>
<td valign="top">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td valign="top">
<!-- End Left Column Code -->
</if>
i suppose that the $home[leftblocks] variable will show the block on the page. so i added it. but nothing shows up. just a white space (created by the table) shows up.
so, someone please let me kmow if i am doing correctly or correct me. please, i need it done urgently.
Thanks
i placed the below code at the end of my navbar template so that the forums show a table on the left:
<if condition="THIS_SCRIPT!='adv_index'">
<!-- Left Column Code -->
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td width="160" valign="top" align="center">$home[leftblocks]</td>
<td valign="top">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td valign="top">
<!-- End Left Column Code -->
</if>
i suppose that the $home[leftblocks] variable will show the block on the page. so i added it. but nothing shows up. just a white space (created by the table) shows up.
so, someone please let me kmow if i am doing correctly or correct me. please, i need it done urgently.
Thanks