系统城装机大师 - 固镇县祥瑞电脑科技销售部宣传站!

当前位置:首页 > CMS教程 > 详细页面

帝国CMS评论调用标签调用评论时显示评论用户头像的方法

时间:2023-09-17来源:系统城装机大师作者:佚名

文件:/e/class/t_functions.php

 找到

if(empty($r['username']))
     {
         $r['username']='匿名';
     }


在其下面添加:

$addr=$empire->fetch1("select * from {$dbtbpre}enewsmemberadd where userid='$r[userid]' limit 1");
         if(empty($r['userid']))
         {
                 $r['userpic']="$addr[userpic]"?$addr['userpic']:$public_r['newsurl'].'e/data/images/nouserpic.gif';
         }
         if($r['userid'])
         {
                 $r['userpic']="$addr[userpic]"?$addr['userpic']:$public_r['newsurl'].'e/data/images/nouserpic.gif';
         }


找到

$listtemp=str_replace("[!--fdnum--]",$r['fdnum'],$listtemp);


在其下面添加:

$listtemp=str_replace("[!--userpic--]",$r['userpic'],$listtemp);

用[!--userpic--]调用

分享到:

相关信息

  • wordpress如何更改主题首页模板

    wordpress 首页模板修改步骤:登录 wordpress 仪表盘。转至“外观”>“主题编辑器”。找到并备份“index.php”文件。更新首页模板元素,包括标题、内容、侧边栏和页脚。保存更改并预览。...

    2024-07-04

  • 如何修改wordpress主题框架排版

    通过修改 cascading style sheets (css) 文件,可以有效修改 wordpress 主题框架的排版。步骤包括:识别需要更改的元素及其相应的 css 类或 id。打开 theme 的 css 文件并编辑...

    2024-07-04

系统教程栏目

栏目热门教程

人气教程排行

站长推荐

热门系统下载