美化“宣传推广”与论坛收藏、分享、评分按钮并列
方法
1、修改 images/default/ajaxaction.gif 图标,增加推广按钮 已经提供在附件中
2、修改 templates/default/css_viewthread.htm CSS文件
搜索.useraction { height: 50px; width: 165px; clear: both; display: block; margin: 20px auto; }
修改为.useraction { height: 50px; width: 235px; clear: both; display: block; margin: 20px auto; }
搜索#ratelink { background-position: 0 -100px; }在其下增加#tuiguang { background-position: 0 -150px; }3、修改 templates/default/viewthread_node.htm 模板文件
搜索<a id=\\\"ratelink\\\" {if $discuz_uid}href=\\\"misc.php?action=rate&tid=$tid&pid=$post\\\" 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>
在其后增加<!--{if $post[\'number\'] == 1}-->
<script language=\\\"JavaScript\\\">
<!--
function copyUrl(url){
var content=\'\';
window.clipboardData.setData(\\\"Text\\\",url);
alert(\\\"您复制了该贴地址,推荐给你的好友访问,将获得活跃度\\\");
}//-->
</script>
<a id=\\\"tuiguang\\\" href=\\\"javascript:copyUrl(\'$post\\n({$boardurl}viewthread.php?tid=$tid&fromuid=$discuz_uid )\')\\\">推广</a><!--{/if}-->4、更新缓存 ok
页:
[1]