A creation/post/publication date field - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: Feature Requests (http://get-simple.info/forums/forumdisplay.php?fid=7) +--- Thread: A creation/post/publication date field (/showthread.php?tid=3067) |
A creation/post/publication date field - Carlos - 2012-04-09 (Didn't I request this before?) I would like that GetSimple had another date field besides last update (pubDate). A creation/post/publication date, that would not change whenever the page is updated. This field would be hidden in the page edit form, but could be echoed (or returned) in a page with a function like get_page_date (with another name). Some plugins could make it editable (for all pages, only for some...), others (like I18N Search) could support it... The idea is making it easier to have simple blog/news systems with normal GS pages. (I'm doing it right now by changing pubDate's behaviour with the pubDateFix plugin.) A creation/post/publication date field - shawn_a - 2012-04-09 I second that. A creation/post/publication date field - n00dles101 - 2012-04-10 Have to agree I'd like to see this as an addition, the pubdate as it is, is kind of useless as you say for blogging etc.. I've put it in the SVN. Mike... A creation/post/publication date field - Angryboy - 2012-04-15 Would this basically mean making the creDate field of I18N Custom/Special fields part of the core? I thought it served this exact function. A creation/post/publication date field - Carlos - 2012-04-15 Yes, more or less like mvlcek's creDate and Zegnåt's creationDate (or my own -not released- publicDate)... But we need to have the field in the core so that some plugin(s) can make it editable. A creation/post/publication date field - Carlos - 2012-04-15 Some ideas for the new fixed date field's name: publicDate publicationDate publishDate publishedDate postedDate insertDate A creation/post/publication date field - Carlos - 2012-04-17 ... or maybe better simply name it creDate. There should be no compatibility problems with mvlcek's plugins that use that field -- I've just taken a look at I18N Custom Fields' code and seems ready to use existing creDate field and function get_page_creation_date (Unless someone thinks it's better to have 3 different date fields for: last update, creation and public/ation) |