MonkeyCMS Plugin- Get Specific Content
This plugin allows any content to be displayed within page templates. Similar to universal variables, but allows other admin users to edit this content via the usual MonkeyCMS Administration panel (Content -> Edit content) rather than edit variables through the Skin Manager.
Mostly useful for intro text on main pages, etc.
Installation
Download the .zip and extract the files into your /plugin directory.
From the Plugin Manager within MonkeyCMS, register this plugin.
Details
You can retrieve the main content text from any definition, simply by using the content title. I recommend using a dedicated definition to hold these items of text, for example 'Specific Text'.
Create a new item of content in this definition, and set the title to something descriptive, eg, 'Front page text'.
Type in the main content text the text you want displayed.
In the Skin Manager, go to your front page, and add this:
[getSpecificContent|Specific Text|Frontpage]
'Frontpage' is the text you put in the title. The text in the content_longtext will be returned.
Download