站长一号嘤嘤嘤 發表於 2022-10-30 16:25:45

如何删除首页会员显示,求教大佬

<font size="6"><strong><font color="SeaGreen">已知如果只想去掉全部首页显示会员人数和帖子这些是删除<br />template\default\forum\discuz.htm下的<br /><ol><li>&lt;p class=&quot;chart z&quot;&gt;{lang index_today}: &lt;em&gt;$todayposts&lt;/em&gt;&lt;span class=&quot;pipe&quot;&gt;|&lt;/span&gt;{lang index_yesterday}: &lt;em&gt;$postdata&lt;/em&gt;&lt;span class=&quot;pipe&quot;&gt;|&lt;/span&gt;{lang index_posts}: &lt;em&gt;$posts&lt;/em&gt;&lt;span class=&quot;pipe&quot;&gt;|&lt;/span&gt;{lang index_members}: &lt;em&gt;$_G['cache']['userstats']['totalmembers']&lt;/em&gt;&lt;!--{if $_G['cache']['userstats']['newsetuser']}--&gt;&lt;span class=&quot;pipe&quot;&gt;|&lt;/span&gt;{lang welcome_new_members}: &lt;em&gt;&lt;a href=&quot;home.php?mod=space&amp;username={echo rawurlencode($_G['cache']['userstats']['newsetuser'])}&quot; target=&quot;_blank&quot; class=&quot;xi2&quot;&gt;$_G['cache']['userstats']['newsetuser']&lt;/a&gt;&lt;/em&gt;&lt;!--{/if}--&gt;&lt;/p&gt;</ol><br /><img title="A1JK0F8@UWDZC%1{<br />如果想保留前三个删掉后面红圈里这两个分别应该删这段代码里的哪几个好呢?<br />怕删错出问题还是来问问</font></strong></font>如果<em>, </em>首页<em>, </em>显示<em>, </em>会员

onetheme 發表於 2022-10-30 16:52:25

替换成下面的代码<ol><li>&lt;p class=&quot;chart z&quot;&gt;{lang index_today}: &lt;em&gt;$todayposts&lt;/em&gt;&lt;span class=&quot;pipe&quot;&gt;|&lt;/span&gt;{lang index_yesterday}: &lt;em&gt;$postdata&lt;/em&gt;&lt;span class=&quot;pipe&quot;&gt;|&lt;/span&gt;{lang index_posts}: &lt;em&gt;$posts&lt;/em&gt;&lt;/p&gt;</ol><br /><br />

湖中沉 發表於 2022-10-30 18:52:46

你贴出的代码里删除<ol><li>&lt;span class=&quot;pipe&quot;&gt;|&lt;/span&gt;{lang index_members}: &lt;em&gt;$_G['cache']['userstats']['totalmembers']&lt;/em&gt;&lt;!--{if $_G['cache']['userstats']['newsetuser']}--&gt;&lt;span class=&quot;pipe&quot;&gt;|&lt;/span&gt;{lang welcome_new_members}: &lt;em&gt;&lt;a href=&quot;home.php?mod=space&amp;username={echo rawurlencode($_G['cache']['userstats']['newsetuser'])}&quot; target=&quot;_blank&quot; class=&quot;xi2&quot;&gt;$_G['cache']['userstats']['newsetuser']&lt;/a&gt;&lt;/em&gt;&lt;!--{/if}--&gt;</ol>

站长一号嘤嘤嘤 發表於 2022-10-30 21:53:40

<br />首先非常感谢大佬的回复,最后问下如果只想单独删除会员数量需要删掉那一段呢!

站长一号嘤嘤嘤 發表於 2022-10-30 21:54:28

<br />就是会员那一栏,保留其他的,我尝试删减模板会出现报错

文強 發表於 2022-10-30 22:50:10

<br />会员数量是这段:<br /><br /><ol><li>{lang index_members}: &lt;em&gt;$_G['cache']['userstats']['totalmembers']&lt;/em&gt;</ol>

湖中沉 發表於 2022-10-31 10:40:32

<br />上面给你贴出来了,不过一般需要带上分割线,完整的删除<ol><li>&lt;span class=&quot;pipe&quot;&gt;|&lt;/span&gt;{lang index_members}: &lt;em&gt;$_G['cache']['userstats']['totalmembers']&lt;/em&gt;</ol>
頁: [1]
查看完整版本: 如何删除首页会员显示,求教大佬