discuz论坛首页怎样添加快速发贴导航按钮

2015-05-27 11:09:42

今天在享客网发现一个询问发帖页面套用的,分享一下这个教程。可以方便实现发帖:
在template\default\forum\discuz.htm里查找

  1. <!--{if $_G['uid']}--><a href="http://murongshuai.blog.163.com/home.php?mod=space&uid=$_G['uid']&do=thread&view=me" title="{lang my_posts}" class="xi2">{lang my_posts}</a>
  2. 复制代码

复制代码

在他的前面加上以下代码:

  1. <a onclick="showWindow('nav', this.href, 'get', 0)" href="http://murongshuai.blog.163.com/forum.php?mod=misc&action=nav" title="点击发帖" class="xi2"><span>点击发帖</span></a>
  2. 复制代码

复制代码

然后更新缓冲,再刷新论坛首页就可以看到了.

点赞

发表回复

电子邮件地址不会被公开。必填项已用 * 标注