The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
|
How to get the latest 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: How to get the latest pages? (/showthread.php?tid=1621) |
How to get the latest pages? - Ben - 2011-04-28 How to get the latest pages sort by pubdate or modified-time? How to get the latest pages? - Connie - 2011-04-28 Ben Wrote:How to get the latest pages sort by pubdate or modified-time? if you want to use GS like a blog, try the dominion blog plugin, http://get-simple.info/extend/plugin/dominion-blognews/45/ How to get the latest pages? - Carlos - 2011-04-29 Ben Wrote:How to get the latest pages sort by pubdate or modified-time? I'm also interested in this, working on it... How to get the latest pages? - mvlcek - 2011-04-29 Ben Wrote:How to get the latest pages sort by pubdate or modified-time? The I18N Search plugin can return the search results ordered by the pubDate. But it requires at least one search criterium (tag/keyword or word). Otherwise you need to read all pages' XML files, extract the pubDate, convert it to a sortable format (e.g. UNIX timestamp) and use it to order the pages. How to get the latest pages? - Carlos - 2011-04-29 http://www.cyberiada.org/cnb/getsimple-plugin-recent-pages/ very simple for now. demo in sidebar. Edit: TO-DO: - select by keyword/tag - easier way to customize output (with a component...?) - select a different datetime field (e.g. i18customfields' creDate) ... How to get the latest pages? - Connie - 2011-04-29 Carlos Wrote:http://www.cyberiada.org/cnb/getsimple-plugin-recent-pages/ Hi Carlos, step by step a new feature grows ;=) I have one suggestion: use stripslashes() to un-escape the apostrophes, Carlos\' => Carlos' How to get the latest pages? - Oleg06 - 2011-04-29 Thanks, cool plugin How to get the latest pages? - Carlos - 2011-04-29 0.1.1 beta - Fixed slashes issue (thanks Connie) How to get the latest pages? - Carlos - 2011-04-29 There's a small issue with the Pages plugin, it doesn't update the page index when you change anything (edit, delete page...) until you save a page again. Edit: this issue was fixed in Pages plugin version 2.2 and later. How to get the latest pages? - Carlos - 2011-05-01 0.1.2 fix: private pages no longer shown. How to get the latest pages? - polyfragmented - 2011-05-01 Loving your plugin, just what I need for a current project. You rock! \m/ How to get the latest pages? - Ben - 2011-05-04 Thanks,Carlos How to get the latest pages? - Carlos - 2011-05-06 Happy to see this "quickie" is useful to some. Will improve, make it easier and add some features (when I have the time). For now, I've released an update, 0.2 beta, to make it compatible with the new PagesXML ("Page caching") 2.3 available in Extend. Recent Pages plugin This Recent Pages update is not compatible with Pages 2.2 or older, so if you upgrade, do it with both of them. How to get the latest pages? - polyfragmented - 2011-06-02 Carlos, just installed Recent Pages, it works a treat (GS 3.0, Page Caching 2.3, included in page by way of DynPages 0.7.1). Thanks a lot! How to get the latest pages? - Carlos - 2011-06-16 Recent Pages plugin updated, version 0.2.1. Minor update (to work with pubDateFix plugin): pages with publication date set in the future will not be listed (until then), so you can schedule publication of pages. How to get the latest pages? - Carlos - 2012-02-11 If you want this script to work with GS 3.1 beta (instead of GS 3.0), edit recentpages.php and replace: Code: $digi_pagesArray Code: $pagesArray |