今天给各位分享discuz昨日帖子0的知识,其中也会对discuz版主回复进行解释,如果能碰巧解决你现在面临的问题,别忘了关注本站,现在开始吧!
本文目录一览:
1、Discuz教程:如何去掉横版显示的主题数,贴数
用记事本打开默认模板下的:\template\default\forum\discuz.htm,找到以下代码:
$todayposts 今日帖子数$postdata[0] 昨日帖子数$posts 论坛帖子总数$_G['cache']['userstats']['totalmembers'] 会员数,
然后大家就可以在$符号前面加上自己想修改的数字,每个$开头的代码都是变量,比如今日发帖是36,那么在前面加数字就是2,则论坛首页就显示236。
删除以下代码则不再显示:
div id="chart" class="bm bw0 cl"
!--{if $_G['uid']}--p class="y"a href="home.php?mod=spaceuid=$_G['uid']do=threadview=me" title="{lang my_posts}" class="xi2"{lang my_posts}/aspan class="pipe"|/spana href="search.php?mod=forumsrchfrom=$newthreadssearchsubmit=yes" title="{lang show_newthreads}" class="xi2"{lang show_newthreads}/a/p!--{/if}--
p class="chart"{lang index_today}: em$todayposts/emspan class="pipe"|/span{lang index_yesterday}: $postdata[0]span class="pipe"|/span{lang index_posts}: em$posts/emspan class="pipe"|/span{lang index_members}: em$_G['cache']['userstats']['totalmembers']/em!--{if $_G['setting']['lastmember']}--span class="pipe"|/span{lang welcome_new_members}: ema href="home.php?mod=spaceusername={echo rawurlencode($_G['setting']['lastmember'])}" target="_blank" class="xi2"$_G['setting']['lastmember']/a/em!--{/if}--/p
/div
转自 漫漫人生论坛
2、discuz 论坛为什么每日帖子发布上去还是累计
论坛开源代码!~如果是自己架设的论坛开源参照如下:
如果是5D6D则是没有办法修改的
todayposts_daily.inc.php
include/crons
清空今日发帖数
onlinetime_monthly.inc.php
include/crons
清空本月在线时间
cleanup_daily.inc.php
include/crons
每日数据清理
birthdays_daily.inc.php
include/crons
生日统计与邮件祝福
notify_daily.inc.php
include/crons
主题回复通知
announcements_daily.inc.php
include/crons
每日公告清理
threadexpiries_hourly.inc.php
include/crons
限时操作清理
promotions_hourly.inc.php
include/crons
论坛推广清理
cleanup_monthly.inc.php
include/crons
每月主题清理
magics_daily.inc.php
include/crons
道具自动补货
secqaa_daily.inc.php
include/crons
每日验证问答更新
tags_daily.inc.php
include/crons
每日标签更新
medals_daily.inc.php
include/crons
每日勋章更新
chinese.class.php
include
文件编码转换类
XML.class.php
include
XML文件类
3、为什么在Discuz论坛发帖子怎么在最新帖子上没找到啊?
这是因为升级或者搬迁数据库不完整导致,可以尝试修复数据库,如果不行可以QQ联系本人(有偿服务)。Q号=用户名
关于discuz昨日帖子0和discuz版主回复的介绍到此就结束了,不知道你从中找到你需要的信息了吗 ?如果你还想了解更多这方面的信息,记得收藏关注本站。