![]() |
|
#1
|
|||
|
|||
|
Hi,
For vBadvanced CMPS Missing "collapse_collapsed_collapsed.png" |
|
#2
|
||||
|
||||
|
collapse_collapsed_collapsed.png should not be an image that's used... Where are you seeing this at?
__________________
Frequently Asked Questions CMPS Users Manual For vBadvanced software assistance, please use the support forums. Unsolicted PMs, IMs, and email will not be responded to. If you have a non-software related question or problem with your account, please submit a support ticket. |
|
#3
|
|||
|
|||
|
|
|
#4
|
||||
|
||||
|
Ahhh, thank you for pointing this out. Looks like you should be able to correct the issue by looking in your 'adv_portal_module_wrapper' template for this code:
Code:
<div class="blockbody" id="module{vb:raw mods.collapse}">
Code:
<div class="blockbody" id="module{vb:raw mods.collapse}"<vb:if condition="($mods['useshell'] & $vba_shellint['collapse'])"> style="display: none"</vb:if>>
Code:
$templater = vB_Template::create(($mods['altshell'] ? $mods['altshell'] : 'adv_portal_module_wrapper'));
$templater->register('mods', $mods);
$templater->register('vba_style', $vba_style);
$templater->register('modulehtml', $modulehtml);
$home[$mods['modid']]['content'] = $templater->render();
Code:
$templater = vB_Template::create(($mods['altshell'] ? $mods['altshell'] : 'adv_portal_module_wrapper'));
$templater->register('mods', $mods);
$templater->register('vba_style', $vba_style);
$templater->register('modulehtml', $modulehtml);
$templater->register('vba_shellint', $vba_shellint);
$home[$mods['modid']]['content'] = $templater->render();
__________________
Frequently Asked Questions CMPS Users Manual For vBadvanced software assistance, please use the support forums. Unsolicted PMs, IMs, and email will not be responded to. If you have a non-software related question or problem with your account, please submit a support ticket. |
|
#5
|
|||
|
|||
|
Thanks, I changed
|
![]() |
| 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 |
| "Reason" Missing From Reported Links E-Mail | 9clics | Bugs From 3.2.0 | 2 | 05-27-2009 12:04 PM |
| "New Posts" total not updating after "Marking Forums Read" unless we "log out" | Mithan | Troubleshooting & Problems | 3 | 07-12-2006 07:28 PM |
| Newbie: Missing the "Home" and "Register" in the top Navigation | Perkyd | Troubleshooting / "How do I..." Questions | 2 | 09-25-2005 10:19 PM |
| Quick search popup is missing "Go" button | flanker | Bugs & Other Issues | 2 | 10-20-2004 02:14 PM |