The Arcive of vBulletin Modifications Site. |
|
VbAdvanced ModulFix (Cyberhype Black) Details »»
|
|||||||||||||||||||||||||
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! Code:
$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-->
The Standard: ![]() With the Hack: ![]() Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
This is a template modification, not an add-on.
I've reported this to a moderator and they'll move it. |
|
#3
|
|||
|
|||
|
ok thx, i am a little bit new here in this Forum...
|
|
#4
|
||||
|
||||
|
screen shots not showing
|
|
#5
|
|||
|
|||
|
yeah have updated now.
But the Screens dont linked correct... wehn you click on it, its open the small pic.... it works only if you open the link on the picture in a new tab or window. |
|
#6
|
|||
|
|||
|
Anyone knows how the Code is for replacing the code in the template within a product?
The i can upload as a xml data... |
|
#7
|
|||
|
|||
|
It's really hard to see the screenshots. Can you enlarge it please.
|
|
#8
|
|||
|
|||
|
Interesting but couldn't get it working (as-is). Not quite sure what the reasoning is behind all the nested <div>'s but without using your style sheet it could be useless to others.
BTW... I've never seen someone put a copyright notice on a template edit :erm: |
|
#9
|
|||
|
|||
|
He didn't link his screenshots, here they are:
Before After |
|
#10
|
|||
|
|||
|
i linked them with the url= tag but they doesn work... however the div tag is the impotant part of the hack..without them you havent the style...
|
![]() |
|
|