Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SOLVED Date information in pagelist / backend
#6
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
Reply


Messages In This Thread
RE: Date information in pagelist / backend - by Shasaar - 2017-08-05, 02:43:39



Users browsing this thread: 1 Guest(s)