Quote from: xwisdom at Sep 09, 2005, 11:56 AM
Here how I think the ordering can be done based on Adam’s suggestion:
That’s not exactly how I had done it but similar. Your method has the advantage of only having to specify one TV [*SideBlocks*] in the template. I had skipped the SideBlocks TV and just listed the blocks in the Template
[*BlockA*]
[*BlockB*]
[*BlockC*]
...
There are advantages and disadvantages to both ways. But either way you go I would highly reccomend putting your list in a Chunk so that you only have to change the list in one place.
So create a new chunk with the name
BlockOptions and put your list in it
Menu=={{MenuBlock}}||Calender=={{CalenderBlock}} ...
Then you can use Raymond’s same code but use @CHUNK for the Input Option Values as shown below.
Variable Name: BlockA
Caption: BlockA
Description: Content blocks for the sidebar block A
Input type: DropDown List Menu
Input Option Values: @CHUNK BlockOptions
Default Value: Menu=={{MenuBlock}}
Plus the SideBlocks should be a delimited list but not the individual blocks, right?