What I'm trying to do is put one fragment above my section links and one fragment below them. Last year Chris Dicken gave me some instructions on how to do this. I've only just got around to trying it and it didn't work - I'm wondering if I'm missing one or two details in the instructions? Chris's instructions were:
Original thread: http://community.actinic.com/showthr...611#post120611
Can anyone help please?
1.Go to 'Design | Library | Variables' and create a new variable called 'IncludeInFragmentList'
2.Make it settable at fragment level
3.Then go to the 'Layouts' tab and expand the 'Fragment Lists' group
4.Right-click on 'Standard Brochure Fragment List' and select 'New Layout'. Call it 'Top Fragment List' or something.
5.You now have two fragment lists to play with, and you can now set a condition on each list to only include certain fragments in each list.
6.Set a condition within 'Top Fragment List' to only show fragments where 'IncludeInFragmentList' equals 'top'
7.Set a condition within 'Standard Brochure Fragment List' to only show fragments where 'IncludeInFragmentList' equals 'bottom'
8.You can now go into the fragments in your store and set a value for 'IncludeInFragmentList' of 'Top' or 'Bottom' depending on where you want to fragments to appear on the page.
9.Finally, customise 'Standard Brochure Page Bulk' and click the pink circle button with a + to insert the 'BrochureFragmentList' layout selector into the design - but use a fixed layout of 'Top Fragment List'
10.This will include a list of fragments into the design - but only include the layouts where 'IncludeInFragmentList' equals 'top'
To create two different product lists - one which just does products and one which just does fragments - is easy. Simply go into the 'Product Lists' group in the library and right-click on 'Standard Product Lists' and select 'New Layout'. Call it 'Standard Fragment List'. Now edit 'Standard Fragment List' to remove all references to the 'ProductLayout' selector, and edit 'Standard Product List' to remove all references to the 'FragmentLayout' selector.
You can then just insert them into your 'Main Product Area' layout (whatever that is called) where you want the lists to appear
2.Make it settable at fragment level
3.Then go to the 'Layouts' tab and expand the 'Fragment Lists' group
4.Right-click on 'Standard Brochure Fragment List' and select 'New Layout'. Call it 'Top Fragment List' or something.
5.You now have two fragment lists to play with, and you can now set a condition on each list to only include certain fragments in each list.
6.Set a condition within 'Top Fragment List' to only show fragments where 'IncludeInFragmentList' equals 'top'
7.Set a condition within 'Standard Brochure Fragment List' to only show fragments where 'IncludeInFragmentList' equals 'bottom'
8.You can now go into the fragments in your store and set a value for 'IncludeInFragmentList' of 'Top' or 'Bottom' depending on where you want to fragments to appear on the page.
9.Finally, customise 'Standard Brochure Page Bulk' and click the pink circle button with a + to insert the 'BrochureFragmentList' layout selector into the design - but use a fixed layout of 'Top Fragment List'
10.This will include a list of fragments into the design - but only include the layouts where 'IncludeInFragmentList' equals 'top'
To create two different product lists - one which just does products and one which just does fragments - is easy. Simply go into the 'Product Lists' group in the library and right-click on 'Standard Product Lists' and select 'New Layout'. Call it 'Standard Fragment List'. Now edit 'Standard Fragment List' to remove all references to the 'ProductLayout' selector, and edit 'Standard Product List' to remove all references to the 'FragmentLayout' selector.
You can then just insert them into your 'Main Product Area' layout (whatever that is called) where you want the lists to appear
Can anyone help please?
Comment