The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
|
QUESTION Show all 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: QUESTION Show all pages (/showthread.php?tid=7704) |
Show all pages - JarekMk - 2015-11-12 Hi, I'm looking form plugin, or trick to show on one page all pages I've added. Eg. xxx.uk/list - as a url Category 1 - Page 1 - Page 2 Categor 2 - Topic 1 - Topic 2 And it'll be add auto - just when I will add a new entry. Is someting like this even exist? Regards Jarek. RE: Show all pages - shawn_a - 2015-11-12 Do you want them in a full hierarchy ? Or specific children lists ? RE: Show all pages - JarekMk - 2015-11-12 (2015-11-12, 00:39:50)shawn_a Wrote: Do you want them in a full hierarchy ?Alphabetic will be awesome RE: Show all pages - shawn_a - 2015-11-12 PHP Code: $pages = getPagesXmlValues(); untested RE: Show all pages - JarekMk - 2015-11-13 For this I need php plugin? RE: Show all pages - shawn_a - 2015-11-13 you can create a function for this or place the code directly in your template, or in a component. easiest is to use dynpages plugin and a component |