Closed (cannot reproduce)
Project:
Acquia Prosper
Version:
6.x-1.0-beta4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Dec 2009 at 05:28 UTC
Updated:
31 Mar 2011 at 23:41 UTC
Jump to comment: Most recent file
Comments
Comment #1
jeremycaldwell commentedRemoving the secondary menu is working correctly for me locally. How are you enabling and disabling the secondary menu? You should be able to toggle it on the theme's configuration page. If that is not working for you please let us know. Attached is a screenshot showing the correct toggle for reference.
Comment #2
stephthegeek commentedGoing to assume fixed with no report back
Comment #3
philingle commentedI have the same issue. I have tried turning the secondary links off as per the image above for 'global settings', 'acquia prosper', 'fusion core' and 'fusion starter' and they are still showing.
I am using the 6.x-1.0-beta3 version of fusion and acquia prosper.
Comment #4
jeremycaldwell commentedHave you updated to the latest version of Fusion and Acquia Prosper? Even though there is no if/then statement for the secondary menu it won't print if the checkbox is disabled for Acquia Prosper's secondary menu. Not sure why it's not working on your server though as every other place I've tried it it works correctly.
Comment #5
najibx commentednot using the Jan 11 version. but just use my old method. in page.tpl.php, there is
<?php if ($header_top || $secondary_links || $search_box): ?>so without a conditional, if you for instance have either one, say have search_box, automatically, the $secondary_links also being printed?Comment #6
Todd Young commentedMe too, I'm in 6.x-1.0-beta4 and I've put the secondary menus at the postcript area where I like them, but cannot turn them off at header top even by disabling in all themes and flushing cache. They just won't go away? I have no search box enabled and nothing else in those areas.
Comment #7
robert_pascal commentedbeen using drupal for 2 days now and php newbee (please let me know if im doin this wrong)
cause so far it worked for me
this was not the secondary menu, its actually a duplicate left in the header.
solution
in ../themes/acquia_prosper/page.tpl.php
Comment #8
jeremycaldwell commentedComment #9
stephthegeek commentedI'm really not sure exactly what's going on here. We can't replicate this. The theme() functions already check if it's there or not, so you don't need a conditional around them.
Comment #10
stephthegeek commented