I am re-building my site in Actinic 7 and i am finding that every level 1 sub-section appears in the menu.  How do omit certain sub-sections, so that the menu does not continue to grow and grow?
							
						
					Announcement
				
					Collapse
				
			
		
	
		
			
				No announcement yet.
				
			
				
	
menu - getting very long
				
					Collapse
				
			
		
	X
- 
	
	
		
		
		
		
		
		
		
	
	
Assuming you are using the smart theme, you would need to modify the javascript that creates the list of sections - details on how to make a list of the top level sections is in the AUG - you'd just need to replace what you have with the script to show the top level sections.Matt
Actinic User since v.3
Custom Actinic Site Specialist:
<a href="http://www.glowsticksdirect.co.uk/">GlowSticksDirect.co.uk</a>
<a href="http://www.digishopdirect.co.uk/">DigiShopDirect.co.uk</a>
<a href="http://www.calibreshopping.co.uk/">CalibreShopping.co.uk</a>
 - 
	
	
		
		
		
		
		
		
		
	
	
Alternatively you could go to 'Design | Options | Layouts' and click 'Edit' next to the 'Default Overall Layout' field.
Look for where it says:and change 'section_tree' to 'sections'.Code:<script language=Javascript1.2> document.write(YahooSections(section_tree)) </script>
Now go into the <head> section and locate
<!--@act NETQUOTEVAR:SECTIONTREE_RAW -->
change this to
<!--@act NETQUOTEVAR:TOPLEVELSECTIONS_RAW -->
Comment
 - 
	
	
		
		
		
		
		
		
		
	
	
You could look at NorTree or NorCascade. Two dynamic drop-down menus that work with Actinic. See www.drillpine.biz/actinicstuff/
NormanNorman - www.drillpine.biz
Edinburgh, U K / Bitez, Turkey
Comment
 
Comment