tresor
08-30-2007, 05:13 PM
I did this modification to news module:
http://www.vbadvanced.com/forum/showthread.php?t=19918&highlight=news+columns
But automatically all module are moving to the right around 20 pixels. Right modules canīt be seen 100%.
calendar for example only shows 6 days because 7th day is moved to the right
http://img68.imageshack.us/img68/1739/23fx1.jpg
Do u know why?
This are modifications that I did:
--------------------------------------------------------------------------------
Open Your "adv_portal" Template and at the very top find this
Code:
$stylevar[htmldoctype]Replace with this code
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">Save and Close
Now Open Your "adv_portal_newsbits" Template and find this code
Code:
<if condition="!$mod_options['portal_news_legacy']">Add Below this code
Code:
<if condition="$newscount == 1">
<table cellpadding="0" width="100%" height="100%">
</if>
<if condition="($newscount % 2)">
<tr>
</if>
<td valign="top" width="50%">
<table height="100%" align="center" border="0" class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" width="100%">very END of "adv_portal_newsbits" template add this code
Code:
</td>
</tr>
</table>
</if>
</if>
http://www.vbadvanced.com/forum/showthread.php?t=19918&highlight=news+columns
But automatically all module are moving to the right around 20 pixels. Right modules canīt be seen 100%.
calendar for example only shows 6 days because 7th day is moved to the right
http://img68.imageshack.us/img68/1739/23fx1.jpg
Do u know why?
This are modifications that I did:
--------------------------------------------------------------------------------
Open Your "adv_portal" Template and at the very top find this
Code:
$stylevar[htmldoctype]Replace with this code
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">Save and Close
Now Open Your "adv_portal_newsbits" Template and find this code
Code:
<if condition="!$mod_options['portal_news_legacy']">Add Below this code
Code:
<if condition="$newscount == 1">
<table cellpadding="0" width="100%" height="100%">
</if>
<if condition="($newscount % 2)">
<tr>
</if>
<td valign="top" width="50%">
<table height="100%" align="center" border="0" class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" width="100%">very END of "adv_portal_newsbits" template add this code
Code:
</td>
</tr>
</table>
</if>
</if>