vBadvanced Forums  
Go Back   vBadvanced Forums > vBadvanced Products > vBadvanced CMPS > vBa CMPS v4.0 Support > Bugs & Issues > Bugs From v4.0.0 Beta 2

Reply
 
Thread Tools Display Modes
  #1  
Old 02-08-2010, 09:07 AM
Adem GENÇ Adem GENÇ is offline
Junior Member
 
Join Date: May 2006
Location: İstanbul
Posts: 20
Default Missing "collapse_collapsed_collapsed.png"

Hi,

For vBadvanced CMPS

Missing "collapse_collapsed_collapsed.png"
Reply With Quote
  #2  
Old 02-08-2010, 01:20 PM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default

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.
Reply With Quote
  #3  
Old 02-09-2010, 10:00 AM
Adem GENÇ Adem GENÇ is offline
Junior Member
 
Join Date: May 2006
Location: İstanbul
Posts: 20
Default

Module:
Collapse Module by Default: Yes
AND
Portal
aaaaaaaaa.PNG
Reply With Quote
  #4  
Old 02-10-2010, 01:34 PM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default

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}">
Replace with this:
Code:
<div class="blockbody" id="module{vb:raw mods.collapse}"<vb:if condition="($mods['useshell'] & $vba_shellint['collapse'])"> style="display: none"</vb:if>>
Then you'll need to look in your includes/vba_cmps_include_top.php file for this code:
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();
And repalce with this:
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.
Reply With Quote
  #5  
Old 02-10-2010, 05:02 PM
Adem GENÇ Adem GENÇ is offline
Junior Member
 
Join Date: May 2006
Location: İstanbul
Posts: 20
Default

Thanks, I changed
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
"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


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