Posts: 661
Threads: 52
Joined: Feb 2011
Default Content 1.0
Click Here To Download From Extend
View GitHub Repos.
This plugin allows "Default Content" to be automatically filled into the content area in the "Create New Page" screen.
You can choose the "Default Content" by going to pages->Default Content after installing the plugin.
Installation:- Unzip the plugin and drag defaultcontent.php into your plugins folder.
Screenshots:
Posts: 2,928
Threads: 195
Joined: Feb 2011
Mikeh,
this is a good idea for whoever needs it.
But it would be helpful if the edit area of the plugin uses the editor. By that the source of the content would not get lost and it would be easier to use
as it is now it is not clear whether you enter HTML-tags or not and which content is possible, using the editor users could switch to source view, enter it there and see the wysiwyg-version in the editor-view
Posts: 661
Threads: 52
Joined: Feb 2011
Connie Wrote:Mikeh,
this is a good idea for whoever needs it.
But it would be helpful if the edit area of the plugin uses the editor. By that the source of the content would not get lost and it would be easier to use
as it is now it is not clear whether you enter HTML-tags or not and which content is possible, using the editor users could switch to source view, enter it there and see the wysiwyg-version in the editor-view
Good idea, I will add that to version 1.1.
I do not know why someone would want this either, I made it from a request thread.
Posts: 3,491
Threads: 106
Joined: Mar 2010
mikeh Wrote:I do not know why someone would want this either, I made it from a request thread.
Another way could be allowing to select a slug, to take its content as default. That would be a "template page".
Posts: 102
Threads: 10
Joined: Mar 2010
Carlos Wrote:mikeh Wrote:I do not know why someone would want this either, I made it from a request thread.
Another way could be allowing to select a slug, to take its content as default. That would be a "template page".
That's a good idea, as I could use this on a business catalogue I am building and would save me copy and pasting in details in each new page and also it would create consistency on all the pages.
Pete
Chefbyte Services
Posts: 17
Threads: 3
Joined: Dec 2011
2012-02-06, 05:49:19
(This post was last modified: 2012-02-06, 06:00:08 by krazyderek.)
There would be many users who could use this plugin. Anyone promoting multiple good or services could use it.
On this get-simple site, the "plugin" and "theme" pages all have the same content.
---------------------------
Downloads:
Category:
Compatible with:
Last Updated:
Tags:
Author:
Author Website:
Support:
---------------------------
How is this default content being generated?
The CKEditor template option to generate the content was also good, although a bit complex. However, it looks like the CKEditor used in Get Simple has been modified?
If a full plugin was being made, would be good if there were multiple standard page layout options. Using an exiting page as a template would be good, as the customer could modify it easily.
Posts: 661
Threads: 52
Joined: Feb 2011
Version 1.1 Uploaded To Extend- Added CKEDITOR to textarea
Posts: 102
Threads: 10
Joined: Mar 2010
mikeh Wrote:Version 1.1 Uploaded To Extend- Added CKEDITOR to textarea
Good man, many thanks
Pete
Chefbyte Services
Posts: 102
Threads: 10
Joined: Mar 2010
Any chance of making the text area window a bit deeper as its quite small to work in?
Pete
Chefbyte Services
Posts: 661
Threads: 52
Joined: Feb 2011
Version 1.2 Uploaded To Extend:- Changed CKEDITOR Height to 500px
Posts: 102
Threads: 10
Joined: Mar 2010
mikeh Wrote:Version 1.2 Uploaded To Extend:- Changed CKEDITOR Height to 500px
Cheers Mike
Pete
Chefbyte Services
Posts: 17
Threads: 3
Joined: Dec 2011
When a table is inserted into the Default Content, the code for the table is changed in the new page to look like this.
<table border="\"1\"" cellpadding="\"1\"" cellspacing="\"1\"" table="" width:="">
Posts: 10
Threads: 4
Joined: Aug 2012
Great plugin, just what I needed. Thanks!