![]() |
|
#1
|
|||
|
|||
|
is this possible so that just the module itself is displayed, not the bar/title?
|
|
#2
|
||||
|
||||
|
You would need to edit your 'adv_portal_module_shell' template and remove the code for the title from there.
|
|
#3
|
|||
|
|||
|
Would that not affect every module that is driven by this template, though?
|
|
#4
|
||||
|
||||
|
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.
|
|
#5
|
|||
|
|||
|
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?
|
|
#6
|
|||
|
|||
|
Thanks mate
![]() I'm having a bit of trouble removing the banner/title/bar thing though, code below: Quote:
Would someone please edit it for me? I have no idea..
|
|
#7
|
||||
|
||||
|
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>
|
![]() |
| 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 |
| 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 |