DarkSuyan
05-15-2007, 10:00 PM
Here is a little Hack to change the Style of the Modules from VbAdvanced into the Categorys Style (Normal is a simple Table)
Copy this code and replace it replace it with the content of the adv_portal_module_shell template which can foound by browsing: acp->styles&templates->manage styles-><<>>->vBAdvancedCMPS->adv_portal_modul_shell!
$mods[formcode]
<div class="forbg">
<div class="forl">
<div class="forr">
<div class="fortitel"><strong><phrase 1="$vboptions[bbtitle]"><span class="smallfont"><strong> <if condition="$mods['link']"><a href="$mods[link]">$mods[title]</a><else />$mods[title]</if></strong></span></phrase></strong>
</div>
</div>
</div>
</div>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="alt1" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>">
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<tbody id="collapseobj_module_$mods[collapse]" style="$modcollapse">
<if condition="$show['tablerow']">
<tr>
<td class="$bgclass">
$modulehtml
</td>
</tr>
<else />
$modulehtml
</if>
</tbody>
</table></phrase>
</td>
</tr>
</table>
<div class="c_border_bottombg">
<div class="c_border_bottom_left">
<div class="c_border_bottom-right">
</div>
</div>
</div>
<!--Hack By DarkSuyan, www.egameszone.de, Hack is copyright so dont sale it-->
Here are 2 Screenshots of the Portal, with and without the Hack: (Link doesnt work correct, open the Screens in a new tab or window for big screen.)
The Standard:
http://suyven.han-solo.net/uploads/withouthackm.jpg (https://vborg.vbsupport.ru/attachment.php?attachmentid=64431&stc=1&d=1179399486)
With the Hack:
http://suyven.han-solo.net/uploads/withhackm.jpg (https://vborg.vbsupport.ru/attachment.php?attachmentid=64430&stc=1&d=1179399462)
Copy this code and replace it replace it with the content of the adv_portal_module_shell template which can foound by browsing: acp->styles&templates->manage styles-><<>>->vBAdvancedCMPS->adv_portal_modul_shell!
$mods[formcode]
<div class="forbg">
<div class="forl">
<div class="forr">
<div class="fortitel"><strong><phrase 1="$vboptions[bbtitle]"><span class="smallfont"><strong> <if condition="$mods['link']"><a href="$mods[link]">$mods[title]</a><else />$mods[title]</if></strong></span></phrase></strong>
</div>
</div>
</div>
</div>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="alt1" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>">
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<tbody id="collapseobj_module_$mods[collapse]" style="$modcollapse">
<if condition="$show['tablerow']">
<tr>
<td class="$bgclass">
$modulehtml
</td>
</tr>
<else />
$modulehtml
</if>
</tbody>
</table></phrase>
</td>
</tr>
</table>
<div class="c_border_bottombg">
<div class="c_border_bottom_left">
<div class="c_border_bottom-right">
</div>
</div>
</div>
<!--Hack By DarkSuyan, www.egameszone.de, Hack is copyright so dont sale it-->
Here are 2 Screenshots of the Portal, with and without the Hack: (Link doesnt work correct, open the Screens in a new tab or window for big screen.)
The Standard:
http://suyven.han-solo.net/uploads/withouthackm.jpg (https://vborg.vbsupport.ru/attachment.php?attachmentid=64431&stc=1&d=1179399486)
With the Hack:
http://suyven.han-solo.net/uploads/withhackm.jpg (https://vborg.vbsupport.ru/attachment.php?attachmentid=64430&stc=1&d=1179399462)