GetSimple Support Forum
Doubling Pages - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16)
+--- Thread: Doubling Pages (/showthread.php?tid=3849)



Doubling Pages - inteltone - 2012-11-12

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.


RE: Doubling Pages - yojoe - 2012-11-12

What kind of problems you have on mind ?


RE: Doubling Pages - shovenose - 2012-11-13

GetSimple has no such issue.


RE: Doubling Pages - Carlos - 2012-11-13

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...)


RE: Doubling Pages - shawn_a - 2012-11-13

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


RE: Doubling Pages - Carlos - 2012-11-13

That url field is redundant (we can get it from the filename) and could be removed (with some fix, not to break something).