Hi
I would love to see a section on each page where you could type in some notes that pertain to only that page.
These would not be published to the public site, just kept private to the editor.
Perhaps a new tab called "Editor's Notes" on the top where the Main, Options and Preview tabs sit?
Steve
non-published notes text field with each page
Re: non-published notes text field with each page
You could insert another content-block to the template, which opens another edit-area for every page.
With the use of CSS, you could then do a {display: none;} to not show it publicly, but have it accessible in the backend....
Ronny
With the use of CSS, you could then do a {display: none;} to not show it publicly, but have it accessible in the backend....
Ronny
Re: non-published notes text field with each page
With CSS disabled, you could see these notes... Also search engines might index these notes.
I would personally assign the block to a variable that I do not use... something like
{content block="editor_note" assign=junk}
Best
Nils
I would personally assign the block to a variable that I do not use... something like
{content block="editor_note" assign=junk}
Best
Nils
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
Re: non-published notes text field with each page
Just put this in your template.
It should work.... and the output won't be on the page at all.
It should work.... and the output won't be on the page at all.
Code: Select all
{* {content block='notes'} *}
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Re: non-published notes text field with each page
Thanks Calguy1000.
That works perfectly.
Steve
That works perfectly.
Steve