Discuz教程:如何去掉横版显示的主题数,贴数

Discuz教程:如何去掉横版显示的主题数,贴数,第1张

用记事本打开默认模板下的:\template\default\forum\discuzhtm,找到以下代码

$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="homephpmod=space&uid=$_G['uid']&do=thread&view=me" title="{lang my_posts}" class="xi2">{lang my_posts}</a><span class="pipe">|</span><a href="searchphpmod=forum&srchfrom=$newthreads&searchsubmit=yes" title="{lang show_newthreads}" class="xi2">{lang show_newthreads}</a></p><!--{/if}-->

<p class="chart">{lang index_today}: <em>$todayposts</em><span class="pipe">|</span>{lang index_yesterday}: $postdata[0]<span class="pipe">|</span>{lang index_posts}: <em>$posts</em><span class="pipe">|</span>{lang index_members}: <em>$_G['cache']['userstats']['totalmembers']</em><!--{if $_G['setting']['lastmember']}--><span class="pipe">|</span>{lang welcome_new_members}: <em><a href="homephpmod=space&username={echo rawurlencode($_G['setting']['lastmember'])}" target="_blank" class="xi2">$_G['setting']['lastmember']</a></em><!--{/if}--></p>

</div>

转自 漫漫人生论坛

楼主的意思是只想改成一个“一问一答”的格式,其他的发贴主题,发布活动什么的都不要对吧,你可以进入论坛后台,点击版块管理,进入你想设置为这种发帖格式的那个版块,里面就有得设置发表主题的格式。

模板forumdisplay_listhtm

其中作者头像及链接地址代码

<a href="homephpmod=space&uid=$thread[authorid]" target="_blank"><!--{avatar($thread[authorid],small)}--></a>

其他代码原文件就有,改动HTML代码及样式即可。

如无html css基础不建议修改,出现问题很麻烦。

截止报名是可以设置的,发布活动的时候,有个时间段选择或者是截止报名时间,具体忘了;

过期自动关闭貌似只能修改程序实现,可在source\include\thread\thread_activityphp中写入活动关闭判断代码并提示消息,具体代码自己搞定

你这调用的是上传的?

这个就要使用主题封面了,

后台=》论坛=》板块管理=》选择你想要列表的板块=》扩展设置=》开启列表模式

界面=》界面设置=》主题列表页=》主题封面宽高

工具=》更新统计=》重建主题封面

开启之后就可以看到,当然又有问题,比如:居中,变形,,,

放大就需要修改代码了。。。。。。。。

DABAN RP主题是一个优秀的主题,极致后台体验,无插件,集成会员系统
网站模板库 » Discuz教程:如何去掉横版显示的主题数,贴数

0条评论

发表评论

提供最优质的资源集合

立即查看 了解详情