![]() |
|
#1
|
|||
|
|||
|
I would like to have SOME modules no collapsible (Sponsors, Navigation, Google Adsense...).
thx. |
|
#2
|
||||
|
||||
|
The only way of having some collapsible & some not is to change the modules individually to turn off "use generic shell" and then in the HTML template for the module to include the outer table and title row.
|
|
#3
|
|||
|
|||
|
Thx Kevin
Can anybody suggest an example for HTML code to simulate the "adv_portal_module_shell" template, without the collapsible section ? |
|
#4
|
|||
|
|||
|
Would like to know this too, anybody can help how to do it exactly?
Thanks |
|
#5
|
||||
|
||||
|
Code:
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%"> <thead> <tr> <td class="tcat" colspan="$mods[colspan]"><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> <tbody> <tr> <td class="$bgclass"> Your content here </td> </tr> </tbody> </table> <div><img src="$vboptions[bburl]/$vboptions[cleargifurl]" height="$vba_style[portal_vspace]" alt="" /></div> |
|
#6
|
|||
|
|||
|
Cool, thanks a lot Brian
|
![]() |
| 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 |
| Custom Collapsible Block | Gary Bolton | Module & Modification Discussion & Requests | 5 | 06-01-2006 11:37 AM |
| Collapsible modules | Richard | Add-On Modules & Modifications | 38 | 11-15-2005 01:40 PM |
| Clock Poppuries With Collapsible Module | stitch | Add-On Modules & Modifications | 6 | 11-16-2004 07:51 PM |