时间:2021-05-02
如果需要实现该呈现方式,我们需要首先了解discuz封面图片存储原理:
discuz没有将主题列表封面路径存在数据表中,只是在pre_forum_thread表中存了一个cover标识。然后用getthreadcover 函数调取,diy调用的图片也会产生缩略图,可以设置缩略图的质量。
封面图片存储路径格式:data/attachment/forum/threadcover/43/ec/81.jpg
getthreadcover 函数: function getthreadcover($tid, $cover = 0, $getfilename = 0) { global $_G; if(emptyempty($tid)) { return ''; } $coverpath = ''; $covername = 'threadcover/'.substr(md5($tid), 0, 2).'/'.substr(md5($tid), 2, 2).'/'.$tid.'.jpg'; if($getfilename) { return $covername; } if($cover) { $coverpath = ($cover < 0 ? $_G['setting']['ftp']['attachurl'] : $_G['setting']['attachurl']).'forum/'.$covername; } return $coverpath; }
复制代码
文件路径:/source/function/function_forum.php
实现方法:
修改:/source/language/home/lang_template.php
添加like 喜欢或查看
修改:/template/default/home/space_thread.htm
处理封面图:
{eval $covername = 'threadcover/'.substr(md5($thread[tid]), 0, 2).'/'.substr(md5($thread[tid]), 2, 2).'/'.$thread[tid].'.jpg'; $coverpath = ($cover < 0 ? $_G['setting']['ftp']['attachurl'] : $_G['setting']['attachurl']).'forum/'.$covername; } <li style="width: 227px; left: 0px; top: 0px;float:left;"> <div class="c cl"> <a class="z" title="$thread[subject]" onclick="atarget(this)" href="forum.php?mod=viewthread&tid=$thread[tid]"> <img width="203" alt="$thread[subject]" src="{eval echo $coverpath;}"> </a> </div> <h3 class="xw0"> <a href="forum.php?mod=viewthread&tid=$thread[tid]" onclick="atarget(this)" target="_blank" {if $thread['displayorder'] == -1}class="recy"{/if}>$thread[subject]</a> </h3> <div class="auth cl"> <cite class="xg1 y"> {lang like}: <em>$thread[views]</em> {lang reply}: <a title="0回复" href="forum.php?mod=viewthread&tid=$thread[tid]">$thread[replies]</a> </cite> <a href="home.php?mod=space&uid=$thread[authorid]" target="_blank">$thread[author]</a>$thread[dateline]</div> </li>
声明:本页内容来源网络,仅供用户参考;我单位不保证亦不表示资料全面及准确无误,也不保证亦不表示这些资料为最新信息,如因任何原因,本网内容或者用户因倚赖本网内容造成任何损失或损害,我单位将不会负任何法律责任。如涉及版权问题,请提交至online#300.cn邮箱联系删除。
一、主系统菜单(文章系统、图片系统、下载系统、动漫系统、商城系统、供求系统、音乐系统、影视系统和考试系统)二、子系统菜单(个人空间、空间日志、相册、圈子、留言管
保证提高网店流量的后续工作,制作好自己的个人空间,发布帖子和回复就会变成宣传你的好窗口。当然,前提是你先做好个人空间治理中的签名图。多在相关论坛发布自己的文章,
如果需要实现该呈现方式,我们需要首先了解discuz封面图片存储原理:discuz没有将主题列表封面路径存在数据表中,只是在pre_forum_thread表中
16.管理好个人空间。在买家逛你的店铺的时候一般也会点开你的个人空间看看,如果有用心写的一些东西,无疑会增加买家对你的信任感。然后空间的好友链接也可以好好利用下
会员空间模板本功能为对前台会员的个人空间模板进行管理。一、增加会员空间模板步骤说明:1、先制作好会员空间模板文件(/e/space/template/);2、登