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 05-15-2007, 07:21 AM
maxwolfie maxwolfie is offline
Member
 
Join Date: Aug 2006
Posts: 42
Default Hiding Module Titles/Bars?

is this possible so that just the module itself is displayed, not the bar/title?
Reply With Quote
  #2  
Old 05-15-2007, 11:23 AM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default Re: Hiding Module Titles/Bars?

You would need to edit your 'adv_portal_module_shell' template and remove the code for the title from there.
Reply With Quote
  #3  
Old 05-15-2007, 12:02 PM
djroppolo djroppolo is offline
Member
 
Join Date: Nov 2004
Location: Louisiana
Posts: 93
Default Re: Hiding Module Titles/Bars?

Quote:
Originally Posted by Brian View Post
You would need to edit your 'adv_portal_module_shell' template and remove the code for the title from there.
Would that not affect every module that is driven by this template, though?
Reply With Quote
  #4  
Old 05-15-2007, 05:19 PM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default Re: Hiding Module Titles/Bars?

Yes, that would affect every one. If you only want to change some then you would need to turn the "Use Module Shell Template" option off for those and then modify the templates for those modules to add a table or whatever else might be missing.
Reply With Quote
  #5  
Old 05-15-2007, 05:55 PM
djroppolo djroppolo is offline
Member
 
Join Date: Nov 2004
Location: Louisiana
Posts: 93
Default Re: Hiding Module Titles/Bars?

Quote:
Originally Posted by Brian View Post
Yes, that would affect every one. If you only want to change some then you would need to turn the "Use Module Shell Template" option off for those and then modify the templates for those modules to add a table or whatever else might be missing.
Ok I think I almost have this... if I wanted to have a module with a unique header/colors/border/whatever, I need to turn off the 'Use Module Shell Template' for that module. After that, what do I actually need to edit with the custom items? Is there a unique template for each module or would I have to create a new one for each custom module?
Reply With Quote
  #6  
Old 05-15-2007, 08:56 PM
maxwolfie maxwolfie is offline
Member
 
Join Date: Aug 2006
Posts: 42
Default Re: Hiding Module Titles/Bars?

Thanks mate

I'm having a bit of trouble removing the banner/title/bar thing though, code below:

Quote:
$mods[formcode]
<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>
<tbody id="collapseobj_module_$mods[collapse]" style="$modcollapse">
<if condition="$show['tablerow']">
<tr>
<td class="$bgclass">
$modulehtml
</td>
</tr>
<else />
$modulehtml
</if>
</tbody>
</table>
<div><img src="$vboptions[bburl]/$vboptions[cleargifurl]" height="$vba_style[portal_vspace]" alt="" /></div>

<if condition="$mods['formcode']"></form></if>

Would someone please edit it for me? I have no idea..
Reply With Quote
  #7  
Old 05-16-2007, 08:20 AM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default Re: Hiding Module Titles/Bars?

Code:
<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>
Just remove that section.
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
Module Titles jwashburn "How Do I..." Questions 4 10-04-2006 01:55 PM
Module titles as graphics Pirotess "How Do I..." Questions 8 09-24-2006 02:16 PM
Phrases in module titles led_belly Feedback & Suggestions 0 12-06-2005 06:31 PM
Phrases in Module Titles Ramses "How Do I..." Questions 1 11-17-2005 12:15 PM
No Module Titles Chip-Gr Troubleshooting & Problems 1 10-08-2005 05:30 AM


All times are GMT -4. The time now is 05:54 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.