Posts: 14
Threads: 6
Joined: Nov 2012
2012-11-12, 17:37:03
(This post was last modified: 2012-11-12, 18:09:03 by inteltone.)
Hi!
Please, tell me is there any problem with doubling pages in GS?
It's a problem that Joomla has, for example, and other well-known CMS.
Thanks in advance.
Posts: 1,204
Threads: 30
Joined: Jun 2010
2012-11-12, 18:03:16
(This post was last modified: 2012-11-12, 18:04:59 by yojoe.)
What kind of problems you have on mind ?
Addons: blue business theme, Online Visitors, Notepad
Posts: 687
Threads: 63
Joined: Nov 2011
GetSimple has no such issue.
Posts: 3,491
Threads: 106
Joined: Mar 2010
If you make copies of pages using GetSimple's page editor "clone page" option, you should have no problem.
However if you make copies of xml files directly in /data/pages/ (via ftp or whatever), you'll have to edit theem and change the slug to the correct one:
Code:
<url><![CDATA[slug]]></url>
otherwise it will not work properly (copies will not be listed in the page manager...)
Posts: 6,267
Threads: 182
Joined: Sep 2011
ooh maybe this is something we can add though, i plan on adding some kind of health checking to pages or health check.
So far I have, and now 1 more.
Page is corrupt ( xml parse issue )
Page is missing ( important when its a parent )
Page is duplicate
Page has invalid parent
Posts: 3,491
Threads: 106
Joined: Mar 2010
That url field is redundant (we can get it from the filename) and could be removed (with some fix, not to break something).