Page 1 of 1

Help Wanted: Re-order Content Blocks in Page edit.

Posted: Mon Dec 04, 2006 9:04 pm
by websherpa
TO assist our end user, we are looking for suggestions on a way to re-order the appearance of Content Blocks on the Content: Edit Page, they don't always appear in the order we want to see them (and not even top down, really, since it always puts Content at the top).

Any suggestions?

Any CMSMS guru want to take a stab at helping us customize this?

Many thanks,

Re: Help Wanted: Re-order Content Blocks in Page edit.

Posted: Mon Mar 26, 2007 9:49 pm
by henryrose
I don't know if you ever figured this out, but you can assign each content block at the top of the page in the order you want, like this:
{content block="News Image" assign="newsimg"}
{content block="News One Headline" assign="news1hdl" oneline="true" wysiwyg="false"}
{content block="News One Article" assign="news1"}
{content block="News Two Headline" assign="news2hdl" oneline="true" wysiwyg="false"}
{content block="News Two Article" assign="news2"}

however, keep in mind that the "content" section will always appear first.

Re: Help Wanted: Re-order Content Blocks in Page edit.

Posted: Mon Mar 26, 2007 11:47 pm
by websherpa
Thank you, yes, that's worth a try!