vBadvanced Forums  
Go Back   vBadvanced Forums > vBadvanced Products > vBadvanced CMPS > vBa CMPS v2.0 Support > "How Do I..." Questions

Reply
 
Thread Tools Display Modes
  #1  
Old 11-27-2005, 11:43 AM
phifou phifou is offline
Junior Member
 
Join Date: Oct 2005
Posts: 2
Question no collapsible module

I would like to have SOME modules no collapsible (Sponsors, Navigation, Google Adsense...).

thx.
Reply With Quote
  #2  
Old 11-27-2005, 02:32 PM
KW802's Avatar
KW802 KW802 is offline
Administrator
 
Join Date: Mar 2004
Location: A galaxy far, far away...
Posts: 5,030
Default Re: no collapsible module

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.
Reply With Quote
  #3  
Old 11-28-2005, 03:37 AM
phifou phifou is offline
Junior Member
 
Join Date: Oct 2005
Posts: 2
Default Re: no collapsible module

Thx Kevin

Can anybody suggest an example for HTML code to simulate the "adv_portal_module_shell" template, without the collapsible section ?
Reply With Quote
  #4  
Old 12-16-2005, 08:20 AM
Ramses Ramses is offline
Senior Member
 
Join Date: Aug 2005
Posts: 249
Default Re: no collapsible module

Would like to know this too, anybody can help how to do it exactly?
Thanks
Reply With Quote
  #5  
Old 12-16-2005, 10:57 AM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default Re: no collapsible module

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>
Reply With Quote
  #6  
Old 12-17-2005, 03:09 AM
Ramses Ramses is offline
Senior Member
 
Join Date: Aug 2005
Posts: 249
Default Re: no collapsible module

Cool, thanks a lot Brian
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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


All times are GMT -4. The time now is 11:17 PM.

Forums Powered by vBulletin, Copyright ©2000-2009, Jelsoft Enterprises Ltd.
Please note that vBadvanced is in no way affiliated with Jelsoft Enterprises Ltd, nor will Jelsoft be able to provide any support for our products.