0

任何人都知道如何做到这一点。我需要通过隐藏、删除、禁用或任何其他方式摆脱论坛视图。

4

2 回答 2

1

I assume you mean THREAD views in the text below:

Do a template search for $thread[views], and there should be a template called threadbit. If you want to quickly and easily obscure the views just delete $thread[views] and replace with   or asterisks, or whatever you'd like.

If you want to remove the whole <td> it becomes more complicated. First you remove that <td>, and then in FORUMDISPLAY template you have to remove the <td> that contains $vbphrase[views] (do a search for it if you can't find it).

But I believe there may be some issue with removing that entire column, and any of the hardcoded colspan attributes among the templates. If so then you would have to reduce the colspan number by one. I'm not sure about the colspan part, it's been a long time since I edited the FORUMDISPLAY and threadbit templates.

Also, you will need to remove the Views from another location in the threadbit template:

title="<phrase 1="$thread[replycount]" 2="$thread[views]"

This shows up when you hover on top of the Last Post column. Just delete $thread[views] and it will show up blank.

于 2009-07-12T12:43:23.710 回答
1

我需要50分才能回复,抱歉继续使用答案。

我在想更进一步,把隐藏这个词换成一张照片?我使用隐藏这个词只是为了测试它是否会起作用

于 2009-07-12T13:17:43.930 回答