non-published notes text field with each page

Talk about new features for CMSMS and modules.
Post Reply
stevegos

non-published notes text field with each page

Post by stevegos »

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
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Re: non-published notes text field with each page

Post by RonnyK »

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
nhaack

Re: non-published notes text field with each page

Post by nhaack »

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
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: non-published notes text field with each page

Post by calguy1000 »

Just put this in your template.
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.
stevegos

Re: non-published notes text field with each page

Post by stevegos »

Thanks Calguy1000.

That works perfectly.

Steve
Post Reply

Return to “Feature ideas”