Posts: 62
Threads: 5
Joined: Jun 2016
2017-08-02, 05:13:52
(This post was last modified: 2017-08-05, 02:45:02 by Shasaar.)
Hello,
i've been searching for a while now but didn't find a setting to show the creation date and publish date of each page in pagelist.
If there's no setting, could someone please tell me, how to add it, i.e. additional to the information shown when i press toggle status?
I'd like to see those dates already in the pagelist. Right now it's only visible when editing the page.
Thank you very much in advance.
Kind regards.
Shasaar
Posts: 3,491
Threads: 106
Joined: Mar 2010
Are you using the I18N plugin?
Posts: 62
Threads: 5
Joined: Jun 2016
Hi Carlos,
thank you for your message.
Yes, i'm using I18N Base, I18N, I18N Search, I18N Special Pages and downloaded Edit GS Page Dates Plugin (creDateShow) yesterday, but that one also only shows the date when editing a page.
Kind regards.
Shasaar
Posts: 3,491
Threads: 106
Joined: Mar 2010
I18N base replaces the default backend page list (that does show page dates), so perhaps you'd have to ask in its
support thread.
Posts: 62
Threads: 5
Joined: Jun 2016
(2017-08-02, 17:40:18)Carlos Wrote: I18N base replaces the default backend page list (that does show page dates), so perhaps you'd have to ask in its support thread.
Thank you Carlos, i put the question in your recommended thread also
.
Cheers.
Shasaar
Posts: 62
Threads: 5
Joined: Jun 2016
Hello,
I did the following changes in the template files now, in case somebody wants to see the publish date in list view also:
For I18N Base:
plugins/i18n_base/pages.php
- line 148: change colspan to 4
- line 173: add <td style="text-align:right;"><?php echo shtDate($page['date']); ?></td>
- fill the missing <td> in the following lines (after else ...) with <td></td>, usually before the <td "secondary link">
For SpecialPages Plugin:
/htdocs/plugins/i18n_specialpages/pages.php
- line 135: change colspan to 4
- line 158: add <td style="text-align:right;"><?php echo shtDate($page['date']); ?></td>
- fill the missing <td> in the following lines (after else ...) with <td></td>, usually before the <td "secondary link">
Thanks.
Shasaar