楼主你太伟大了!
迟迟不肯升级,就是因为7.0的版面太难看,厚厚包裹,城堡似的,因为二级分类和批量上传功能才不得不升级。早知道楼主已破解了,我一早就升完级了,不用等到现在。再次感谢。
还有一点:主楼的三个大框框:有两个我不要,评分那个想弄得与其它回复楼一样,只有个安安静静的文字放在右下角,可有办法?
ccoo3 发表于 2009-4-11 21:49
下面这个方法是比较简单的一个改法,打开这个模板的 viewthread_node.htm 这个文件,找到- <div class="useraction">
- <a id="ajax_favorite" {if $discuz_uid}href="my.php?item=favorites&tid=$tid" onclick="ajaxmenu(event, this.id, 3000, 0)"{else}href="logging.php?action=login" onclick="floatwin('open_login', this.href, 600, 400);return false;"{/if}>{lang thread_favorite}</a>
- <a id="emailfriend" href="misc.php?action=emailfriend&tid=$tid" onclick="floatwin('open_emailfriend', this.href, 250, {if $discuz_uid}380{else}200{/if});return false;">{lang thread_email_friend}</a>
- <a id="ratelink" {if $discuz_uid}href="misc.php?action=rate&tid=$tid&pid=$post[pid]" onclick="floatwin('open_rate', this.href, 250, 270);return false;"{else}href="logging.php?action=login" onclick="floatwin('open_login', this.href, 600, 400);return false;"{/if}>{lang rate}</a>
- </div>
复制代码 应该是从 319 行到 323 行,将这部分删掉。
然后找到:- {lang thread_subscribe}</a>
复制代码 在这个“</a>”后面加上:- <a id="ratelink" {if $discuz_uid}href="misc.php?action=rate&tid=$tid&pid=$post[pid]" onclick="floatwin('open_rate', this.href, 250, 270);return false;"{else}href="logging.php?action=login" onclick="floatwin('open_login', this.href, 600, 400);return false;"{/if}>{lang rate}</a>
复制代码 然后到后台更新所有缓存即可。 |