道勤数据 发表于 2015-1-18 20:51:39

论坛首页发帖论坛导航-道勤网解决办法

由于上次有人找我要这个,这次就整理下弄了出来
一个是直接修改的没加上表框的,大家自己可以看下哦,不难的。道勤网收集
在template\default\forum\discuz.htm里查找
<!--{if $_G['uid']}--><a href="home.php?mod=space&uid=$_G['uid']&do=thread&view=me" title="{lang my_posts}" class="xi2">{lang my_posts}</a>在他的前面加上:
<a onclick="showWindow('nav', this.href, 'get', 0)" href="forum.php?mod=misc&action=nav" title="点击发帖" class="xi2"><span>点击发帖</span></a>然后更新缓冲,再刷新论坛首页就可以看到了.
第二种是加上表框的就像图片显示一样

在template\default\forum\discuz.htm里查找
<!--{if $_G['uid']}--><a href="home.php?mod=space&uid=$_G['uid']&do=thread&view=me" title="{lang my_posts}" class="xi2">{lang my_posts}</a><!--{/if}--><!--{if !empty($_G['setting']['search']['forum']['status'])}--><!--{if $_G['uid']}--><span class="pipe">|</span><!--{/if}--><a href="search.php?mod=forum&srchfrom=$newthreads&searchsubmit=yes" title="{lang show_newthreads}" class="xi2">{lang show_newthreads}</a><!--{/if}-->更换成:
<a onclick="showWindow('nav', this.href, 'get', 0)" href="forum.php?mod=misc&action=nav" title="点击发帖" class="xi2 GID"><span>点击发帖</span></a><!--{if $_G['uid']}--><a href="home.php?mod=space&uid=$_G['uid']&do=thread&view=me" title="{lang my_posts}" class="xi2 GID"><span>{lang my_posts}</span></a><!--{/if}--><!--{if !empty($_G['setting']['search']['forum']['status'])}--><!--{if $_G['uid']}--><span class="pipe"></span><!--{/if}--><a href="search.php?mod=forum&srchfrom=$newthreads&searchsubmit=yes" title="{lang show_newthreads}" class="xi2 GID"><span>{lang show_newthreads}</span></a><!--{/if}-->在你的common.css文件里再加上:
#chart .GID {background:url({IMGDIR}/n_rate.png) no-repeat scroll 0 0 transparent !important;cursor:pointer;
float:left;height:25px;line-height:25px;margin:0 2px;padding:0 0 0 7px !important;text-align:center;text-decoration:none;}
#chart .GID span {background:url({IMGDIR}/n_rate.png) no-repeat scroll right 100% transparent !important;display:block;padding-right:7px;}然后在后台更新缓冲
页: [1]
查看完整版本: 论坛首页发帖论坛导航-道勤网解决办法