![]() |
|
|
|
#1
|
|||
|
|||
|
This is a fix for anyone using the vBulletin Lustrous style.
It will display your modules with the same style as your FORUMHOME and without the border showing on the table header. adv_portal_module_wrapper Find: Code:
$mods[formcode]
<div style="padding-bottom:$vba_style[portal_vspace]px">
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<thead>
<tr>
<td class="tcat" colspan="$mods[colspan]">
<if condition="$vba_style['portal_collapsemods']">
<a href="#top" onclick="return toggle_collapse('module_$mods[collapse]')" style="float:$stylevar[right]"><img alt="" border="0" id="collapseimg_module_$mods[collapse]" src="$stylevar[imgdir_button]/collapse_tcat$modimgcollapse.gif" /></a>
</if>
<span class="smallfont"><strong>$vba_style[portal_blockbullet] <if condition="$mods['link']"><a href="$mods[link]">$mods[title]</a><else />$mods[title]</if></strong></span></td>
</tr>
</thead>
Code:
$mods[formcode]
<div style="padding-bottom:$vba_style[portal_vspace]px">
<div class="tcat" style="padding: 0;">
<img src="$stylevar[imgdir_button]/tcat_left.gif" alt="" border="0" style="float: left;" />
<img src="$stylevar[imgdir_button]/tcat_right.gif" alt="" border="0" style="float: right;" />
<if condition="$vba_style['portal_collapsemods']">
<a href="#top" onclick="return toggle_collapse('module_$mods[collapse]')" style="float:$stylevar[right]"><img alt="" border="0" id="collapseimg_module_$mods[collapse]" src="$stylevar[imgdir_button]/collapse_tcat$modimgcollapse.gif" /></a>
</if>
<span class="smallfont"><strong><if condition="$mods['link']"><a href="$mods[link]">$mods[title]</a><else />$mods[title]</if></strong></span>
</div>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
HTH |
|
#2
|
||||
|
||||
|
muchas gracias amigo disculpa por nohablar en ingles pero no puedo
|
|
#3
|
|||
|
|||
|
Thanks a lot Buddy , I am very sorry but I can't speak English.
|
|
#4
|
||||
|
||||
|
doesent work
|
|
#5
|
|||
|
|||
|
@stormzone
Under what circumstances does it not work ? It is working fine on vB 3.8.1 and vBA 3.1.0 and indeed worked fine on vB 3.7.x and vBA 3.1.0 |
|
#6
|
||||
|
||||
|
on this www.stormzone.ro
|
|
#7
|
|||
|
|||
|
Thank You.
|
|
#8
|
|||
|
|||
|
Thank You.
|
|
#9
|
|||
|
|||
|
no trabaja
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Welcome Headers - Improve etc. into Module. | Mondi | Module & Modification Discussion & Requests | 0 | 04-14-2008 07:04 AM |
| Table headers default to blue. | version2 | Troubleshooting & Problems | 2 | 06-10-2007 06:22 PM |
| I have 4 columns. Need to add headers for each module | 6piston | "How Do I..." Questions | 4 | 03-02-2007 10:00 PM |
| Fatal error: Invalid row in the style table in /includes/adminfunctions_template.php | Kseki | Troubleshooting & Problems | 1 | 08-25-2006 02:34 AM |