page with same page as parent - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: Developer Discussions (http://get-simple.info/forums/forumdisplay.php?fid=8) +--- Thread: page with same page as parent (/showthread.php?tid=3797) |
page with same page as parent - vara - 2012-11-04 a page cannot be a parent page of itself, kkk.. bt y it displays like that... if i have done that how to retrieve....... ? RE: page with same page as parent - Carlos - 2012-11-04 I had replied to a similar thread by you... but it has disappeared :-? Didn't you read my answer? You found a bug. It surely will be fixed in a future GS release (it's been reported to the dev team) To fix the problem, edit any other page, then in your browser bar you'll see: YOURSITE/admin/edit.php?id=other-page change 'other-page' by the id (slug or url) of the hidden page, press enter and you'll be able to edit it, set the correct parent and save it. RE: page with same page as parent - vara - 2012-11-07 (2012-11-04, 08:24:27)Carlos Wrote: I had replied to a similar thread by you... but it has disappeared :-? thank u for your fast reply.... carlos..... and how to display all pages in special pages... in the site... can u plz give some example.... thanks in advance..... eg : 'computer' is my configured special page... under this.. 'network' , 'desktop' , 'laptop' are the pages... now.. how to show 'computer' page in (all the pages under 'computer' )which i should show the network, desktop, laptop and if i clicked on any page.. it should show the content.. RE: page with same page as parent - Carlos - 2012-11-07 You're welcome. As for Special Pages, I suggest you take a look to: http://mvlcek.bplaced.net/get-simple/i18nspecialpages:en/ or search its support thread: http://get-simple.info/forums/showthread.php?tid=2747 and ask any related questions in that thread. RE: page with same page as parent - vara - 2012-11-09 to display special page content we are writing there functions in the field provided in the plugin "view" i need to write those tags in mytemplate.php file.. if i wrote in template.php its not picking up the content.. if i wrote over there.. its displating the content..... so, plz help me out... thanks, vara. RE: page with same page as parent - Carlos - 2012-11-09 Special Pages support thread: http://get-simple.info/forums/showthread.php?tid=2747 [back to topic] Next GS version will have this (parent of itself) issue fixed: https://github.com/GetSimpleCMS/GetSimpleCMS/issues/361 |