[solved] Default content block not at top in page edit
Posted: Sat Jun 09, 2012 11:48 pm
Hi. I'm running CMS Made Simple 1.10.3. I'm using PHP 5.3.2, and MySQL 5.1.44. This is all working with Apache 2.0.63 running on Linux.
I've added a few custom content blocks to my template, but when editing a page, those fields appear before the main default "Content*" block.
Is there anyway to maintain the "Content*" editor block at the top and have the custom content sections below?
At the top of my template:
{content block='Notes - Headline' assign='NotesHeadline'}
{content block='Notes - Left List' assign='NotesListLeft'}
{content block='Notes - Right List' assign='NotesListRight'}
but in the editor, i see
"Notes - Headline" section/editor
then
"Notes - Left List"
then
Notes - Right List"
then
"Content*"
I want the default "Content*" section to appear first before the other custom content blocks in the page editor?
Thanks
I've added a few custom content blocks to my template, but when editing a page, those fields appear before the main default "Content*" block.
Is there anyway to maintain the "Content*" editor block at the top and have the custom content sections below?
At the top of my template:
{content block='Notes - Headline' assign='NotesHeadline'}
{content block='Notes - Left List' assign='NotesListLeft'}
{content block='Notes - Right List' assign='NotesListRight'}
but in the editor, i see
"Notes - Headline" section/editor
then
"Notes - Left List"
then
Notes - Right List"
then
"Content*"
I want the default "Content*" section to appear first before the other custom content blocks in the page editor?
Thanks