Page 1 of 1
Quick page creator???
Posted: Thu Jun 18, 2015 8:38 am
by burlington
Running CMSMS 1.12
Can anyone advice on a quick way to add a large number of individual pages?
Thanks
Martin
Re: Quick page creator???
Posted: Fri Jun 19, 2015 1:39 pm
by JohnnyB
There are two things that I've done.
1) use the copy page utility from the page list (right side of each page) which helps save a few steps.
2) Use CGContentUtilities
With that module, you can export a set of existing pages in XML format.
Then, using your exported XML file and following the XML structure, you can add several new pages, including their hierarchy. The XML data takes page title, alias, menu name, and I think some of the extra attribute fields. I think I usually use the page's menu name for the content field data and just use the wysiwyg editor to enter content.
Then, you can save the file and import using the same module and manage the pages normally.
Re: Quick page creator???
Posted: Fri Jun 19, 2015 2:19 pm
by Jo Morg
burlington wrote:Can anyone advice on a quick way to add a large number of individual pages?
In addition to the previous reply, you can also do it programmatically inside a loop from an UDT:
-
check this example...;
-
or this...;