东方星雨

简单网络

一个爱好网络的80后男站长。

关注我东方星雨个人微信号:476847113

您现在的位置是:首页 > 站长日志

帝国cms时间格式插件-几分钟,几小时,几天前

2018-07-05 站长 站长日志

插件支持:列表模板,标签模板,内容模板,评论JS的调用模板,以及新出的内容页评论ajax分页显示插件的调用。

插件安装使用说明:

把userfun.txt里面的内容复制到 /e/class/userfun.php 文件里(放在<?php和?>之间就可以了。

 

调用说明:

1、在标签模板、列表模板中的调用:

代码:

1 '.user_time($r[newstime],0).'

2、在内容页中调用

代码:

1 <?=user_time($navinfor[newstime],0)?>

3、在评论JS调用模板调用方法:

在评论JS调用模板把

1 [!----pltime--]

换成:

1 <?=user_time($r[saytime],1)?>

然后打开e\pl\more\index.php ,找到:

1 require("../../class/connect.php");

下一行加入以下代码:

1 require("../../class/userfun.php");

然后保存

 

4、在官方的内容页评论AJAX分页显示插件中调用:

打开e\extend\infocomment\template\index.php

把:

1 <?=$r[saytime]?>

替换成:

1 <?=user_time($r[saytime],1)?>

然后打开e\extend\infocomment\index.php  查找:

1 require("../../class/connect.php");

在下一行加入以下代代码:

1 require("../../class/userfun.php");
 
时间格式插件下载
06193e7af547031fee89a114a2e3c830.zip (2.02 KB)

文章评论