ログイン
ユーザ名

パスワード



パスワード紛失

新規登録
参照元情報
参照なし

このフォーラムではゲスト投稿が禁止されています

このフォーラムに新しいトピックを立てることはできません

Action
list-tree ツリー構造順で表示 sort-down 投稿の新しいものから previous 前のトピック next 次のトピック

なし Ccenter 0.89 - Creation date or modification date in /modules/ccenter/reception.php

Hello!

In /modules/ccenter/reception.php

The table indicates: posted (_MD_POSTDATE)
But it shows last modification date.

1) If you want to see creation date in this column:

In reception.php
After (line 91)
$form['mdate'] = formatTimestamp($form['mtime']);
Add
$form['cdate'] = formatTimestamp($form['ctime']);

After (line 134)
$data['mdate'] = formatTimestamp($data['mtime']);
Add
$data['cdate'] = formatTimestamp($data['ctime']);

Then in templates\ccenter_reception.htm (line 68)

Change
-      <td><{$msg.mdate}></td>
+     <td><{$msg.cdate}></td>

2) If you prefer to see last update date: just change column title:

In templates\ccenter_reception.htm (line 58)
-       <th><{$smarty.const._MD_POSTDATE}></th>
+      <th><{$smarty.const._MD_MODDATE}></th>
@+
Z

list-tree ツリー構造順で表示 sort-down 投稿の新しいものから previous 前のトピック next 次のトピック



条件検索へ
© 2008 MySite Web Service